Interface HibernateOrmEntityLoadingStrategy<E,I>
- Type Parameters:
E
- The type of loaded entities.I
- The type of entity identifiers.
- All Superinterfaces:
PojoMassLoadingStrategy<E,
,I> PojoSelectionLoadingStrategy<E>
public interface HibernateOrmEntityLoadingStrategy<E,I>
extends PojoSelectionLoadingStrategy<E>, PojoMassLoadingStrategy<E,I>
-
Method Summary
Modifier and TypeMethodDescriptioncreateQueryLoader
(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions) createQueryLoader
(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions, String order) Methods inherited from interface org.hibernate.search.mapper.pojo.loading.spi.PojoMassLoadingStrategy
createEntityLoader, createIdentifierLoader, equals, groupingAllowed, hashCode
Methods inherited from interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
createEntityLoader, equals, hashCode
-
Method Details
-
createQueryLoader
HibernateOrmQueryLoader<E,I> createQueryLoader(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions) -
createQueryLoader
HibernateOrmQueryLoader<E,I> createQueryLoader(SessionFactoryImplementor sessionFactory, Set<? extends PojoLoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions, String order)
-