Class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitJdbc

    • Field Detail

      • 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 Detail

      • HibernateOrmConfigPersistenceUnitJdbc

        public HibernateOrmConfigPersistenceUnitJdbc()
    • Method Detail

      • isAnyPropertySet

        public boolean isAnyPropertySet()