Uses of Class
org.hibernate.dialect.OracleServerConfiguration
Packages that use OracleServerConfiguration
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of OracleServerConfiguration in org.hibernate.dialect
Methods in org.hibernate.dialect that return OracleServerConfigurationModifier and TypeMethodDescriptionstatic OracleServerConfiguration
OracleServerConfiguration.fromDialectResolutionInfo
(DialectResolutionInfo info) Constructors in org.hibernate.dialect with parameters of type OracleServerConfigurationModifierConstructorDescriptionOracleDialect
(DialectResolutionInfo info, OracleServerConfiguration serverConfiguration)