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
Fields Modifier and Type Field Description OptionalIntbatchSizeThe size of the batches used when loading entities and collections.OptionalIntmaxDepthThe maximum depth of outer join fetch tree for single-ended associations (one-to-one, many-to-one).
-
Constructor Summary
Constructors Constructor Description HibernateOrmConfigPersistenceUnitFetch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAnyPropertySet()
-
-
-
Field Detail
-
batchSize
@ConfigItem(defaultValueDocumentation="16") public OptionalInt batchSize
The size of the batches used when loading entities and collections. `-1` means batch loading is disabled.
-
maxDepth
@ConfigItem public 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.
-
-