Uses of Class
org.hibernate.dialect.Dialect
-
Packages that use Dialect Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.annotations.processing Annotations used to drive annotation processors:@Find
is used to generate finder methods using the Metamodel Generator,@HQL
and@SQL
are used to generate query methods using the Metamodel Generator, andCheckHQL
instructs the Query Validator to check all HQL queries in the annotated package or type.org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.model.internal org.hibernate.boot.model.naming This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.model.relational.internal org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate Support forDialect
-specific aggregate column types, including user-defined composite types, and JSON or XML types.org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.dialect.identity Support forDialect
-specific identity column handling.org.hibernate.dialect.temptable Support for temporary tables.org.hibernate.dialect.unique Support forDialect
-specific unique constraint definition.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.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.generator.internal org.hibernate.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.org.hibernate.id.factory Defines a service for creating id generators.org.hibernate.id.factory.internal Implementation of the SPI for id generator factories.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.internal.util Internal utility classesorg.hibernate.loader.ast.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL.org.hibernate.query.sqm.mutation.internal.inline org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.spatial org.hibernate.spatial.dialect.cockroachdb SpatialDialect
s for CockroachDBorg.hibernate.spatial.dialect.db2 org.hibernate.spatial.dialect.hana org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.testing org.hibernate.testing.boot org.hibernate.testing.env org.hibernate.testing.jdbc.leak org.hibernate.testing.junit4 org.hibernate.testing.orm.junit org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.exec Support for exporting generated DDL to the database or to SQL scripts.org.hibernate.tool.schema.internal.script Support for reading SQL scripts supplied to the schema tooling.org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation.org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor Contracts for reading and writing values to and from JDBC.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.internal org.hibernate.type.descriptor.sql.internal Includes several general-purpose implementations ofDdlType
.org.hibernate.type.descriptor.sql.spi Defines a registry forDdlType
s.org.hibernate.type.internal org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
. -
-
Uses of Dialect in org.hibernate.annotations
Methods in org.hibernate.annotations that return types with arguments of type Dialect Modifier and Type Method Description Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
Deprecated, for removal: This API element is subject to removal in a future version.TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
TheDialect
in which this override applies.Class<? extends Dialect>
dialect()
Deprecated.TheDialect
in which this override applies. -
Uses of Dialect in org.hibernate.annotations.processing
Subclasses of Dialect in org.hibernate.annotations.processing Modifier and Type Class Description class
GenericDialect
A generic dialect for ANSI-like SQL.Methods in org.hibernate.annotations.processing that return types with arguments of type Dialect Modifier and Type Method Description Class<? extends Dialect>
dialect()
A Hibernate dialect to use. -
Uses of Dialect in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return Dialect Modifier and Type Method Description default Dialect
FunctionContributions. getDialect()
The SQL Dialect. -
Uses of Dialect in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return Dialect Modifier and Type Method Description Dialect
BasicValueBinder. getDialect()
Methods in org.hibernate.boot.model.internal with parameters of type Dialect Modifier and Type Method Description static SoftDeleteMappingImpl
SoftDeleteHelper. resolveSoftDeleteMapping(SoftDeletableModelPart softDeletableModelPart, SoftDeletable bootMapping, String tableName, Dialect dialect)
-
Uses of Dialect in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type Dialect Modifier and Type Method Description String
Identifier. render(Dialect dialect)
If this is a quoted identifier, then return the identifier name enclosed in dialect-specific open- and end-quotes; otherwise, simply return the unquoted identifier. -
Uses of Dialect in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return Dialect Modifier and Type Method Description Dialect
Database. getDialect()
Dialect
SqlStringGenerationContext. getDialect()
Methods in org.hibernate.boot.model.relational with parameters of type Dialect Modifier and Type Method Description boolean
AbstractAuxiliaryDatabaseObject. appliesToDialect(Dialect dialect)
boolean
AuxiliaryDatabaseObject. appliesToDialect(Dialect dialect)
Does this database object apply to the given dialect? -
Uses of Dialect in org.hibernate.boot.model.relational.internal
Methods in org.hibernate.boot.model.relational.internal that return Dialect Modifier and Type Method Description Dialect
SqlStringGenerationContextImpl. getDialect()
-
Uses of Dialect in org.hibernate.boot.registry.selector.internal
Methods in org.hibernate.boot.registry.selector.internal that return types with arguments of type Dialect Modifier and Type Method Description Class<? extends Dialect>
AggregatedDialectSelector. resolve(String name)
Class<? extends Dialect>
DefaultDialectSelector. resolve(String name)
-
Uses of Dialect in org.hibernate.dialect
Subclasses of Dialect in org.hibernate.dialect Modifier and Type Class Description class
AbstractHANADialect
Deprecated, for removal: This API element is subject to removal in a future version.Will be replaced withHANADialect
in the future.class
AbstractTransactSQLDialect
An abstract base class for Sybase and MS SQL Server dialects.class
CockroachDialect
A SQL dialect for CockroachDB 21.1 and above.class
DB2400Dialect
Deprecated.UseDB2iDialect
class
DB2400V7R3Dialect
Deprecated.UseDB2iDialect
class
DB2Dialect
A SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.class
DB2iDialect
A SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".class
DB2zDialect
A SQL dialect for DB2 for z/OS version 12.1 and above, previously known as: "Db2 UDB for z/OS", and "Db2 UDB for z/OS and OS/390".class
DerbyDialect
A SQL dialect for Apache Derby 10.15.2 and above.class
DialectDelegateWrapper
A wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.class
H2Dialect
A SQL dialect for H2.class
HANACloudColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
withDatabaseVersion.make( 4 )
insteadclass
HANAColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
HANADialect
An SQL dialect for the SAP HANA Platform and Cloud.class
HANARowStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
HSQLDialect
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.class
MariaDB106Dialect
Deprecated.useMariaDBDialect(1060)
class
MariaDBDialect
A SQL dialect for MariaDB 10.3 and above.class
MySQL8Dialect
Deprecated.useMySQLDialect(800)
class
MySQLDialect
A SQL dialect for MySQL 5.7 and above.class
OracleDialect
A SQL dialect for Oracle 11g Release 2 and above.class
PostgresPlusDialect
An SQL dialect for Postgres Plusclass
PostgreSQLDialect
A SQL dialect for PostgreSQL 11 and above.class
SpannerDialect
A SQL dialect for Cloud Spanner.class
SQLServer2012Dialect
Deprecated.useSQLServerDialect(11)
class
SQLServer2016Dialect
Deprecated.useSQLServerDialect(13)
class
SQLServerDialect
A dialect for Microsoft SQL Server 2008 and aboveclass
SybaseASEDialect
A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.class
SybaseDialect
Superclass for all Sybase dialects.class
TiDBDialect
A SQL dialect for TiDB.Fields in org.hibernate.dialect declared as Dialect Modifier and Type Field Description protected Dialect
DialectDelegateWrapper. wrapped
Methods in org.hibernate.dialect that return Dialect Modifier and Type Method Description abstract Dialect
Database. createDialect(DialectResolutionInfo info)
Create aDialect
for the given metadata.static Dialect
DialectDelegateWrapper. extractRealDialect(Dialect dialect)
Extract the wrapped dialect, recursively until a non-wrapped implementation is found; this is useful for all the code needing to know "of which type" the underlying implementation actually is.Dialect
DialectDelegateWrapper. getWrappedDialect()
Exposed so to allow code needing to know the implementation.Methods in org.hibernate.dialect with parameters of type Dialect Modifier and Type Method Description void
MySQLCastingJsonJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
void
PostgreSQLCastingInetJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
void
PostgreSQLCastingIntervalSecondJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
void
PostgreSQLCastingJsonJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
void
PostgreSQLStructCastingJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
static Dialect
DialectDelegateWrapper. extractRealDialect(Dialect dialect)
Extract the wrapped dialect, recursively until a non-wrapped implementation is found; this is useful for all the code needing to know "of which type" the underlying implementation actually is.String
OracleBooleanJdbcType. getCheckCondition(String columnName, JavaType<?> javaType, BasicValueConverter<?,?> converter, Dialect dialect)
String
OracleJsonJdbcType. getCheckCondition(String columnName, JavaType<?> javaType, BasicValueConverter<?,?> converter, Dialect dialect)
static String
MySQLSqlAstTranslator. getSqlType(CastTarget castTarget, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.JdbcType
OracleArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)
JdbcType
OracleArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)
JdbcType
OracleNestedTableJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)
JdbcType
OracleNestedTableJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)
void
DialectLogging. usingDialect(Dialect dialect)
Constructors in org.hibernate.dialect with parameters of type Dialect Constructor Description DialectDelegateWrapper(Dialect wrapped)
-
Uses of Dialect in org.hibernate.dialect.aggregate
Methods in org.hibernate.dialect.aggregate with parameters of type Dialect Modifier and Type Method Description static AggregateSupport
OracleAggregateSupport. valueOf(Dialect dialect)
static AggregateSupport
PostgreSQLAggregateSupport. valueOf(Dialect dialect)
-
Uses of Dialect in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type Dialect Modifier and Type Method Description void
CommonFunctionFactory. aggregates(Dialect dialect, SqlAstNodeRenderingMode inferenceArgumentRenderingMode)
void
CommonFunctionFactory. avg_castingNonDoubleArguments(Dialect dialect, SqlAstNodeRenderingMode inferenceArgumentRenderingMode)
Constructors in org.hibernate.dialect.function with parameters of type Dialect Constructor Description AvgFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode)
CastFunction(Dialect dialect, int preferredSqlTypeCodeForBoolean)
CastingConcatFunction(Dialect dialect, String concatOperator, boolean needsCastWrapper, SqlAstNodeRenderingMode argumentRenderingMode, TypeConfiguration typeConfiguration)
CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String concatOperator)
CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String concatOperator, String concatArgumentCastType, boolean castDistinctStringConcat)
CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String countFunctionName, String concatOperator, String concatArgumentCastType, boolean castDistinctStringConcat)
CountFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode defaultArgumentRenderingMode, String countFunctionName, String concatOperator, String concatArgumentCastType, boolean castDistinctStringConcat, String distinctArgumentCastType)
ExtractFunction(Dialect dialect, TypeConfiguration typeConfiguration)
IntegralTimestampaddFunction(Dialect dialect, TypeConfiguration typeConfiguration)
TimestampaddFunction(Dialect dialect, TypeConfiguration typeConfiguration)
TimestampdiffFunction(Dialect dialect, TypeConfiguration typeConfiguration)
TrimFunction(Dialect dialect, TypeConfiguration typeConfiguration)
TrimFunction(Dialect dialect, TypeConfiguration typeConfiguration, SqlAstNodeRenderingMode argumentRenderingMode)
-
Uses of Dialect in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity with parameters of type Dialect Modifier and Type Method Description default GetGeneratedKeysDelegate
IdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.dialect.identity with parameters of type Dialect Constructor Description Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.UseOracle12cGetGeneratedKeysDelegate(EntityPersister)
instead. -
Uses of Dialect in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return Dialect Modifier and Type Method Description Dialect
TemporaryTable. getDialect()
Methods in org.hibernate.dialect.temptable with parameters of type Dialect Modifier and Type Method Description static TemporaryTable
TemporaryTable. createEntityTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)
static TemporaryTable
TemporaryTable. createIdTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)
Constructors in org.hibernate.dialect.temptable with parameters of type Dialect Constructor Description StandardTemporaryTableExporter(Dialect dialect)
-
Uses of Dialect in org.hibernate.dialect.unique
Fields in org.hibernate.dialect.unique declared as Dialect Modifier and Type Field Description protected Dialect
AlterTableUniqueDelegate. dialect
Constructors in org.hibernate.dialect.unique with parameters of type Dialect Constructor Description AlterTableUniqueDelegate(Dialect dialect)
AlterTableUniqueIndexDelegate(Dialect dialect)
CreateTableUniqueDelegate(Dialect dialect)
DefaultUniqueDelegate(Dialect dialect)
Deprecated.SkipNullableUniqueDelegate(Dialect dialect)
-
Uses of Dialect in org.hibernate.engine.jdbc.dialect.internal
Methods in org.hibernate.engine.jdbc.dialect.internal that return Dialect Modifier and Type Method Description Dialect
DialectFactoryImpl. buildDialect(Map<String,Object> configValues, DialectResolutionInfoSource resolutionInfoSource)
Dialect
DialectResolverSet. resolveDialect(DialectResolutionInfo info)
Dialect
StandardDialectResolver. resolveDialect(DialectResolutionInfo info)
-
Uses of Dialect in org.hibernate.engine.jdbc.dialect.spi
Methods in org.hibernate.engine.jdbc.dialect.spi that return Dialect Modifier and Type Method Description Dialect
DialectFactory. buildDialect(Map<String,Object> configValues, DialectResolutionInfoSource resolutionInfoSource)
Builds an appropriate Dialect instance.Dialect
BasicDialectResolver. resolveDialect(DialectResolutionInfo info)
Dialect
DialectResolver. resolveDialect(DialectResolutionInfo info)
Determine theDialect
to use based on the given information. -
Uses of Dialect in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return Dialect Modifier and Type Method Description Dialect
JdbcEnvironmentImpl. getDialect()
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type Dialect Modifier and Type Method Description String
QualifiedObjectNameFormatterStandardImpl. format(QualifiedName qualifiedName, Dialect dialect)
String
QualifiedObjectNameFormatterStandardImpl. format(QualifiedSequenceName qualifiedSequenceName, Dialect dialect)
String
QualifiedObjectNameFormatterStandardImpl. format(QualifiedTableName qualifiedTableName, Dialect dialect)
static EnumSet<LobTypes>
LobCreationHelper. getSupportedContextualLobTypes(Dialect dialect, Map<String,Object> configValues, Connection jdbcConnection)
Basically here we are simply checking whether we can call theConnection
methods for LOB creation added in JDBC 4.static LobCreatorBuilderImpl
LobCreatorBuilderImpl. makeLobCreatorBuilder(Dialect dialect, Map<String,Object> configValues, Connection jdbcConnection)
The public factory method for obtaining the appropriate LOB creator (according to given JDBCConnection
).String
DefaultSchemaNameResolver. resolveSchemaName(Connection connection, Dialect dialect)
String
DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate. resolveSchemaName(Connection connection, Dialect dialect)
String
DefaultSchemaNameResolver.SchemaNameResolverJava17Delegate. resolveSchemaName(Connection connection, Dialect dialect)
Constructors in org.hibernate.engine.jdbc.env.internal with parameters of type Dialect Constructor Description JdbcEnvironmentImpl(DatabaseMetaData databaseMetaData, Dialect dialect, JdbcConnectionAccess jdbcConnectionAccess)
Constructor form used from testingJdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect)
Constructor form used when the JDBCDatabaseMetaData
is not available.JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect, DatabaseMetaData databaseMetaData)
Deprecated.currently used by Hibernate Reactive This version of the constructor should handle the case in which we do actually have the option to access the DatabaseMetaData, but since Hibernate Reactive is currently not making use of it we take a shortcut.JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect, DatabaseMetaData databaseMetaData, JdbcConnectionAccess jdbcConnectionAccess)
The main constructor form. -
Uses of Dialect in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return Dialect Modifier and Type Method Description Dialect
JdbcEnvironment. getDialect()
Get the dialect for this environment.Methods in org.hibernate.engine.jdbc.env.spi with parameters of type Dialect Modifier and Type Method Description String
QualifiedObjectNameFormatter. format(QualifiedName qualifiedName, Dialect dialect)
Render a formatted non-table and non-sequence qualified nameString
QualifiedObjectNameFormatter. format(QualifiedSequenceName qualifiedSequenceName, Dialect dialect)
Render a formatted sequence nameString
QualifiedObjectNameFormatter. format(QualifiedTableName qualifiedTableName, Dialect dialect)
Render a formatted a table nameString
SchemaNameResolver. resolveSchemaName(Connection connection, Dialect dialect)
Given a JDBCConnection
, resolve the name of the schema (if one) to which it connects. -
Uses of Dialect in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return Dialect Modifier and Type Method Description Dialect
JdbcServicesImpl. getDialect()
-
Uses of Dialect in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return Dialect Modifier and Type Method Description Dialect
JdbcServices. getDialect()
Obtain the dialect of the database. -
Uses of Dialect in org.hibernate.generator
Methods in org.hibernate.generator with parameters of type Dialect Modifier and Type Method Description String[]
OnExecutionGenerator. getReferencedColumnValues(Dialect dialect)
A SQL expression indicating how to calculate the generated values when the mapped columns are included in the SQL statement.boolean
OnExecutionGenerator. referenceColumnsInSql(Dialect dialect)
Determines if the columns whose values are generated are included in the column list of the SQLinsert
orupdate
statement. -
Uses of Dialect in org.hibernate.generator.internal
Methods in org.hibernate.generator.internal with parameters of type Dialect Modifier and Type Method Description String[]
CurrentTimestampGeneration. getReferencedColumnValues(Dialect dialect)
String[]
GeneratedAlwaysGeneration. getReferencedColumnValues(Dialect dialect)
String[]
GeneratedGeneration. getReferencedColumnValues(Dialect dialect)
boolean
CurrentTimestampGeneration. referenceColumnsInSql(Dialect dialect)
boolean
GeneratedAlwaysGeneration. referenceColumnsInSql(Dialect dialect)
boolean
GeneratedGeneration. referenceColumnsInSql(Dialect dialect)
-
Uses of Dialect in org.hibernate.generator.values
Methods in org.hibernate.generator.values that return Dialect Modifier and Type Method Description protected Dialect
AbstractGeneratedValuesMutationDelegate. dialect()
-
Uses of Dialect in org.hibernate.id
Methods in org.hibernate.id with parameters of type Dialect Modifier and Type Method Description String[]
IdentityGenerator. getReferencedColumnValues(Dialect dialect)
String[]
SelectGenerator. getReferencedColumnValues(Dialect dialect)
boolean
IdentityGenerator. referenceColumnsInSql(Dialect dialect)
boolean
SelectGenerator. referenceColumnsInSql(Dialect dialect)
-
Uses of Dialect in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced with parameters of type Dialect Modifier and Type Method Description protected QualifiedName
SequenceStyleGenerator. determineSequenceName(Properties params, Dialect dialect, JdbcEnvironment jdbcEnv, ServiceRegistry serviceRegistry)
Determine the name of the sequence (or table if this resolves to a physical table) to use. -
Uses of Dialect in org.hibernate.id.factory
Methods in org.hibernate.id.factory that return Dialect Modifier and Type Method Description Dialect
IdentifierGeneratorFactory. getDialect()
Deprecated, for removal: This API element is subject to removal in a future version.should be removed -
Uses of Dialect in org.hibernate.id.factory.internal
Methods in org.hibernate.id.factory.internal that return Dialect Modifier and Type Method Description Dialect
StandardIdentifierGeneratorFactory. getDialect()
Deprecated.Methods in org.hibernate.id.factory.internal with parameters of type Dialect Modifier and Type Method Description static Properties
IdentifierGeneratorUtil. collectParameters(SimpleValue simpleValue, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
static Generator
IdentifierGeneratorUtil. createLegacyIdentifierGenerator(SimpleValue simpleValue, IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
-
Uses of Dialect in org.hibernate.id.insert
Constructors in org.hibernate.id.insert with parameters of type Dialect Constructor Description BasicSelectingDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.UseBasicSelectingDelegate(EntityPersister)
instead.GetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean inferredKeys)
Deprecated, for removal: This API element is subject to removal in a future version.InsertReturningDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.UseInsertReturningDelegate(EntityPersister, EventType)
instead.SybaseJConnGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.UseSybaseJConnGetGeneratedKeysDelegate(EntityPersister)
instead.UniqueKeySelectingDelegate(PostInsertIdentityPersister persister, Dialect dialect, String[] uniqueKeyPropertyNames)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Dialect in org.hibernate.internal
Fields in org.hibernate.internal declared as Dialect Modifier and Type Field Description Dialect
FastSessionServices. dialect
Methods in org.hibernate.internal with parameters of type Dialect Modifier and Type Method Description void
CoreMessageLogger. usingDialect(Dialect dialect)
Deprecated.Method parameters in org.hibernate.internal with type arguments of type Dialect Modifier and Type Method Description void
CoreMessageLogger. unknownSqlServerVersion(int databaseMajorVersion, Class<? extends Dialect> dialectClass)
-
Uses of Dialect in org.hibernate.internal.util
Methods in org.hibernate.internal.util with parameters of type Dialect Modifier and Type Method Description static boolean
StringHelper. isQuoted(String name, Dialect dialect)
Determine if the given name is quoted.static String[]
StringHelper. unquote(String[] names, Dialect dialect)
Return the unquoted version of name stripping the start and end quote characters.static String
StringHelper. unquote(String name, Dialect dialect)
Return the unquoted version of name stripping the start and end quote characters. -
Uses of Dialect in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type Dialect Modifier and Type Method Description static boolean
MultiKeyLoadHelper. supportsSqlArrayType(Dialect dialect)
-
Uses of Dialect in org.hibernate.mapping
Methods in org.hibernate.mapping that return Dialect Modifier and Type Method Description Dialect
BasicValue. getDialect()
Methods in org.hibernate.mapping with parameters of type Dialect Modifier and Type Method Description void
PersistentClass. assignCheckConstraintsToTable(Dialect dialect, TypeConfiguration types, SqmFunctionRegistry functions)
static String
Index. buildSqlCreateIndexString(Dialect dialect, String name, String tableName, List<Column> columns, Map<Column,String> columnOrderMap, boolean unique)
Deprecated, for removal: This API element is subject to removal in a future version.This method will be removed in the next releaseGenerator
Component. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
Generator
KeyValue. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
Generator
SimpleValue. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
default IdentifierGenerator
KeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
Deprecated.default IdentifierGenerator
KeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
Deprecated.String
AggregateColumn. getAggregateAssignmentExpressionTemplate(Dialect dialect)
String
AggregateColumn. getAggregateReadExpressionTemplate(Dialect dialect)
String
Column. getAlias(Dialect dialect)
String
Column. getAlias(Dialect dialect, Table table)
Generate a column alias that is unique across multiple tablesString
Formula. getAlias(Dialect dialect)
String
Formula. getAlias(Dialect dialect, Table table)
String
Selectable. getAlias(Dialect dialect)
Deprecated.new read-by-position paradigm means that these generated aliases are no longer neededString
Selectable. getAlias(Dialect dialect, Table table)
Deprecated.new read-by-position paradigm means that these generated aliases are no longer neededSize
Column. getColumnSize(Dialect dialect, Mapping mapping)
String
Table. getQuotedCatalog(Dialect dialect)
String
UserDefinedType. getQuotedCatalog(Dialect dialect)
String
Column. getQuotedName(Dialect dialect)
String
Index. getQuotedName(Dialect dialect)
String
Table. getQuotedName(Dialect dialect)
String
UserDefinedType. getQuotedName(Dialect dialect)
String
Table. getQuotedSchema(Dialect dialect)
String
UserDefinedType. getQuotedSchema(Dialect dialect)
String
Column. getReadExpr(Dialect dialect)
String
Column. getSqlType(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping)
Deprecated.String
Column. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)
String
Formula. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)
String
Selectable. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
String
Column. getText(Dialect dialect)
String
Formula. getText(Dialect dialect)
String
Selectable. getText(Dialect dialect)
The selectable's text representation accounting for the Dialect's quoting, if quoteddefault String
Selectable. getWriteExpr(JdbcMapping jdbcMapping, Dialect dialect)
boolean
Constraint. isGenerated(Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.No longer usedboolean
KeyValue. isIdentityColumn(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect)
Deprecated.We need to addColumn.isIdentity()
boolean
SimpleValue. isIdentityColumn(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect)
Deprecated.@Remove Iterator<String>
Table. sqlAlterStrings(Dialect dialect, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext sqlStringGenerationContext)
Deprecated.String
PrimaryKey. sqlConstraintString(Dialect dialect)
-
Uses of Dialect in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type Dialect Modifier and Type Method Description static EmbeddedForeignKeyDescriptor
MappingModelCreationHelper. buildEmbeddableForeignKeyDescriptor(EmbeddableValuedModelPart embeddableValuedModelPart, Value bootValueMapping, ManagedMappingType keyDeclaringType, TableGroupProducer keyDeclaringTableGroupProducer, boolean inverse, boolean[] insertable, boolean[] updateable, Dialect dialect, MappingModelCreationProcess creationProcess)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static SelectableMappings
SelectableMappingsImpl. from(String containingTableExpression, Value value, int[] propertyOrder, Mapping mapping, TypeConfiguration typeConfiguration, boolean[] insertable, boolean[] updateable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext)
static boolean
MappingModelCreationHelper. interpretToOneKeyDescriptor(ToOneAttributeMapping attributeMapping, Property bootProperty, ToOne bootValueMapping, PropertyAccess inversePropertyAccess, Dialect dialect, MappingModelCreationProcess creationProcess)
Tries toToOneAttributeMapping.setForeignKeyDescriptor(org.hibernate.metamodel.mapping.ForeignKeyDescriptor)
to the given attributeattributeMapping
. -
Uses of Dialect in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return Dialect Modifier and Type Method Description Dialect
RuntimeModelCreationContext. getDialect()
-
Uses of Dialect in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return Dialect Modifier and Type Method Description protected Dialect
AbstractCollectionPersister. getDialect()
-
Uses of Dialect in org.hibernate.persister.entity.mutation
Fields in org.hibernate.persister.entity.mutation declared as Dialect Modifier and Type Field Description protected Dialect
AbstractMutationCoordinator. dialect
Methods in org.hibernate.persister.entity.mutation that return Dialect Modifier and Type Method Description protected Dialect
AbstractMutationCoordinator. dialect()
-
Uses of Dialect in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return Dialect Modifier and Type Method Description Dialect
MockSessionFactory. getDialect()
-
Uses of Dialect in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type Dialect Modifier and Type Method Description String
TemporalUnit. conversionFactor(TemporalUnit unit, Dialect dialect)
String
TemporalUnit. conversionFactorFull(TemporalUnit unit, Dialect dialect)
-
Uses of Dialect in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type Dialect Modifier and Type Method Description String
SelfRenderingFunctionSqlAstExpression. getAlias(Dialect dialect)
String
SelfRenderingFunctionSqlAstExpression. getAlias(Dialect dialect, Table table)
String
SelfRenderingFunctionSqlAstExpression. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry registry)
String
SelfRenderingFunctionSqlAstExpression. getText(Dialect dialect)
-
Uses of Dialect in org.hibernate.query.sqm.mutation.internal.inline
Constructors in org.hibernate.query.sqm.mutation.internal.inline with parameters of type Dialect Constructor Description InlineMutationStrategy(Dialect dialect)
-
Uses of Dialect in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return Dialect Modifier and Type Method Description Dialect
BaseSqmToSqlAstConverter. getDialect()
-
Uses of Dialect in org.hibernate.spatial
Methods in org.hibernate.spatial with parameters of type Dialect Modifier and Type Method Description void
GeometryLiteralFormatter. appendJdbcLiteral(SqlAppender appender, T value, Dialect dialect, WrapperOptions wrapperOptions)
-
Uses of Dialect in org.hibernate.spatial.dialect.cockroachdb
Subclasses of Dialect in org.hibernate.spatial.dialect.cockroachdb Modifier and Type Class Description class
CockroachDB202SpatialDialect
Deprecated.Spatial Dialects are no longer needed. -
Uses of Dialect in org.hibernate.spatial.dialect.db2
Subclasses of Dialect in org.hibernate.spatial.dialect.db2 Modifier and Type Class Description class
DB2SpatialDialect
-
Uses of Dialect in org.hibernate.spatial.dialect.hana
Subclasses of Dialect in org.hibernate.spatial.dialect.hana Modifier and Type Class Description class
HANASpatialDialect
Deprecated.Spatial dialects are no longer needed -
Uses of Dialect in org.hibernate.spatial.dialect.mysql
Subclasses of Dialect in org.hibernate.spatial.dialect.mysql Modifier and Type Class Description class
MySQL56InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL56SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQL5InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL5SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQLSpatialDialect
Deprecated.SpatialDialects are no longer needed in Hibernate 6 -
Uses of Dialect in org.hibernate.spatial.dialect.oracle
Subclasses of Dialect in org.hibernate.spatial.dialect.oracle Modifier and Type Class Description class
OracleSpatial10gDialect
Deprecated.A SpatialDialect is no longer required.class
OracleSpatialSDO10gDialect
Deprecated.A SpatialDialect is no longer required. -
Uses of Dialect in org.hibernate.spatial.dialect.postgis
Subclasses of Dialect in org.hibernate.spatial.dialect.postgis Modifier and Type Class Description class
PostgisPG10Dialect
Deprecated.class
PostgisPG93Dialect
Deprecated.A SpatialDialect is no longer required.class
PostgisPG94Dialect
Deprecated.A SpatialDialect is no longer required.class
PostgisPG95Dialect
Deprecated.A SpatialDialect is no longer required.Methods in org.hibernate.spatial.dialect.postgis with parameters of type Dialect Modifier and Type Method Description void
AbstractCastingPostGISJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
-
Uses of Dialect in org.hibernate.spatial.dialect.sqlserver
Subclasses of Dialect in org.hibernate.spatial.dialect.sqlserver Modifier and Type Class Description class
SqlServer2012SpatialDialect
Deprecated.A SpatialDialect is no longer required. -
Uses of Dialect in org.hibernate.sql
Methods in org.hibernate.sql that return Dialect Modifier and Type Method Description protected Dialect
Insert. getDialect()
Methods in org.hibernate.sql with parameters of type Dialect Modifier and Type Method Description static List<String>
Template. collectColumnNames(String sql, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
static String
Template. renderWhereStringTemplate(String sqlWhereString, String placeholder, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
Takes the where condition provided in the mapping attribute and interpolates the alias.static String
Template. renderWhereStringTemplate(String sqlWhereString, Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)
Constructors in org.hibernate.sql with parameters of type Dialect Constructor Description ForUpdateFragment(Dialect dialect, LockOptions lockOptions, Map<String,String[]> keyColumnNames)
Insert(Dialect dialect, ParameterMarkerStrategy parameterMarkerStrategy)
-
Uses of Dialect in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return Dialect Modifier and Type Method Description Dialect
AbstractSqlAstTranslator. getDialect()
-
Uses of Dialect in org.hibernate.testing
Methods in org.hibernate.testing that return types with arguments of type Dialect Modifier and Type Method Description Class<? extends Dialect>
value()
Deprecated, for removal: This API element is subject to removal in a future version.The dialects against which to run the testClass<? extends Dialect>
value()
Deprecated, for removal: This API element is subject to removal in a future version.The dialects against which to skip the testMethods in org.hibernate.testing with parameters of type Dialect Modifier and Type Method Description boolean
DialectCheck. isMatch(Dialect dialect)
Does the given dialect match the defined check?boolean
DialectChecks.DoesNotSupportFollowOnLocking. isMatch(Dialect dialect)
boolean
DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck. isMatch(Dialect dialect)
boolean
DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck. isMatch(Dialect dialect)
boolean
DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck. isMatch(Dialect dialect)
boolean
DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck. isMatch(Dialect dialect)
boolean
DialectChecks.DoubleQuoteQuoting. isMatch(Dialect dialect)
boolean
DialectChecks.ForceLobAsLastValue. isMatch(Dialect dialect)
boolean
DialectChecks.HasSelfReferentialForeignKeyBugCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportCatalogCreation. isMatch(Dialect dialect)
boolean
DialectChecks.SupportDropConstraints. isMatch(Dialect dialect)
boolean
DialectChecks.SupportLimitAndOffsetCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportLimitCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportNoWait. isMatch(Dialect dialect)
boolean
DialectChecks.SupportPartitionBy. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsArrayDataTypes. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsCascadeDeleteCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportSchemaCreation. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsCircularCascadeDeleteCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsColumnCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsExistsInSelectCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsExpectedLobUsagePattern. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsIdentityColumns. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsJdbcDriverProxying. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsLobValueChangePropagation. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsLockTimeouts. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsNClob. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsNoColumnInsert. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsOrderByInCorrelatedSubquery. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsParametersInInsertSelectCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsRecursiveCtes. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsRowId. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsRowValueConstructorSyntaxCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsSequences. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsSkipLocked. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsSubqueryInOnClause. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsSubqueryInSelect. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsTemporaryTable. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsTemporaryTableIdentity. isMatch(Dialect dialect)
boolean
DialectChecks.SupportSubqueryAsLeftHandSideInPredicate. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsUnionInSubquery. isMatch(Dialect dialect)
boolean
DialectChecks.SupportsValuesListForInsert. isMatch(Dialect dialect)
boolean
DialectChecks.SupportWait. isMatch(Dialect dialect)
boolean
DialectChecks.UsesInputStreamToInsertBlob. isMatch(Dialect dialect)
-
Uses of Dialect in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return Dialect Modifier and Type Method Description Dialect
DialectFactoryTestingImpl. buildDialect(Map<String,Object> configValues, DialectResolutionInfoSource resolutionInfoSource)
Dialect
BasicTestingJdbcServiceImpl. getDialect()
Constructors in org.hibernate.testing.boot with parameters of type Dialect Constructor Description DialectFactoryTestingImpl(Dialect dialect)
-
Uses of Dialect in org.hibernate.testing.env
Fields in org.hibernate.testing.env declared as Dialect Modifier and Type Field Description static Dialect
TestingDatabaseInfo. DIALECT
Methods in org.hibernate.testing.env that return Dialect Modifier and Type Method Description static Dialect
ConnectionProviderBuilder. getCorrespondingDialect()
Methods in org.hibernate.testing.env with parameters of type Dialect Modifier and Type Method Description boolean
ConnectionProviderBuilder. isMatch(Dialect dialect)
-
Uses of Dialect in org.hibernate.testing.jdbc.leak
Method parameters in org.hibernate.testing.jdbc.leak with type arguments of type Dialect Modifier and Type Method Description boolean
H2IdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)
boolean
IdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)
Specifies which Dialect the counter applies to.boolean
MySQLIdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)
boolean
OracleIdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)
boolean
PostgreSQLIdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)
-
Uses of Dialect in org.hibernate.testing.junit4
Fields in org.hibernate.testing.junit4 declared as Dialect Modifier and Type Field Description static Dialect
BaseCoreFunctionalTestCase. DIALECT
Methods in org.hibernate.testing.junit4 that return Dialect Modifier and Type Method Description protected static Dialect
BaseCoreFunctionalTestCase. getDialect()
protected Dialect
BaseNonConfigCoreFunctionalTestCase. getDialect()
-
Uses of Dialect in org.hibernate.testing.orm.junit
Fields in org.hibernate.testing.orm.junit declared as Dialect Modifier and Type Field Description protected static Dialect
BaseSessionFactoryFunctionalTest. DIALECT
Methods in org.hibernate.testing.orm.junit that return Dialect Modifier and Type Method Description protected Dialect
BaseSessionFactoryFunctionalTest. getDialect()
static Dialect
DialectContext. getDialect()
default Dialect
EntityManagerFactoryScope. getDialect()
Methods in org.hibernate.testing.orm.junit that return types with arguments of type Dialect Modifier and Type Method Description Class<? extends Dialect>
dialectClass()
Class<? extends Dialect>
value()
The Dialect class to match.Methods in org.hibernate.testing.orm.junit with parameters of type Dialect Modifier and Type Method Description boolean
DialectFeatureCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.CurrentTimestampHasMicrosecondPrecision. apply(Dialect dialect)
boolean
DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.DoubleQuoteQuoting. apply(Dialect dialect)
boolean
DialectFeatureChecks.ForceLobAsLastValue. apply(Dialect dialect)
boolean
DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.IsJtds. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportCatalogCreation. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportDropConstraints. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportFollowOnLocking. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportLimitAndOffsetCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportLimitCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportNoWait. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportNullPrecedence. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportPartitionBy. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsCascadeDeleteCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsCaseInsensitiveLike. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsCharCodeConversion. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportSchemaCreation. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsCircularCascadeDeleteCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsColumnCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsCommentOn. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsExistsInSelectCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsExpectedLobUsagePattern. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsFilterClause. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsFormat. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsFullJoin. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsGroupByGroupingSets. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsGroupByRollup. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsHypotheticalSetFunctions. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsIdentityColumns. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsInverseDistributionFunctions. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsJdbcDriverProxying. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsJsonAggregate. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsJsonComponentUpdate. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsLobValueChangePropogation. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsLockTimeouts. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsMedian. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsNationalizedData. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsNationalizedDataTypes. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsNoColumnInsert. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsOffsetInSubquery. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsOrderByInCorrelatedSubquery. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsOrderByInSubquery. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsPadWithChar. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsParametersInInsertSelectCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsRecursiveCtes. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsRepeat. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsReplace. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsSequences. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsSkipLocked. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsStringAggregation. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsStructAggregate. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsStructuralArrays. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsSubqueryAsLeftHandSideInPredicate. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsSubqueryInOnClause. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsTemporaryTable. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsTimezoneTypes. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsTruncateTable. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsTruncateThroughCast. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsUnion. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsUpsertOrMerge. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsValuesListForInsert. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsWindowFunctions. apply(Dialect dialect)
boolean
DialectFeatureChecks.SupportsWithTies. apply(Dialect dialect)
boolean
DialectFeatureChecks.UsesInputStreamToInsertBlob. apply(Dialect dialect)
boolean
DialectFeatureChecks.UsesStandardCurrentTimestampFunction. apply(Dialect dialect)
static boolean
DialectFilterExtension. versionsMatch(int matchingMajorVersion, int matchingMinorVersion, int matchingMicroVersion, Dialect dialect, boolean matchNewerVersions)
-
Uses of Dialect in org.hibernate.tool.schema.internal
Fields in org.hibernate.tool.schema.internal declared as Dialect Modifier and Type Field Description protected Dialect
StandardTableCleaner. dialect
protected Dialect
StandardTableExporter. dialect
protected Dialect
StandardTableMigrator. dialect
protected Dialect
StandardUserDefinedTypeExporter. dialect
Methods in org.hibernate.tool.schema.internal that return Dialect Modifier and Type Method Description Dialect
HibernateSchemaManagementTool.JdbcContextImpl. getDialect()
protected Dialect
StandardIndexExporter. getDialect()
Methods in org.hibernate.tool.schema.internal with parameters of type Dialect Modifier and Type Method Description protected void
AbstractSchemaMigrator. applyForeignKeys(Table table, TableInformation tableInformation, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlGenerationContext, GenerationTarget... targets)
protected void
AbstractSchemaMigrator. applyIndexes(Table table, TableInformation tableInformation, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlGenerationContext, GenerationTarget... targets)
static void
Helper. applyScript(ExecutionOptions options, SqlScriptCommandExtractor commandExtractor, Dialect dialect, ScriptSourceInput scriptInput, Formatter formatter, GenerationTarget[] targets)
protected void
AbstractSchemaMigrator. applyUniqueKeys(Table table, TableInformation tableInfo, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlGenerationContext, GenerationTarget... targets)
void
SchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, Dialect dialect, Formatter formatter, GenerationTarget... targets)
void
SchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionMatcher, Dialect dialect, Formatter formatter, GenerationTarget... targets)
void
SchemaCreatorImpl. createFromScript(ScriptSourceInput scriptSourceInput, SqlScriptCommandExtractor commandExtractor, Formatter formatter, Dialect dialect, ExecutionOptions options, GenerationTarget... targets)
protected void
AbstractSchemaMigrator. createSchemaAndCatalog(DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext context, GenerationTarget[] targets)
protected void
AbstractSchemaMigrator. createTable(Table table, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlGenerationContext, GenerationTarget... targets)
void
SchemaCreatorImpl. doCreation(Metadata metadata, Dialect dialect, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, GenerationTarget... targets)
void
SchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)
For use from testingvoid
SchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher inclusionFilter, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)
For use from testingprotected void
AbstractSchemaMigrator. migrateTable(Table table, TableInformation tableInformation, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlGenerationContext, GenerationTarget... targets)
protected abstract NameSpaceTablesInformation
AbstractSchemaMigrator. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext sqlGenerationContext, GenerationTarget[] targets)
protected NameSpaceTablesInformation
GroupedSchemaMigratorImpl. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext context, GenerationTarget[] targets)
protected NameSpaceTablesInformation
IndividuallySchemaMigratorImpl. performTablesMigration(Metadata metadata, DatabaseInformation existingDatabase, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Formatter formatter, Set<String> exportIdentifiers, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, SqlStringGenerationContext context, GenerationTarget[] targets)
void
AbstractSchemaValidator. performValidation(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect)
static List<String>
StandardTableMigrator. sqlAlterStrings(Table table, Dialect dialect, Metadata metadata, TableInformation tableInformation, SqlStringGenerationContext context)
protected void
AbstractSchemaValidator. validateColumnType(Table table, Column column, ColumnInformation columnInformation, Metadata metadata, ExecutionOptions options, Dialect dialect)
protected void
AbstractSchemaValidator. validateTable(Table table, TableInformation tableInformation, Metadata metadata, ExecutionOptions options, Dialect dialect)
protected abstract void
AbstractSchemaValidator. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace)
protected void
GroupedSchemaValidatorImpl. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace)
protected void
IndividuallySchemaValidatorImpl. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace)
Constructors in org.hibernate.tool.schema.internal with parameters of type Dialect Constructor Description StandardAuxiliaryDatabaseObjectExporter(Dialect dialect)
StandardForeignKeyExporter(Dialect dialect)
StandardIndexExporter(Dialect dialect)
StandardSequenceExporter(Dialect dialect)
StandardTableCleaner(Dialect dialect)
StandardTableExporter(Dialect dialect)
StandardTableMigrator(Dialect dialect)
StandardUniqueKeyExporter(Dialect dialect)
StandardUserDefinedTypeExporter(Dialect dialect)
-
Uses of Dialect in org.hibernate.tool.schema.internal.exec
Methods in org.hibernate.tool.schema.internal.exec that return Dialect Modifier and Type Method Description Dialect
JdbcContext. getDialect()
-
Uses of Dialect in org.hibernate.tool.schema.internal.script
Methods in org.hibernate.tool.schema.internal.script with parameters of type Dialect Modifier and Type Method Description List<String>
MultiLineSqlScriptExtractor. extractCommands(Reader reader, Dialect dialect)
List<String>
SingleLineSqlScriptExtractor. extractCommands(Reader reader, Dialect dialect)
Constructors in org.hibernate.tool.schema.internal.script with parameters of type Dialect Constructor Description SqlScriptVisitor(Dialect dialect)
-
Uses of Dialect in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type Dialect Modifier and Type Method Description List<String>
SqlScriptCommandExtractor. extractCommands(Reader reader, Dialect dialect)
Read the commands from the SQL script represented by the incoming reader, returning those commands as an array -
Uses of Dialect in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type Dialect Modifier and Type Method Description String
CreationTimestampGeneration. getDatabaseGeneratedReferencedColumnValue(Dialect dialect)
Deprecated.String
UpdateTimestampGeneration. getDatabaseGeneratedReferencedColumnValue(Dialect dialect)
Deprecated.default String
ValueGeneration. getDatabaseGeneratedReferencedColumnValue(Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.A SQL expression indicating how to calculate the generated value when the property value is generated in the database and the mapped column is included in the SQL statement.default String[]
ValueGeneration. getReferencedColumnValues(Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.default boolean
ValueGeneration. referenceColumnsInSql(Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Dialect in org.hibernate.type
Methods in org.hibernate.type with parameters of type Dialect Modifier and Type Method Description default String
BasicType. getCheckCondition(String columnName, Dialect dialect)
The check constraint that should be added to the column definition in generated DDL. -
Uses of Dialect in org.hibernate.type.descriptor
Methods in org.hibernate.type.descriptor with parameters of type Dialect Modifier and Type Method Description static <T extends Temporal>
TDateTimeUtils. adjustToDefaultPrecision(T temporal, Dialect d)
Do the same conversion that databases do when they encounter a timestamp with a higher precision than what is supported by a column, which is to round the excess fractions.static <T extends Temporal>
TDateTimeUtils. adjustToPrecision(T temporal, int precision, Dialect d)
static <T extends Temporal>
TDateTimeUtils. roundToDefaultPrecision(T temporal, Dialect d)
Do the same conversion that databases do when they encounter a timestamp with a higher precision than what is supported by a column, which is to round the excess fractions. -
Uses of Dialect in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java with parameters of type Dialect Modifier and Type Method Description String
BooleanJavaType. getCheckCondition(String columnName, JdbcType jdbcType, BasicValueConverter<?,?> converter, Dialect dialect)
String
EnumJavaType. getCheckCondition(String columnName, JdbcType jdbcType, BasicValueConverter<?,?> converter, Dialect dialect)
default String
JavaType. getCheckCondition(String columnName, JdbcType jdbcType, BasicValueConverter<?,?> converter, Dialect dialect)
The check constraint that should be added to the column definition in generated DDL.long
BigDecimalJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
BigIntegerJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
BlobJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
BooleanJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
ByteJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
CharacterJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
ClobJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
CurrencyJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
DoubleJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
FloatJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
InetAddressJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
IntegerJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
default long
JavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
The default column length when this Java type is mapped to a SQL data type which is parametrized by length, for exampleTypes.VARCHAR
.long
LongJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
ShortJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
UUIDJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
long
ZoneOffsetJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
int
BigDecimalJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
BigIntegerJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
BooleanJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
ByteJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
CalendarDateJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
CalendarJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
CalendarTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
CharacterJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
DateJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
DoubleJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
DurationJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
FloatJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
InstantJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
IntegerJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
default int
JavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
The default column precision when this Java type is mapped to a SQL data type which is parametrized by precision, for exampleTypes.DECIMAL
.int
JdbcTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
JdbcTimestampJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
LocalDateTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
LocalTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
LongJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
OffsetDateTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
OffsetTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
ShortJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
ZonedDateTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
BigIntegerJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
int
BooleanJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
int
ByteJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
int
CharacterJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
int
DurationJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
int
IntegerJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
default int
JavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
The default column scale when this Java type is mapped to a SQL data type which is parametrized by scale, for exampleTypes.DECIMAL
.int
LongJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
int
ShortJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
BasicType<?>
AbstractArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators)
BasicType<?>
ArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators)
BasicType<?>
BasicPluralJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators)
Creates a container type for the given element type -
Uses of Dialect in org.hibernate.type.descriptor.java.spi
Methods in org.hibernate.type.descriptor.java.spi with parameters of type Dialect Modifier and Type Method Description BasicType<?>
BasicCollectionJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation, JdbcTypeIndicators stdIndicators)
-
Uses of Dialect in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return Dialect Modifier and Type Method Description Dialect
DelegatingJdbcTypeIndicators. getDialect()
Dialect
JdbcTypeIndicators. getDialect()
Methods in org.hibernate.type.descriptor.jdbc with parameters of type Dialect Modifier and Type Method Description void
JdbcLiteralFormatter. appendJdbcLiteral(SqlAppender appender, T value, Dialect dialect, WrapperOptions wrapperOptions)
Append a SQL literal representing the given Java value to a fragment of SQL which is being built.void
H2FormatJsonJdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.default void
JdbcType. appendWriteExpression(String writeExpression, SqlAppender appender, Dialect dialect)
Append the write expression wrapped in a way to be able to write values with this JdbcType's ValueBinder.default String
JdbcType. getCheckCondition(String columnName, JavaType<?> javaType, BasicValueConverter<?,?> converter, Dialect dialect)
The check constraint that should be added to the column definition in generated DDL.String
OracleJsonBlobJdbcType. getCheckCondition(String columnName, JavaType<?> javaType, BasicValueConverter<?,?> converter, Dialect dialect)
JdbcType
ArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)
JdbcType
ArrayJdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)
default JdbcType
JdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)
Called byArrayJavaType
and friends.JdbcType
JdbcTypeConstructor. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)
Called fromresolveSqlTypeDescriptor(java.lang.String, int, int, int, org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry)
when inferringJdbcType
s from a JDBCResultSet
or when reverse-engineering a schema.default String
JdbcLiteralFormatter. toJdbcLiteral(T value, Dialect dialect, WrapperOptions wrapperOptions)
Produces a string containing a SQL literal value representing the given Java value.default String
JdbcType. wrapWriteExpression(String writeExpression, Dialect dialect)
Wraps the write expression to be able to write values with this JdbcType's ValueBinder. -
Uses of Dialect in org.hibernate.type.descriptor.jdbc.internal
Methods in org.hibernate.type.descriptor.jdbc.internal with parameters of type Dialect Modifier and Type Method Description void
JdbcLiteralFormatterArray. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)
void
JdbcLiteralFormatterBinary. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)
void
JdbcLiteralFormatterBoolean. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)
void
JdbcLiteralFormatterCharacterData. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)
void
JdbcLiteralFormatterNumericData. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)
void
JdbcLiteralFormatterTemporal. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions options)
void
JdbcLiteralFormatterUUIDData. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)
-
Uses of Dialect in org.hibernate.type.descriptor.sql.internal
Methods in org.hibernate.type.descriptor.sql.internal with parameters of type Dialect Modifier and Type Method Description static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, String castTypeName, Dialect dialect)
static CapacityDependentDdlType.Builder
CapacityDependentDdlType. builder(int sqlTypeCode, CapacityDependentDdlType.LobKind lobKind, String typeNamePattern, Dialect dialect)
Constructors in org.hibernate.type.descriptor.sql.internal with parameters of type Dialect Constructor Description ArrayDdlTypeImpl(Dialect dialect, boolean castRawElementType)
BinaryFloatDdlType(String typeNamePattern, Dialect dialect)
BinaryFloatDdlType(Dialect dialect)
DdlTypeImpl(int sqlTypeCode, boolean isLob, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect)
DdlTypeImpl(int sqlTypeCode, boolean isLob, String typeNamePattern, String castTypeName, Dialect dialect)
DdlTypeImpl(int sqlTypeCode, String typeNamePattern, String castTypeNamePattern, String castTypeName, Dialect dialect)
DdlTypeImpl(int sqlTypeCode, String typeNamePattern, String castTypeName, Dialect dialect)
DdlTypeImpl(int sqlTypeCode, String typeNamePattern, Dialect dialect)
NamedNativeEnumDdlTypeImpl(Dialect dialect)
NamedNativeOrdinalEnumDdlTypeImpl(Dialect dialect)
NativeEnumDdlTypeImpl(Dialect dialect)
NativeOrdinalEnumDdlTypeImpl(Dialect dialect)
Scale6IntervalSecondDdlType(String typeNamePattern, Dialect dialect)
Scale6IntervalSecondDdlType(Dialect dialect)
-
Uses of Dialect in org.hibernate.type.descriptor.sql.spi
Methods in org.hibernate.type.descriptor.sql.spi with parameters of type Dialect Modifier and Type Method Description String
DdlTypeRegistry. getTypeName(int typeCode, Dialect dialect)
Get the SQL type name for the specifiedJDBC type code
, filling in the placemarkers$l
,$p
, and$s
with the default length, precision, and scale for the given SQL dialect. -
Uses of Dialect in org.hibernate.type.internal
Methods in org.hibernate.type.internal with parameters of type Dialect Modifier and Type Method Description long
UserTypeJavaTypeWrapper. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
int
UserTypeJavaTypeWrapper. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
int
UserTypeJavaTypeWrapper. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
-
Uses of Dialect in org.hibernate.usertype
Methods in org.hibernate.usertype with parameters of type Dialect Modifier and Type Method Description default long
UserType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)
The default column length, for use in DDL generation.default int
UserType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)
The default column precision, for use in DDL generation.default int
UserType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
The default column scale, for use in DDL generation.
-