Uses of Interface
org.hibernate.search.mapper.orm.loading.impl.TypeQueryFactory
Packages that use TypeQueryFactory
-
Uses of TypeQueryFactory in org.hibernate.search.mapper.orm.loading.impl
Classes in org.hibernate.search.mapper.orm.loading.impl that implement TypeQueryFactoryMethods in org.hibernate.search.mapper.orm.loading.impl that return TypeQueryFactoryModifier and TypeMethodDescriptionstatic <E,I> TypeQueryFactory<E, I> TypeQueryFactory.create(Class<E> entityClass, String ormEntityName, Class<I> uniquePropertyType, String uniquePropertyName, boolean uniquePropertyIsTheEntityId) protected abstract TypeQueryFactory<E,I> AbstractHibernateOrmLoadingStrategy.createFactory(Class<E> entityClass, String ormEntityName, Class<I> uniquePropertyType, String uniquePropertyName) protected TypeQueryFactory<E,I> AbstractHibernateOrmLoadingStrategy.createFactory(EntityMappingType entityMappingType) protected TypeQueryFactory<E,I> HibernateOrmEntityIdEntityLoadingStrategy.createFactory(Class<E> entityClass, String ormEntityName, Class<I> uniquePropertyType, String uniquePropertyName) protected TypeQueryFactory<E,I> HibernateOrmNonEntityIdPropertyEntityLoadingStrategy.createFactory(Class<E> entityClass, String ormEntityName, Class<I> uniquePropertyType, String uniquePropertyName)