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.
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 DialectDatabase.createDialect(DialectResolutionInfo info) Create aDialectfor the given metadata.protected static DatabaseVersionMySQLDialect.createVersion(DialectResolutionInfo info) Deprecated.protected static DatabaseVersionMySQLDialect.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 aDialectResolutionInfoobject.H2Dialect.determineDatabaseVersion(DialectResolutionInfo info) HANADialect.determineDatabaseVersion(DialectResolutionInfo info) SQLServerDialect.determineDatabaseVersion(DialectResolutionInfo info) 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) 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.Constructors in org.hibernate.dialect with parameters of type DialectResolutionInfoModifierConstructorDescriptionCockroachDialect(DialectResolutionInfo info, String versionString) protectedDialect(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 TypeClassDescriptionclassAn implementation ofDialectResolutionInfothat 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 DialectBasicDialectResolver.resolveDialect(DialectResolutionInfo info) DialectResolver.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 DialectResolutionInfoModifier and TypeMethodDescriptionprotected 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 DialectResolutionInfoModifierConstructorDescriptionPostgisPG10Dialect(DialectResolutionInfo resolutionInfo) Deprecated.Deprecated.Deprecated.Deprecated.