Uses of Class
org.hibernate.search.mapper.orm.loading.spi.ConditionalExpression
Packages that use ConditionalExpression
Package
Description
-
Uses of ConditionalExpression in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl that return types with arguments of type ConditionalExpressionModifier and TypeMethodDescriptionHibernateOrmMassLoadingContext.conditionalExpression(PojoLoadingTypeContext<?> typeContext) Method parameters in org.hibernate.search.mapper.orm.loading.impl with type arguments of type ConditionalExpressionModifier and TypeMethodDescriptionConditionalExpressionQueryFactory.createQueryForCount(SharedSessionContractImplementor session, EntityDomainType<?> entityDomainType, Set<? extends Class<? extends E>> includedTypesFilter, List<ConditionalExpression> conditionalExpressions) TypeQueryFactory.createQueryForCount(SharedSessionContractImplementor session, EntityDomainType<?> entityDomainType, Set<? extends Class<? extends E>> includedTypesFilter, List<ConditionalExpression> conditionalExpressions) ConditionalExpressionQueryFactory.createQueryForIdentifierListing(SharedSessionContractImplementor session, EntityDomainType<?> entityDomainType, Set<? extends Class<? extends E>> includedTypesFilter, List<ConditionalExpression> conditionalExpressions, String order) TypeQueryFactory.createQueryForIdentifierListing(SharedSessionContractImplementor session, EntityDomainType<?> entityDomainType, Set<? extends Class<? extends E>> includedTypesFilter, List<ConditionalExpression> conditionalExpressions, String order) 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) -
Uses of ConditionalExpression in org.hibernate.search.mapper.orm.loading.spi
Method parameters in org.hibernate.search.mapper.orm.loading.spi with type arguments of type ConditionalExpressionModifier 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 ConditionalExpression in org.hibernate.search.mapper.orm.massindexing.impl
Methods in org.hibernate.search.mapper.orm.massindexing.impl that return types with arguments of type ConditionalExpressionModifier and TypeMethodDescriptionHibernateOrmMassIndexingContext.conditionalExpression(PojoLoadingTypeContext<?> typeContext) Constructors in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type ConditionalExpressionModifierConstructorDescriptionHibernateOrmMassIndexerReindexParameterStep(HibernateOrmMassIndexer massIndexer, Class<?> type, ConditionalExpression expression)