Interface OracleDialectConfig
public interface OracleDialectConfig
Configuration specific to the Hibernate ORM OracleDialect
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether this database is accessed using a database service protected by Application Continuity.Specifies whether this database is running on an Autonomous Database Cloud Service.extended()Support for Oracle's MAX_STRING_SIZE = EXTENDED.default boolean
-
Method Details
-
extended
Support for Oracle's MAX_STRING_SIZE = EXTENDED.- See Also:
-
autonomous
Specifies whether this database is running on an Autonomous Database Cloud Service.- See Also:
-
applicationContinuity
Specifies whether this database is accessed using a database service protected by Application Continuity.- See Also:
-
isAnyPropertySet
default boolean isAnyPropertySet()
-