Uses of Class
org.hibernate.search.mapper.orm.massindexing.impl.ConditionalExpression
-
Packages that use ConditionalExpression Package Description org.hibernate.search.mapper.orm.loading.impl org.hibernate.search.mapper.orm.massindexing.impl -
-
Uses of ConditionalExpression in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type ConditionalExpression Modifier and Type Method Description org.hibernate.query.Query<Long>ConditionalExpressionQueryFactory. createQueryForCount(org.hibernate.engine.spi.SharedSessionContractImplementor session, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, Set<? extends Class<? extends E>> includedTypesFilter, ConditionalExpression conditionalExpression)org.hibernate.query.Query<Long>TypeQueryFactory. createQueryForCount(org.hibernate.engine.spi.SharedSessionContractImplementor session, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, Set<? extends Class<? extends E>> includedTypesFilter, ConditionalExpression conditionalExpression)org.hibernate.query.Query<I>ConditionalExpressionQueryFactory. createQueryForIdentifierListing(org.hibernate.engine.spi.SharedSessionContractImplementor session, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, Set<? extends Class<? extends E>> includedTypesFilter, ConditionalExpression conditionalExpression)org.hibernate.query.Query<I>TypeQueryFactory. createQueryForIdentifierListing(org.hibernate.engine.spi.SharedSessionContractImplementor session, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, Set<? extends Class<? extends E>> includedTypesFilter, ConditionalExpression conditionalExpression)Method parameters in org.hibernate.search.mapper.orm.loading.impl with type arguments of type ConditionalExpression Modifier and Type Method Description HibernateOrmQueryLoader<E,I>AbstractHibernateOrmLoadingStrategy. createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, Optional<ConditionalExpression> conditionalExpression)HibernateOrmQueryLoader<E,I>HibernateOrmEntityLoadingStrategy. createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, Optional<ConditionalExpression> conditionalExpression)Constructors in org.hibernate.search.mapper.orm.loading.impl with parameters of type ConditionalExpression Constructor Description HibernateOrmQueryLoader(TypeQueryFactory<E,I> queryFactory, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, Set<Class<? extends E>> includedTypesFilter, ConditionalExpression conditionalExpression) -
Uses of ConditionalExpression in org.hibernate.search.mapper.orm.massindexing.impl
Constructors in org.hibernate.search.mapper.orm.massindexing.impl with parameters of type ConditionalExpression Constructor Description HibernateOrmMassIndexerReindexParameterStep(HibernateOrmMassIndexer massIndexer, Class<?> type, ConditionalExpression expression)
-