Class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch
java.lang.Object
io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch
- Enclosing class:
- HibernateOrmConfigPersistenceUnit
public static class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe size of the batches used when loading entities and collections.The maximum depth of outer join fetch tree for single-ended associations (one-to-one, many-to-one). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
batchSize
The size of the batches used when loading entities and collections. `-1` means batch loading is disabled. -
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.
-
-
Constructor Details
-
HibernateOrmConfigPersistenceUnitFetch
public HibernateOrmConfigPersistenceUnitFetch()
-
-
Method Details
-
isAnyPropertySet
public boolean isAnyPropertySet()
-