Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
Packages that use PojoSelectionLoadingContext
Package
Description
Query module internals.
-
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement PojoSelectionLoadingContextMethods in org.hibernate.search.mapper.orm.loading.impl that return PojoSelectionLoadingContextMethods in org.hibernate.search.mapper.orm.loading.impl with parameters of type PojoSelectionLoadingContextModifier and TypeMethodDescriptionfinal PojoSelectionEntityLoader<E>AbstractHibernateOrmLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoSelectionLoadingContext context) -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return PojoSelectionLoadingContext -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.pojo.loading.impl
Methods in org.hibernate.search.mapper.pojo.loading.impl with parameters of type PojoSelectionLoadingContextModifier and TypeMethodDescriptionstatic <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 -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi that return PojoSelectionLoadingContextMethods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoSelectionLoadingContextModifier and TypeMethodDescriptionPojoSelectionLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoSelectionLoadingContext context) -
Uses of PojoSelectionLoadingContext in org.hibernate.search.mapper.pojo.search.loading.impl
Methods in org.hibernate.search.mapper.pojo.search.loading.impl that return PojoSelectionLoadingContextConstructors in org.hibernate.search.mapper.pojo.search.loading.impl with parameters of type PojoSelectionLoadingContextModifierConstructorDescriptionPojoSearchLoadingContext(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 -
Uses of PojoSelectionLoadingContext in org.infinispan.query.impl
Methods in org.infinispan.query.impl that return PojoSelectionLoadingContext -
Uses of PojoSelectionLoadingContext in org.infinispan.search.mapper.search.loading.context.impl
Classes in org.infinispan.search.mapper.search.loading.context.impl that implement PojoSelectionLoadingContextMethods in org.infinispan.search.mapper.search.loading.context.impl with parameters of type PojoSelectionLoadingContextModifier and TypeMethodDescriptionInfinispanSelectionLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> set, PojoSelectionLoadingContext context) -
Uses of PojoSelectionLoadingContext in org.infinispan.search.mapper.session.impl
Methods in org.infinispan.search.mapper.session.impl that return PojoSelectionLoadingContext