Class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc

java.lang.Object
io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc
Enclosing class:
HibernateOrmConfigPersistenceUnit

public static class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc extends Object
  • Field Details

    • timezone

      @ConfigItem @ConvertWith(io.quarkus.runtime.configuration.TrimmedStringConverter.class) public Optional<String> timezone
      The time zone pushed to the JDBC driver. See `quarkus.hibernate-orm.mapping.timezone.default-storage`.
    • statementFetchSize

      @ConfigItem public OptionalInt statementFetchSize
      How many rows are fetched at a time by the JDBC driver.
    • statementBatchSize

      @ConfigItem public OptionalInt 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()