Interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc

Enclosing interface:
HibernateOrmConfigPersistenceUnit

public static interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    The 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.
    @WithConverter(io.quarkus.runtime.configuration.TrimmedStringConverter.class) Optional<String>
    The time zone pushed to the JDBC driver.
  • Method Details

    • timezone

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

      OptionalInt statementFetchSize()
      How many rows are fetched at a time by the JDBC driver.
    • statementBatchSize

      OptionalInt statementBatchSize()
      The number of updates (inserts, updates and deletes) that are sent by the JDBC driver at one time for execution.
    • isAnyPropertySet

      default boolean isAnyPropertySet()