Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext
Packages that use PojoLoadingTypeContext
Package
Description
-
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.orm.common.impl
Method parameters in org.hibernate.search.mapper.orm.common.impl with type arguments of type PojoLoadingTypeContextModifier and TypeMethodDescriptionstatic booleanHibernateOrmUtils.targetsAllConcreteSubTypes(SessionFactoryImplementor sessionFactory, EntityMappingType commonSupertype, Collection<? extends PojoLoadingTypeContext<?>> targetConcreteSubTypes) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type PojoLoadingTypeContextModifier and TypeMethodDescriptionHibernateOrmMassLoadingContext.conditionalExpression(PojoLoadingTypeContext<?> typeContext) final booleanAbstractHibernateOrmLoadingStrategy.groupingAllowed(PojoLoadingTypeContext<? extends E> type, PojoMassLoadingContext context) Method parameters in org.hibernate.search.mapper.orm.loading.impl with type arguments of type PojoLoadingTypeContextModifier and TypeMethodDescriptionabstract PojoSelectionEntityLoader<E>AbstractHibernateOrmLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> targetEntityTypeContexts, HibernateOrmSelectionLoadingContext loadingContext) final PojoMassEntityLoader<I>AbstractHibernateOrmLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassEntityLoadingContext<E> context) final PojoSelectionEntityLoader<E>AbstractHibernateOrmLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoSelectionLoadingContext context) HibernateOrmEntityIdEntityLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> targetEntityTypeContexts, HibernateOrmSelectionLoadingContext loadingContext) HibernateOrmNonEntityIdPropertyEntityLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> targetEntityTypeContexts, HibernateOrmSelectionLoadingContext loadingContext) final PojoMassIdentifierLoaderAbstractHibernateOrmLoadingStrategy.createIdentifierLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassIdentifierLoadingContext<I> context) AbstractHibernateOrmLoadingStrategy.createQueryLoader(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions) AbstractHibernateOrmLoadingStrategy.createQueryLoader(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions, String order) protected AssertionFailureAbstractHibernateOrmLoadingStrategy.invalidTypesException(Set<? extends PojoLoadingTypeContext<?>> targetEntityTypeContexts) protected static EntityMappingTypeAbstractHibernateOrmLoadingStrategy.toMostSpecificCommonEntitySuperType(SessionFactoryImplementor sessionFactory, Iterable<? extends PojoLoadingTypeContext<?>> targetEntityTypeContexts) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.orm.loading.spi
Methods in org.hibernate.search.mapper.orm.loading.spi that return PojoLoadingTypeContextMethod parameters in org.hibernate.search.mapper.orm.loading.spi with type arguments of type PojoLoadingTypeContextModifier and TypeMethodDescriptionHibernateOrmEntityLoadingStrategy.createQueryLoader(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions) HibernateOrmEntityLoadingStrategy.createQueryLoader(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions, String order) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.orm.massindexing.impl
Methods in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type PojoLoadingTypeContextModifier and TypeMethodDescriptionHibernateOrmMassIndexingContext.conditionalExpression(PojoLoadingTypeContext<?> typeContext) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.loading.impl
Methods in org.hibernate.search.mapper.pojo.loading.impl with parameters of type PojoLoadingTypeContextModifier and TypeMethodDescription<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 PojoLoadingTypeContextModifier and TypeMethodDescriptionstatic <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 that return PojoLoadingTypeContextModifier and TypeMethodDescription<E> PojoLoadingTypeContext<E>PojoLoadingTypeContextProvider.forExactType(PojoRawTypeIdentifier<E> typeIdentifier) Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoLoadingTypeContextModifier and TypeMethodDescriptionbooleanPojoMassLoadingStrategy.groupingAllowed(PojoLoadingTypeContext<? extends E> type, PojoMassLoadingContext context) Method parameters in org.hibernate.search.mapper.pojo.loading.spi with type arguments of type PojoLoadingTypeContextModifier and TypeMethodDescriptionPojoMassLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassEntityLoadingContext<E> context) PojoSelectionLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoSelectionLoadingContext context) PojoMassLoadingStrategy.createIdentifierLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassIdentifierLoadingContext<I> context) -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoLoadingTypeContextModifier and TypeClassDescriptionclassclassclass -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.massindexing.impl
Subinterfaces of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.massindexing.impl -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.scope.implModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.search.loading.impl
Subinterfaces of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.search.loading.impl -
Uses of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.work.impl
Subinterfaces of PojoLoadingTypeContext in org.hibernate.search.mapper.pojo.work.impl -
Uses of PojoLoadingTypeContext in org.infinispan.search.mapper.search.loading.context.impl
Method parameters in org.infinispan.search.mapper.search.loading.context.impl with type arguments of type PojoLoadingTypeContextModifier and TypeMethodDescriptionInfinispanSelectionLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> set, PojoSelectionLoadingContext context)