Interface OracleDialectConfig


public interface OracleDialectConfig
Configuration specific to the Hibernate ORM OracleDialect
Author:
Steve Ebersole
  • Method Details

    • extended

      @ConfigDocDefault("false") Optional<Boolean> extended()
      Support for Oracle's MAX_STRING_SIZE = EXTENDED.
      See Also:
      • DialectSpecificSettings.ORACLE_EXTENDED_STRING_SIZE
    • autonomous

      @ConfigDocDefault("false") Optional<Boolean> autonomous()
      Specifies whether this database is running on an Autonomous Database Cloud Service.
      See Also:
      • DialectSpecificSettings.ORACLE_AUTONOMOUS_DATABASE
    • applicationContinuity

      @ConfigDocDefault("false") Optional<Boolean> applicationContinuity()
      Specifies whether this database is accessed using a database service protected by Application Continuity.
      See Also:
      • DialectSpecificSettings.ORACLE_APPLICATION_CONTINUITY
    • isAnyPropertySet

      default boolean isAnyPropertySet()