Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Packages that use DialectResolutionInfo
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
-
Uses of DialectResolutionInfo in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type DialectResolutionInfoModifier and TypeMethodDescriptionabstract DialectDatabase.createDialect(DialectResolutionInfo info) Create aDialectfor the given metadata.protected static DatabaseVersionAbstractHANADialect.createVersion(DialectResolutionInfo info) Deprecated, for removal: This API element is subject to removal in a future version.protected static DatabaseVersionMySQLDialect.createVersion(DialectResolutionInfo info) Deprecated.protected static DatabaseVersionMySQLDialect.createVersion(DialectResolutionInfo info, DatabaseVersion defaultVersion) static PostgreSQLDriverKindPostgreSQLDriverKind.determineKind(DialectResolutionInfo dialectResolutionInfo) static SybaseDriverKindSybaseDriverKind.determineKind(DialectResolutionInfo dialectResolutionInfo) protected static DatabaseVersionCockroachDialect.fetchDataBaseVersion(DialectResolutionInfo info) static HANAServerConfigurationHANAServerConfiguration.fromDialectResolutionInfo(DialectResolutionInfo info) static MySQLServerConfigurationMySQLServerConfiguration.fromDialectResolutionInfo(DialectResolutionInfo info) static OracleServerConfigurationOracleServerConfiguration.fromDialectResolutionInfo(DialectResolutionInfo info) protected static booleanOracleDialect.isAutonomous(DialectResolutionInfo info) Deprecated.protected static booleanOracleDialect.isExtended(DialectResolutionInfo info) Deprecated.booleanDatabase.matchesResolutionInfo(DialectResolutionInfo info) Does this database match the given metadata?protected voidDialect.registerKeywords(DialectResolutionInfo info) Register the reserved words reported by the JDBC driver as keywords.voidDialectDelegateWrapper.registerKeywords(DialectResolutionInfo info) Constructors in org.hibernate.dialect with parameters of type DialectResolutionInfoModifierConstructorDescriptionCockroachDialect(DialectResolutionInfo info, String versionString) protectedDialect(DialectResolutionInfo info) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.OracleDialect(DialectResolutionInfo info, OracleServerConfiguration serverConfiguration) -
Uses of DialectResolutionInfo in org.hibernate.engine.jdbc.dialect.internal
Methods in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolutionInfoModifier and TypeMethodDescriptionDialectResolverSet.resolveDialect(DialectResolutionInfo info) StandardDialectResolver.resolveDialect(DialectResolutionInfo info) -
Uses of DialectResolutionInfo in org.hibernate.engine.jdbc.dialect.spi
Classes in org.hibernate.engine.jdbc.dialect.spi that implement DialectResolutionInfoModifier and TypeClassDescriptionclassAn implementation of DialectResolutionInfo that delegates calls to a wrappedDatabaseMetaData.Methods in org.hibernate.engine.jdbc.dialect.spi that return DialectResolutionInfoModifier and TypeMethodDescriptionDialectResolutionInfoSource.getDialectResolutionInfo()Get the DialectResolutionInfoMethods in org.hibernate.engine.jdbc.dialect.spi with parameters of type DialectResolutionInfoModifier and TypeMethodDescriptionfinal DialectBasicDialectResolver.resolveDialect(DialectResolutionInfo info) DialectResolver.resolveDialect(DialectResolutionInfo info) Determine theDialectto use based on the given information.
HANAServerConfiguration.fromDialectResolutionInfo(DialectResolutionInfo)instead