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.engine.jdbc.env.internal 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 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) -
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 DialectDialectResolverSet. resolveDialect(DialectResolutionInfo info)DialectStandardDialectResolver. 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 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. -
Uses of DialectResolutionInfo in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type DialectResolutionInfo Modifier and Type Method Description protected JdbcEnvironmentImplJdbcEnvironmentInitiator. getJdbcEnvironmentWithExplicitConfiguration(Map<String,Object> configurationValues, ServiceRegistryImplementor registry, DialectFactory dialectFactory, DialectResolutionInfo dialectResolutionInfo) -
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.
-