Interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch
- Enclosing interface:
- HibernateOrmConfigPersistenceUnit
public static interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch
-
Method Summary
Modifier and TypeMethodDescriptionThe size of the batches used when loading entities and collections.default booleanmaxDepth()The maximum depth of outer join fetch tree for single-ended associations (one-to-one, many-to-one).
-
Method Details
-
batchSize
The size of the batches used when loading entities and collections. `-1` means batch loading is disabled. -
maxDepth
OptionalInt maxDepth()The maximum depth of outer join fetch tree for single-ended associations (one-to-one, many-to-one). A `0` disables default outer join fetching. -
isAnyPropertySet
default boolean isAnyPropertySet()
-