public static class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc extends Object
| Modifier and Type | Field and Description |
|---|---|
OptionalInt |
statementBatchSize
The number of updates (inserts, updates and deletes) that are sent by the JDBC driver at one time for execution.
|
OptionalInt |
statementFetchSize
How many rows are fetched at a time by the JDBC driver.
|
Optional<String> |
timezone
The time zone pushed to the JDBC driver.
|
| Constructor and Description |
|---|
HibernateOrmConfigPersistenceUnitJdbc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnyPropertySet() |
@ConfigItem public OptionalInt statementFetchSize
@ConfigItem public OptionalInt statementBatchSize
Copyright © 2021 JBoss by Red Hat. All rights reserved.