Uses of Interface
org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
-
Packages that use DialectResolutionInfo Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.spatial.dialect.postgis -
-
Uses of DialectResolutionInfo in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type DialectResolutionInfo Modifier and Type Method Description abstract Dialect
Database. createDialect(DialectResolutionInfo info)
Create aDialect
for the given metadata.protected static DatabaseVersion
AbstractHANADialect. createVersion(DialectResolutionInfo info)
protected static DatabaseVersion
MySQLDialect. createVersion(DialectResolutionInfo info)
static PostgreSQLDriverKind
PostgreSQLDriverKind. determineKind(DialectResolutionInfo dialectResolutionInfo)
protected static DatabaseVersion
CockroachDialect. fetchDataBaseVersion(DialectResolutionInfo info)
boolean
Database. matchesResolutionInfo(DialectResolutionInfo info)
Does this database match the given metadata?protected void
Dialect. registerKeywords(DialectResolutionInfo info)
-
Uses of DialectResolutionInfo in org.hibernate.engine.jdbc.dialect.internal
Methods in org.hibernate.engine.jdbc.dialect.internal with parameters of type DialectResolutionInfo Modifier and Type Method Description Dialect
DialectResolverSet. resolveDialect(DialectResolutionInfo info)
Dialect
StandardDialectResolver. resolveDialect(DialectResolutionInfo info)
-
Uses of DialectResolutionInfo in org.hibernate.engine.jdbc.dialect.spi
Classes in org.hibernate.engine.jdbc.dialect.spi that implement DialectResolutionInfo Modifier and Type Class Description class
DatabaseMetaDataDialectResolutionInfoAdapter
An implementation of DialectResolutionInfo that delegates calls to a wrappedDatabaseMetaData
.Methods in org.hibernate.engine.jdbc.dialect.spi that return DialectResolutionInfo Modifier and Type Method Description DialectResolutionInfo
DialectResolutionInfoSource. getDialectResolutionInfo()
Get the DialectResolutionInfoMethods in org.hibernate.engine.jdbc.dialect.spi with parameters of type DialectResolutionInfo Modifier and Type Method Description Dialect
BasicDialectResolver. resolveDialect(DialectResolutionInfo info)
Dialect
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 DialectResolutionInfo Constructor Description PostgisPG10Dialect(DialectResolutionInfo resolutionInfo)
Deprecated.PostgisPG93Dialect(DialectResolutionInfo info)
Deprecated.PostgisPG94Dialect(DialectResolutionInfo info)
Deprecated.PostgisPG95Dialect(DialectResolutionInfo info)
Deprecated.
-