Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
-
-
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement PojoSelectionLoadingContext Modifier and Type Class Description classHibernateOrmSelectionLoadingContextMethods in org.hibernate.search.mapper.orm.loading.impl that return PojoSelectionLoadingContext Modifier and Type Method Description PojoSelectionLoadingContextHibernateOrmSelectionLoadingContext.Builder. build() -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoSelectionLoadingContext Modifier and Type Method Description PojoSelectionLoadingContextHibernateOrmSearchSession. defaultLoadingContext() -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.pojo.loading.impl
Methods in org.hibernate.search.mapper.pojo.loading.impl with parameters of type PojoSelectionLoadingContext Modifier and Type Method Description static <T> PojoLoadingPlan<T>PojoLoadingPlan. create(PojoSelectionLoadingContext context, Collection<? extends PojoLoadingTypeContext<? extends T>> targetTypes)Constructors in org.hibernate.search.mapper.pojo.loading.impl with parameters of type PojoSelectionLoadingContext Constructor Description PojoMultiLoaderLoadingPlan(PojoSelectionLoadingContext context) -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoSelectionLoadingContext Modifier and Type Method Description PojoSelectionLoadingContextPojoSelectionLoadingContextBuilder. build() -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.pojo.search.loading.impl
Methods in org.hibernate.search.mapper.pojo.search.loading.impl that return PojoSelectionLoadingContext Modifier and Type Method Description PojoSelectionLoadingContextPojoSearchLoadingContext. unwrap()Constructors in org.hibernate.search.mapper.pojo.search.loading.impl with parameters of type PojoSelectionLoadingContext Constructor Description PojoSearchLoadingContext(Map<String,PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoSelectionLoadingContext delegate) -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.pojo.work.spi
Methods in org.hibernate.search.mapper.pojo.work.spi that return PojoSelectionLoadingContext Modifier and Type Method Description PojoSelectionLoadingContextPojoWorkSessionContext. defaultLoadingContext()
-