Class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc
java.lang.Object
io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc
- Enclosing class:
- HibernateOrmConfigPersistenceUnit
public static class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe number of updates (inserts, updates and deletes) that are sent by the JDBC driver at one time for execution.How many rows are fetched at a time by the JDBC driver.The time zone pushed to the JDBC driver. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timezone
@ConfigItem @ConvertWith(io.quarkus.runtime.configuration.TrimmedStringConverter.class) public Optional<String> timezoneThe time zone pushed to the JDBC driver. See `quarkus.hibernate-orm.mapping.timezone.default-storage`. -
statementFetchSize
How many rows are fetched at a time by the JDBC driver. -
statementBatchSize
The number of updates (inserts, updates and deletes) that are sent by the JDBC driver at one time for execution.
-
-
Constructor Details
-
HibernateOrmConfigPersistenceUnitJdbc
public HibernateOrmConfigPersistenceUnitJdbc()
-
-
Method Details
-
isAnyPropertySet
public boolean isAnyPropertySet()
-