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