Interface HibernateOrmEntityLoadingStrategy<E,I>
- Type Parameters:
E- The type of loaded entities.I- The type of entity identifiers.
public interface HibernateOrmEntityLoadingStrategy<E,I>
-
Method Summary
Modifier and TypeMethodDescription<E2> PojoSelectionEntityLoader<E2>createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions) createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions) createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions, String order) booleaninthashCode()
-
Method Details
-
equals
-
hashCode
int hashCode() -
createLoader
<E2> PojoSelectionEntityLoader<E2> createLoader(Set<LoadingTypeContext<? extends E2>> targetEntityTypeContexts, LoadingSessionContext sessionContext, EntityLoadingCacheLookupStrategy cacheLookupStrategy, MutableEntityLoadingOptions loadingOptions) -
createQueryLoader
HibernateOrmQueryLoader<E,I> createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions) -
createQueryLoader
HibernateOrmQueryLoader<E,I> createQueryLoader(List<LoadingTypeContext<? extends E>> typeContexts, List<ConditionalExpression> conditionalExpressions, String order)
-