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.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
This package contains the spatial extensions for the PostgreSQLDialect.
-
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) DB2Dialect.determineDatabaseVersion
(DialectResolutionInfo info) Dialect.determineDatabaseVersion
(DialectResolutionInfo info) Determine the database version, as precise as possible and using Dialect-specific techniques, from aDialectResolutionInfo
object.H2Dialect.determineDatabaseVersion
(DialectResolutionInfo info) HANADialect.determineDatabaseVersion
(DialectResolutionInfo info) static DatabaseVersion
HANAServerConfiguration.determineDatabaseVersion
(DialectResolutionInfo info) SQLServerDialect.determineDatabaseVersion
(DialectResolutionInfo info) static PostgreSQLDriverKind
PostgreSQLDriverKind.determineKind
(DialectResolutionInfo info) static SybaseDriverKind
SybaseDriverKind.determineKind
(DialectResolutionInfo dialectResolutionInfo) static DatabaseVersion
DB2Dialect.determinFullDatabaseVersion
(DialectResolutionInfo info) 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) 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.static DatabaseVersion
HANAServerConfiguration.staticDetermineDatabaseVersion
(DialectResolutionInfo info) Constructors in org.hibernate.dialect with parameters of type DialectResolutionInfoModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.CockroachDialect
(DialectResolutionInfo info, String versionString) protected
Dialect
(DialectResolutionInfo info) OracleDialect
(DialectResolutionInfo info, OracleServerConfiguration serverConfiguration) -
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.