Uses of Interface
org.hibernate.search.mapper.pojo.loading.impl.PojoLoadingPlan
Packages that use PojoLoadingPlan
Package
Description
-
Uses of PojoLoadingPlan in org.hibernate.search.mapper.pojo.loading.impl
Classes in org.hibernate.search.mapper.pojo.loading.impl that implement PojoLoadingPlanMethods in org.hibernate.search.mapper.pojo.loading.impl that return PojoLoadingPlanModifier and TypeMethodDescriptionstatic <T> PojoLoadingPlan<T>PojoLoadingPlan.create(PojoSelectionLoadingContext context, Collection<? extends PojoLoadingTypeContext<? extends T>> targetTypes) -
Uses of PojoLoadingPlan in org.hibernate.search.mapper.pojo.search.loading.impl
Constructors in org.hibernate.search.mapper.pojo.search.loading.impl with parameters of type PojoLoadingPlanModifierConstructorDescriptionPojoProjectionHitMapper(Map<String, PojoSearchLoadingIndexedTypeContext<? extends E>> targetTypesByEntityName, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate, BridgeSessionContext sessionContext, PojoLoadingPlan<E> loadingPlan) -
Uses of PojoLoadingPlan in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoLoadingPlanModifier and TypeMethodDescriptionPojoIndexingPlanImpl.loadingPlan()PojoLoadingPlanProvider.loadingPlan()