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.spi 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 DialectResolutionInfo Modifier and Type Method Description abstract DialectDatabase. createDialect(DialectResolutionInfo info)Create aDialectfor the given metadata.protected static DatabaseVersionAbstractHANADialect. createVersion(DialectResolutionInfo info)protected static DatabaseVersionMySQLDialect. createVersion(DialectResolutionInfo info)static PostgreSQLDriverKindPostgreSQLDriverKind. determineKind(DialectResolutionInfo dialectResolutionInfo)static SybaseDriverKindSybaseDriverKind. determineKind(DialectResolutionInfo dialectResolutionInfo)protected static DatabaseVersionCockroachDialect. fetchDataBaseVersion(DialectResolutionInfo info)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) -
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 classDatabaseMetaDataDialectResolutionInfoAdapterAn 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 DialectResolutionInfoDialectResolutionInfoSource. getDialectResolutionInfo()Get the DialectResolutionInfoMethods in org.hibernate.engine.jdbc.dialect.spi with parameters of type DialectResolutionInfo Modifier and Type Method Description DialectBasicDialectResolver. resolveDialect(DialectResolutionInfo info)DialectDialectResolver. resolveDialect(DialectResolutionInfo info)Determine theDialectto use based on the given information.
-