Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
-
-
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type PojoLoadingTypeContext Modifier and Type Method Description <T> PojoSelectionLoadingStrategy<? super T>HibernateOrmSelectionLoadingContext. loadingStrategy(PojoLoadingTypeContext<T> type)<T> Optional<PojoSelectionLoadingStrategy<? super T>>HibernateOrmSelectionLoadingContext. loadingStrategyOptional(PojoLoadingTypeContext<T> type) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.loading.impl
Methods in org.hibernate.search.mapper.pojo.loading.impl with parameters of type PojoLoadingTypeContext Modifier and Type Method Description <T2 extends T>
intPojoLoadingPlan. planLoading(PojoLoadingTypeContext<T2> expectedType, Object identifier)Plans the loading of an entity instance.<T2 extends T>
intPojoMultiLoaderLoadingPlan. planLoading(PojoLoadingTypeContext<T2> expectedType, Object identifier)<T2 extends T>
T2PojoLoadingPlan. retrieve(PojoLoadingTypeContext<T2> expectedType, int ordinal)Retrieves a loaded entity instance.<T2 extends T>
T2PojoMultiLoaderLoadingPlan. retrieve(PojoLoadingTypeContext<T2> expectedType, int ordinal)Method parameters in org.hibernate.search.mapper.pojo.loading.impl with type arguments of type PojoLoadingTypeContext Modifier and Type Method Description static <T> PojoLoadingPlan<T>PojoLoadingPlan. create(PojoSelectionLoadingContext context, Collection<? extends PojoLoadingTypeContext<? extends T>> targetTypes) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoLoadingTypeContext Modifier and Type Method Description <T> PojoSelectionLoadingStrategy<? super T>PojoSelectionLoadingContext. loadingStrategy(PojoLoadingTypeContext<T> type)<T> Optional<PojoSelectionLoadingStrategy<? super T>>PojoSelectionLoadingContext. loadingStrategyOptional(PojoLoadingTypeContext<T> type)Method parameters in org.hibernate.search.mapper.pojo.loading.spi with type arguments of type PojoLoadingTypeContext Modifier and Type Method Description PojoSelectionEntityLoader<E>PojoSelectionLoadingStrategy. createLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoLoadingTypeContext Modifier and Type Class Description classAbstractPojoTypeManager<I,E>classPojoContainedTypeManager<I,E>classPojoIndexedTypeManager<I,E> -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.scope.impl Modifier and Type Interface Description interfacePojoScopeContainedTypeContext<I,E>interfacePojoScopeIndexedTypeContext<I,E> -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.search.loading.impl
Subinterfaces of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.search.loading.impl Modifier and Type Interface Description interfacePojoSearchLoadingIndexedTypeContext<E> -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.work.impl
Subinterfaces of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.work.impl Modifier and Type Interface Description interfacePojoWorkContainedTypeContext<I,E>interfacePojoWorkIndexedTypeContext<I,E>interfacePojoWorkTypeContext<I,E>
-