Uses of Interface
org.hibernate.search.mapper.orm.loading.impl.TypeQueryFactory
-
Packages that use TypeQueryFactory Package Description org.hibernate.search.mapper.orm.loading.impl -
-
Uses of TypeQueryFactory in org.hibernate.search.mapper.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement TypeQueryFactory Modifier and Type Class Description classConditionalExpressionQueryFactory<E,I>Methods in org.hibernate.search.mapper.orm.loading.impl that return TypeQueryFactory Modifier and Type Method Description static TypeQueryFactory<?,?>TypeQueryFactory. create(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, String uniquePropertyName)Constructors in org.hibernate.search.mapper.orm.loading.impl with parameters of type TypeQueryFactory Constructor Description HibernateOrmQueryLoader(TypeQueryFactory<E,I> queryFactory, Set<Class<? extends E>> includedTypesFilter)HibernateOrmQueryLoader(TypeQueryFactory<E,I> queryFactory, org.hibernate.metamodel.mapping.EntityMappingType entityMappingType, Set<Class<? extends E>> includedTypesFilter, ConditionalExpression conditionalExpression)
-