public static class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitFetch extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
batchSize
The size of the batches used when loading entities and collections.
|
OptionalInt |
maxDepth
The maximum depth of outer join fetch tree for single-ended associations (one-to-one, many-to-one).
|
| Constructor and Description |
|---|
HibernateOrmConfigPersistenceUnitFetch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnyPropertySet() |
@ConfigItem(defaultValue="-1") public int batchSize
@ConfigItem public OptionalInt maxDepth
Copyright © 2021 JBoss by Red Hat. All rights reserved.