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 Dialect
Database.createDialect
(DialectResolutionInfo info) Create aDialect
for the given metadata.protected static DatabaseVersion
MySQLDialect.createVersion
(DialectResolutionInfo info) Deprecated.protected static DatabaseVersion
MySQLDialect.createVersion
(DialectResolutionInfo info, DatabaseVersion defaultVersion) CockroachDialect.determineDatabaseVersion
(DialectResolutionInfo info) Dialect.determineDatabaseVersion
(DialectResolutionInfo info) Determine the database version, as precise as possible and using Dialect-specific techniques, from aDialectResolutionInfo
object.DialectDelegateWrapper.determineDatabaseVersion
(DialectResolutionInfo info) H2Dialect.determineDatabaseVersion
(DialectResolutionInfo info) HANADialect.determineDatabaseVersion
(DialectResolutionInfo info) SQLServerDialect.determineDatabaseVersion
(DialectResolutionInfo info) static PostgreSQLDriverKind
PostgreSQLDriverKind.determineKind
(DialectResolutionInfo dialectResolutionInfo) static SybaseDriverKind
SybaseDriverKind.determineKind
(DialectResolutionInfo dialectResolutionInfo) protected static DatabaseVersion
CockroachDialect.fetchDataBaseVersion
(DialectResolutionInfo info) static HANAServerConfiguration
HANAServerConfiguration.fromDialectResolutionInfo
(DialectResolutionInfo info) static MySQLServerConfiguration
MySQLServerConfiguration.fromDialectResolutionInfo
(DialectResolutionInfo info) static OracleServerConfiguration
OracleServerConfiguration.fromDialectResolutionInfo
(DialectResolutionInfo info) protected static boolean
OracleDialect.isAutonomous
(DialectResolutionInfo info) Deprecated.protected static boolean
OracleDialect.isExtended
(DialectResolutionInfo info) Deprecated.boolean
Database.matchesResolutionInfo
(DialectResolutionInfo info) Does this database match the given metadata?protected void
Dialect.registerKeywords
(DialectResolutionInfo info) Register the reserved words reported by the JDBC driver as keywords.void
DialectDelegateWrapper.registerKeywords
(DialectResolutionInfo info) Constructors in org.hibernate.dialect with parameters of type DialectResolutionInfoModifierConstructorDescriptionCockroachDialect
(DialectResolutionInfo info, String versionString) protected
Dialect
(DialectResolutionInfo info) 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 TypeClassDescriptionclass
An implementation ofDialectResolutionInfo
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 Dialect
BasicDialectResolver.resolveDialect
(DialectResolutionInfo info) DialectResolver.resolveDialect
(DialectResolutionInfo info) Determine theDialect
to use based on the given information. -
Uses of DialectResolutionInfo in org.hibernate.spatial.dialect.postgis
Constructors in org.hibernate.spatial.dialect.postgis with parameters of type DialectResolutionInfoModifierConstructorDescriptionPostgisPG10Dialect
(DialectResolutionInfo resolutionInfo) Deprecated.Deprecated.Deprecated.Deprecated.