Uses of Class
org.hibernate.dialect.OracleServerConfiguration
-
Packages that use OracleServerConfiguration Package Description org.hibernate.dialect 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 OracleServerConfiguration Modifier and Type Method Description static OracleServerConfigurationOracleServerConfiguration. fromDialectResolutionInfo(DialectResolutionInfo info)Constructors in org.hibernate.dialect with parameters of type OracleServerConfiguration Constructor Description OracleDialect(DialectResolutionInfo info, OracleServerConfiguration serverConfiguration)
-