Uses of Interface
org.hibernate.search.mapper.orm.loading.impl.LoadingTypeContext
-
Packages that use LoadingTypeContext Package Description org.hibernate.search.mapper.orm.loading.impl org.hibernate.search.mapper.orm.massindexing.impl org.hibernate.search.mapper.orm.scope.impl -
-
Uses of LoadingTypeContext in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl that return LoadingTypeContext Modifier and Type Method Description <E> LoadingTypeContext<E>LoadingIndexedTypeContextProvider. forExactType(PojoRawTypeIdentifier<E> typeIdentifier)Method parameters in org.hibernate.search.mapper.orm.loading.impl with type arguments of type LoadingTypeContext Modifier and Type Method Description <E2> PojoSelectionEntityLoader<E2>HibernateOrmEntityIdEntityLoadingStrategy. createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions)<E2> PojoSelectionEntityLoader<E2>HibernateOrmEntityLoadingStrategy. createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions)<E2> PojoSelectionEntityLoader<E2>HibernateOrmNonEntityIdPropertyEntityLoadingStrategy. createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions)HibernateOrmQueryLoader<E,I>AbstractHibernateOrmLoadingStrategy. createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, Optional<ConditionalExpression> conditionalExpression)HibernateOrmQueryLoader<E,I>HibernateOrmEntityLoadingStrategy. createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, Optional<ConditionalExpression> conditionalExpression) -
Uses of LoadingTypeContext in org.hibernate.search.mapper.orm.massindexing.impl
Subinterfaces of LoadingTypeContext in org.hibernate.search.mapper.orm.massindexing.impl Modifier and Type Interface Description interfaceHibernateOrmMassIndexingIndexedTypeContext<E> -
Uses of LoadingTypeContext in org.hibernate.search.mapper.orm.scope.impl
Subinterfaces of LoadingTypeContext in org.hibernate.search.mapper.orm.scope.impl Modifier and Type Interface Description interfaceHibernateOrmScopeIndexedTypeContext<E>A mapper-specific indexed type context, accessible throughPojoScopeDelegate.includedIndexedTypes()in particular.
-