Uses of Class
org.hibernate.dialect.Dialect
-
-
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()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies.Class<? extends Dialect>dialect()TheDialectin which this override applies. -
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 StringIdentifier. 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.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type Dialect Modifier and Type Method Description static <T> BasicValue.Resolution<T>InferredBasicValueResolver. from(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, Dialect dialect, TypeConfiguration typeConfiguration) -
Uses of Dialect in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return Dialect Modifier and Type Method Description DialectDatabase. getDialect()DialectSqlStringGenerationContext. getDialect()Methods in org.hibernate.boot.model.relational with parameters of type Dialect Modifier and Type Method Description booleanAbstractAuxiliaryDatabaseObject. appliesToDialect(Dialect dialect)booleanAuxiliaryDatabaseObject. 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 DialectSqlStringGenerationContextImpl. 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 classAbstractHANADialectAn abstract base class for SAP HANA dialects.classAbstractTransactSQLDialectAn abstract base class for Sybase and MS SQL Server dialects.classCockroachDialectA SQL dialect for CockroachDB.classDB2390DialectDeprecated.UseDB2zDialectclassDB2390V8DialectDeprecated.useDB2390Dialect(8)classDB2400DialectDeprecated.UseDB2iDialectclassDB2400V7R3DialectDeprecated.UseDB2iDialectclassDB297DialectDeprecated.useDB2Dialect(970)classDB2DialectA SQL dialect for DB2.classDB2iDialectAn SQL dialect for DB2 for iSeries previously known as DB2/400.classDB2zDialectAn SQL dialect for DB2 for z/OS, previously known as known as Db2 UDB for z/OS and Db2 UDB for z/OS and OS/390.classDerbyDialectA SQL dialect for Apache Derby.classDerbyTenFiveDialectDeprecated.useDerbyDialect(1050)classDerbyTenSevenDialectDeprecated.useDerbyDialect(1070)classDerbyTenSixDialectDeprecated.useDerbyDialect(1060)classH2DialectA SQL dialect for H2.classHANACloudColumnStoreDialectDeprecated.use HANAColumnStoreDialect(400)classHANAColumnStoreDialectAn SQL dialect for the SAP HANA column store.classHANARowStoreDialectAn SQL dialect for the SAP HANA row store.classHSQLDialectA SQL dialect for HSQLDB (HyperSQL) 1.8 and above.classMariaDB102DialectDeprecated.useMariaDBDialect(1020)classMariaDB103DialectDeprecated.useMariaDBDialect(1030)classMariaDB106DialectDeprecated.useMariaDBDialect(1060)classMariaDB10DialectDeprecated.useMariaDBDialect(1000)classMariaDB53DialectDeprecated.useMariaDBDialect(530)classMariaDBDialectA SQL dialect for MariaDBclassMySQL55DialectDeprecated.useMySQLDialect(550)classMySQL57DialectDeprecated.useMySQLDialect(570)classMySQL5DialectDeprecated.useMySQLDialect(500)classMySQL8DialectDeprecated.useMySQLDialect(800)classMySQLDialectA SQL dialect for MySQL 5 and above.classOracle10gDialectDeprecated.useOracleDialect(10)classOracle12cDialectDeprecated.useOracleDialect(12)classOracle8iDialectDeprecated.useOracleDialect(8)classOracle9iDialectDeprecated.useOracleDialect(9)classOracleDialectA SQL dialect for Oracle 8i and above.classPostgresPlusDialectAn SQL dialect for Postgres PlusclassPostgreSQL81DialectDeprecated.usePostgreSQLDialect(810)classPostgreSQL82DialectDeprecated.usePostgreSQLDialect(820)classPostgreSQL91DialectDeprecated.usePostgreSQLDialect(910)classPostgreSQL92DialectDeprecated.usePostgreSQLDialect(920)classPostgreSQL93DialectDeprecated.usePostgreSQLDialect(810)classPostgreSQL94DialectDeprecated.usePostgreSQLDialect(940)classPostgreSQL95DialectDeprecated.usePostgreSQLDialect(950)classPostgreSQL9DialectDeprecated.usePostgreSQLDialect(900)classPostgreSQLDialectA SQL dialect for PostgreSQL 8 and above.classSpannerDialectA SQL dialect for Cloud Spanner.classSQLServer2005DialectDeprecated.useSQLServerDialect(9)classSQLServer2008DialectDeprecated.useSQLServerDialect(10)classSQLServer2012DialectDeprecated.useSQLServerDialect(11)classSQLServer2016DialectDeprecated.useSQLServerDialect(11)classSQLServerDialectA dialect for Microsoft SQL Server 2000 and aboveclassSybase11DialectDeprecated.useSybaseASEDialectinsteadclassSybaseASE157DialectDeprecated.useSybaseASEDialect(1570)classSybaseASE15DialectDeprecated.useSybaseASEDialect(1500)classSybaseASEDialectA SQL dialect for Sybase Adaptive Server Enterprise 11.9 and above.classSybaseDialectSuperclass for all Sybase dialects.classTiDBDialectA SQL dialect for TiDB.Methods in org.hibernate.dialect that return Dialect Modifier and Type Method Description abstract DialectDatabase. createDialect(DialectResolutionInfo info)Create aDialectfor the given metadata.Methods in org.hibernate.dialect with parameters of type Dialect Modifier and Type Method Description static StringMySQLSqlAstTranslator. getSqlType(CastTarget castTarget, Dialect dialect)JdbcTypeOracleArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation) -
Uses of Dialect in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type Dialect Modifier and Type Method Description voidCommonFunctionFactory. aggregates(Dialect dialect, SqlAstNodeRenderingMode inferenceArgumentRenderingMode)voidCommonFunctionFactory. 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)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) -
Uses of Dialect in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity with parameters of type Dialect Modifier and Type Method Description GetGeneratedKeysDelegateIdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysGetGeneratedKeysDelegateIdentityColumnSupportImpl. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)GetGeneratedKeysDelegateOracle12cIdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)Constructors in org.hibernate.dialect.identity with parameters of type Dialect Constructor Description GetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) -
Uses of Dialect in org.hibernate.dialect.temptable
Methods in org.hibernate.dialect.temptable that return Dialect Modifier and Type Method Description DialectTemporaryTable. getDialect()Methods in org.hibernate.dialect.temptable with parameters of type Dialect Modifier and Type Method Description static TemporaryTableTemporaryTable. createEntityTable(EntityMappingType entityDescriptor, Function<String,String> temporaryTableNameAdjuster, Dialect dialect, RuntimeModelCreationContext runtimeModelCreationContext)static TemporaryTableTemporaryTable. 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 DialectDefaultUniqueDelegate. dialectConstructors in org.hibernate.dialect.unique with parameters of type Dialect Constructor Description DB2UniqueDelegate(Dialect dialect)Constructs a DB2UniqueDelegateDefaultUniqueDelegate(Dialect dialect)Constructs DefaultUniqueDelegateMySQLUniqueDelegate(Dialect dialect)Constructs MySQLUniqueDelegate -
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 DialectDialectFactoryImpl. buildDialect(Map<String,Object> configValues, DialectResolutionInfoSource resolutionInfoSource)DialectDialectResolverSet. resolveDialect(DialectResolutionInfo info)DialectStandardDialectResolver. 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 DialectDialectFactory. buildDialect(Map<String,Object> configValues, DialectResolutionInfoSource resolutionInfoSource)Builds an appropriate Dialect instance.DialectBasicDialectResolver. resolveDialect(DialectResolutionInfo info)DialectDialectResolver. resolveDialect(DialectResolutionInfo info)Determine theDialectto 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 DialectJdbcEnvironmentImpl. getDialect()Methods in org.hibernate.engine.jdbc.env.internal with parameters of type Dialect Modifier and Type Method Description StringQualifiedObjectNameFormatterStandardImpl. format(QualifiedName qualifiedName, Dialect dialect)StringQualifiedObjectNameFormatterStandardImpl. format(QualifiedSequenceName qualifiedSequenceName, Dialect dialect)StringQualifiedObjectNameFormatterStandardImpl. format(QualifiedTableName qualifiedTableName, Dialect dialect)static LobCreatorBuilderImplLobCreatorBuilderImpl. makeLobCreatorBuilder(Dialect dialect, Map<String,Object> configValues, Connection jdbcConnection)The public factory method for obtaining the appropriate LOB creator (according to given JDBCConnection).StringDefaultSchemaNameResolver. resolveSchemaName(Connection connection, Dialect dialect)StringDefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate. resolveSchemaName(Connection connection, Dialect dialect)StringDefaultSchemaNameResolver.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 JDBCDatabaseMetaDatais 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 DialectJdbcEnvironment. 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 StringQualifiedObjectNameFormatter. format(QualifiedName qualifiedName, Dialect dialect)Render a formatted non-table and non-sequence qualified nameStringQualifiedObjectNameFormatter. format(QualifiedSequenceName qualifiedSequenceName, Dialect dialect)Render a formatted sequence nameStringQualifiedObjectNameFormatter. format(QualifiedTableName qualifiedTableName, Dialect dialect)Render a formatted a table nameStringSchemaNameResolver. 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 DialectJdbcServicesImpl. 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 DialectJdbcServices. getDialect()Obtain the dialect of the database. -
Uses of Dialect in org.hibernate.id
Methods in org.hibernate.id with parameters of type Dialect Modifier and Type Method Description static ObjectIdentifierGeneratorHelper. get(ResultSet rs, String identifier, Type type, Dialect dialect)Extract the value from the result set (which is assumed to already have been positioned to the appropriate row) and wrp it in the appropriate Java numeric type.static ObjectIdentifierGeneratorHelper. getGeneratedIdentity(ResultSet rs, String identifier, Type type, Dialect dialect)Get the generated identifier when using identity columnsInsertGeneratedIdentifierDelegateIdentityGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegatePostInsertIdentifierGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegateSelectGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)Constructors in org.hibernate.id with parameters of type Dialect Constructor Description BasicDelegate(PostInsertIdentityPersister persister, Dialect dialect)InsertSelectDelegate(PostInsertIdentityPersister persister, 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 QualifiedNameSequenceStyleGenerator. 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 DialectIdentifierGeneratorFactory. 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 DialectStandardIdentifierGeneratorFactory. getDialect() -
Uses of Dialect in org.hibernate.id.insert
Constructors in org.hibernate.id.insert with parameters of type Dialect Constructor Description IdentifierGeneratingInsert(Dialect dialect)InsertSelectIdentityInsert(Dialect dialect) -
Uses of Dialect in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type Dialect Modifier and Type Method Description voidCoreMessageLogger. usingDialect(Dialect dialect)Method parameters in org.hibernate.internal with type arguments of type Dialect Modifier and Type Method Description voidCoreMessageLogger. 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 booleanStringHelper. 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 StringStringHelper. unquote(String name, Dialect dialect)Return the unquoted version of name stripping the start and end quote characters. -
Uses of Dialect in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type Dialect Modifier and Type Method Description static StringIndex. buildSqlCreateIndexString(Dialect dialect, String name, String tableName, Iterator<Column> columns, Map<Column,String> columnOrderMap, boolean unique)IdentifierGeneratorComponent. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)Deprecated.IdentifierGeneratorKeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)IdentifierGeneratorSimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)IdentifierGeneratorSimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)StringColumn. getAlias(Dialect dialect)StringColumn. getAlias(Dialect dialect, Table table)Generate a column alias that is unique across multiple tablesStringFormula. getAlias(Dialect dialect)StringFormula. getAlias(Dialect dialect, Table table)StringSelectable. getAlias(Dialect dialect)Deprecated.new read-by-position paradigm means that these generated aliases are no longer neededStringSelectable. getAlias(Dialect dialect, Table table)Deprecated.new read-by-position paradigm means that these generated aliases are no longer neededSizeColumn. getColumnSize(Dialect dialect, Mapping mapping)StringTable. getQuotedCatalog(Dialect dialect)StringColumn. getQuotedName(Dialect d)StringIndex. getQuotedName(Dialect dialect)StringTable. getQuotedName(Dialect dialect)StringTable. getQuotedSchema(Dialect dialect)StringColumn. getReadExpr(Dialect dialect)StringColumn. getSqlType(TypeConfiguration typeConfiguration, Dialect dialect, Mapping mapping)StringColumn. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)StringFormula. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)StringSelectable. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)StringColumn. getText(Dialect d)StringFormula. getText(Dialect dialect)StringSelectable. getText(Dialect dialect)The selectable's text representation accounting for the Dialect's quoting, if quotedbooleanConstraint. isGenerated(Dialect dialect)booleanKeyValue. isIdentityColumn(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect)booleanSimpleValue. isIdentityColumn(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect)Iterator<String>Table. sqlAlterStrings(Dialect dialect, Metadata metadata, TableInformation tableInfo, SqlStringGenerationContext sqlStringGenerationContext)StringIndex. sqlConstraintString(Dialect dialect)StringPrimaryKey. 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 EmbeddedForeignKeyDescriptorMappingModelCreationHelper. buildEmbeddableForeignKeyDescriptor(EmbeddableValuedModelPart embeddableValuedModelPart, Value bootValueMapping, ManagedMappingType keyDeclaringType, TableGroupProducer keyDeclaringTableGroupProducer, boolean inverse, Dialect dialect, MappingModelCreationProcess creationProcess)static SelectableMappingSelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)static SelectableMappingsSelectableMappingsImpl. from(String containingTableExpression, Value value, int[] propertyOrder, Mapping mapping, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)static booleanMappingModelCreationHelper. 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.relational
Methods in org.hibernate.metamodel.relational with parameters of type Dialect Modifier and Type Method Description StringIdentifier. 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.persister.collection
Methods in org.hibernate.persister.collection that return Dialect Modifier and Type Method Description protected DialectAbstractCollectionPersister. getDialect() -
Uses of Dialect in org.hibernate.query.spi
Constructors in org.hibernate.query.spi with parameters of type Dialect Constructor Description QueryEngine(String uuid, String name, JpaCompliance jpaCompliance, Supplier<JpaMetamodelImplementor> jpaMetamodelAccess, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, NamedObjectRepository namedObjectRepository, HqlTranslator hqlTranslator, SqmTranslatorFactory sqmTranslatorFactory, NativeQueryInterpreter nativeQueryInterpreter, QueryInterpretationCache interpretationCache, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry userDefinedRegistry, ServiceRegistry serviceRegistry)QueryEngine(String uuid, String name, JpaMetamodelImplementor jpaMetamodel, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, boolean useStrictJpaCompliance, NamedObjectRepository namedObjectRepository, NativeQueryInterpreter nativeQueryInterpreter, Dialect dialect, ServiceRegistry serviceRegistry)Simplified constructor mainly meant for Quarkus use -
Uses of Dialect in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type Dialect Modifier and Type Method Description StringTemporalUnit. conversionFactor(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 StringSelfRenderingFunctionSqlAstExpression. getAlias(Dialect dialect)StringSelfRenderingFunctionSqlAstExpression. getAlias(Dialect dialect, Table table)StringSelfRenderingFunctionSqlAstExpression. getTemplate(Dialect dialect, TypeConfiguration typeConfiguration, SqmFunctionRegistry functionRegistry)StringSelfRenderingFunctionSqlAstExpression. 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.spatial
Methods in org.hibernate.spatial with parameters of type Dialect Modifier and Type Method Description voidGeometryLiteralFormatter. 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 classCockroachDB202SpatialDialectDeprecated.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 classDB2SpatialDialect -
Uses of Dialect in org.hibernate.spatial.dialect.hana
Subclasses of Dialect in org.hibernate.spatial.dialect.hana Modifier and Type Class Description classHANASpatialDialect -
Uses of Dialect in org.hibernate.spatial.dialect.mariadb
Subclasses of Dialect in org.hibernate.spatial.dialect.mariadb Modifier and Type Class Description classMariaDB103SpatialDialectDeprecated.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 classMySQL56InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL56SpatialDialectDeprecated.Spatial Dialects are no longer neededclassMySQL5InnoDBSpatialDialectDeprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.classMySQL5SpatialDialectDeprecated.Spatial Dialects are no longer neededclassMySQLSpatialDialectDeprecated.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 classOracleSpatial10gDialectDeprecated.A SpatialDialect is no longer required.classOracleSpatialSDO10gDialectDeprecated.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 classPostgisPG10DialectDeprecated.classPostgisPG93DialectDeprecated.A SpatialDialect is no longer required.classPostgisPG94DialectDeprecated.A SpatialDialect is no longer required.classPostgisPG95DialectDeprecated.A SpatialDialect is no longer required. -
Uses of Dialect in org.hibernate.spatial.dialect.sqlserver
Subclasses of Dialect in org.hibernate.spatial.dialect.sqlserver Modifier and Type Class Description classSqlServer2008SpatialDialectDeprecated.A SpatialDialect is no longer required.classSqlServer2012SpatialDialectDeprecated.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 DialectInsert. getDialect()Methods in org.hibernate.sql with parameters of type Dialect Modifier and Type Method Description static StringTemplate. 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 StringTemplate. 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)SimpleSelect(Dialect dialect)Update(Dialect dialect) -
Uses of Dialect in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return Dialect Modifier and Type Method Description DialectAbstractSqlAstTranslator. 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()The dialects against which to run the testClass<? extends Dialect>[]value()The dialects against which to skip the testMethods in org.hibernate.testing with parameters of type Dialect Modifier and Type Method Description booleanDialectCheck. isMatch(Dialect dialect)Does the given dialect match the defined check?booleanDialectChecks.DoesNotSupportFollowOnLocking. isMatch(Dialect dialect)booleanDialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck. isMatch(Dialect dialect)booleanDialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck. isMatch(Dialect dialect)booleanDialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck. isMatch(Dialect dialect)booleanDialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck. isMatch(Dialect dialect)booleanDialectChecks.DoubleQuoteQuoting. isMatch(Dialect dialect)booleanDialectChecks.ForceLobAsLastValue. isMatch(Dialect dialect)booleanDialectChecks.HasSelfReferentialForeignKeyBugCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportCatalogCreation. isMatch(Dialect dialect)booleanDialectChecks.SupportDropConstraints. isMatch(Dialect dialect)booleanDialectChecks.SupportLimitAndOffsetCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportLimitCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportNoWait. isMatch(Dialect dialect)booleanDialectChecks.SupportPartitionBy. isMatch(Dialect dialect)booleanDialectChecks.SupportsArrayDataTypes. isMatch(Dialect dialect)booleanDialectChecks.SupportsCascadeDeleteCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportSchemaCreation. isMatch(Dialect dialect)booleanDialectChecks.SupportsCircularCascadeDeleteCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportsColumnCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportsExistsInSelectCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportsExpectedLobUsagePattern. isMatch(Dialect dialect)booleanDialectChecks.SupportsIdentityColumns. isMatch(Dialect dialect)booleanDialectChecks.SupportsJdbcDriverProxying. isMatch(Dialect dialect)booleanDialectChecks.SupportSkipLocked. isMatch(Dialect dialect)booleanDialectChecks.SupportsLobValueChangePropagation. isMatch(Dialect dialect)booleanDialectChecks.SupportsLockTimeouts. isMatch(Dialect dialect)booleanDialectChecks.SupportsNClob. isMatch(Dialect dialect)booleanDialectChecks.SupportsNoColumnInsert. isMatch(Dialect dialect)booleanDialectChecks.SupportsOrderByInCorrelatedSubquery. isMatch(Dialect dialect)booleanDialectChecks.SupportsParametersInInsertSelectCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportsRowValueConstructorSyntaxCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportsSequences. isMatch(Dialect dialect)booleanDialectChecks.SupportsSkipLocked. isMatch(Dialect dialect)booleanDialectChecks.SupportsSubqueryInOnClause. isMatch(Dialect dialect)booleanDialectChecks.SupportsSubqueryInSelect. isMatch(Dialect dialect)booleanDialectChecks.SupportsTemporaryTable. isMatch(Dialect dialect)booleanDialectChecks.SupportsTemporaryTableIdentity. isMatch(Dialect dialect)booleanDialectChecks.SupportSubqueryAsLeftHandSideInPredicate. isMatch(Dialect dialect)booleanDialectChecks.SupportsUnboundedLobLocatorMaterializationCheck. isMatch(Dialect dialect)booleanDialectChecks.SupportsUnionInSubquery. isMatch(Dialect dialect)booleanDialectChecks.SupportsValuesListForInsert. isMatch(Dialect dialect)booleanDialectChecks.SupportWait. isMatch(Dialect dialect)booleanDialectChecks.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 DialectDialectFactoryTestingImpl. buildDialect(Map<String,Object> configValues, DialectResolutionInfoSource resolutionInfoSource)DialectBasicTestingJdbcServiceImpl. 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 DialectTestingDatabaseInfo. DIALECTMethods in org.hibernate.testing.env that return Dialect Modifier and Type Method Description static DialectConnectionProviderBuilder. getCorrespondingDialect()Methods in org.hibernate.testing.env with parameters of type Dialect Modifier and Type Method Description booleanConnectionProviderBuilder. 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 booleanH2IdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)booleanIdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)Specifies which Dialect the counter applies to.booleanMySQLIdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)booleanOracleIdleConnectionCounter. appliesTo(Class<? extends Dialect> dialect)booleanPostgreSQLIdleConnectionCounter. 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 DialectBaseCoreFunctionalTestCase. DIALECTMethods in org.hibernate.testing.junit4 that return Dialect Modifier and Type Method Description protected static DialectBaseCoreFunctionalTestCase. getDialect()protected DialectBaseNonConfigCoreFunctionalTestCase. 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 DialectBaseSessionFactoryFunctionalTest. DIALECTMethods in org.hibernate.testing.orm.junit that return Dialect Modifier and Type Method Description protected DialectBaseSessionFactoryFunctionalTest. getDialect()static DialectDialectContext. 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 booleanDialectFeatureCheck. apply(Dialect dialect)booleanDialectFeatureChecks.CurrentTimestampHasMicrosecondPrecision. apply(Dialect dialect)booleanDialectFeatureChecks.DoesNotSupportFollowOnLocking. apply(Dialect dialect)booleanDialectFeatureChecks.DoesNotSupportNullPrecedence. apply(Dialect dialect)booleanDialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck. apply(Dialect dialect)booleanDialectFeatureChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck. apply(Dialect dialect)booleanDialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck. apply(Dialect dialect)booleanDialectFeatureChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck. apply(Dialect dialect)booleanDialectFeatureChecks.DoubleQuoteQuoting. apply(Dialect dialect)booleanDialectFeatureChecks.ForceLobAsLastValue. apply(Dialect dialect)booleanDialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportCatalogCreation. apply(Dialect dialect)booleanDialectFeatureChecks.SupportDropConstraints. apply(Dialect dialect)booleanDialectFeatureChecks.SupportLimitAndOffsetCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportLimitCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportNoWait. apply(Dialect dialect)booleanDialectFeatureChecks.SupportNullPrecedence. apply(Dialect dialect)booleanDialectFeatureChecks.SupportPartitionBy. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsCascadeDeleteCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsCharCodeConversion. apply(Dialect dialect)booleanDialectFeatureChecks.SupportSchemaCreation. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsCircularCascadeDeleteCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsColumnCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsExistsInSelectCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsExpectedLobUsagePattern. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsFilterClause. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsFormat. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsFullJoin. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsGroupByGroupingSets. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsGroupByRollup. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsHypotheticalSetFunctions. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsIdentityColumns. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsInverseDistributionFunctions. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsJdbcDriverProxying. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsLobValueChangePropogation. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsLockTimeouts. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsNationalizedData. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsNationalizedDataTypes. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsNoColumnInsert. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsOffsetInSubquery. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsOrderByInCorrelatedSubquery. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsOrderByInSubquery. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsPadWithChar. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsParametersInInsertSelectCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsReplace. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsSequences. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsSkipLocked. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsStringAggregation. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsSubqueryAsLeftHandSideInPredicate. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsSubqueryInOnClause. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsTemporaryTable. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsTimezoneTypes. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsTruncateThroughCast. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsUnion. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsValuesListForInsert. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsWindowFunctions. apply(Dialect dialect)booleanDialectFeatureChecks.SupportsWithTies. apply(Dialect dialect)booleanDialectFeatureChecks.UsesInputStreamToInsertBlob. apply(Dialect dialect)booleanDialectFeatureChecks.UsesStandardCurrentTimestampFunction. apply(Dialect dialect) -
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 DialectStandardTableExporter. dialectMethods in org.hibernate.tool.schema.internal that return Dialect Modifier and Type Method Description DialectHibernateSchemaManagementTool.JdbcContextImpl. getDialect()protected DialectStandardIndexExporter. getDialect()Methods in org.hibernate.tool.schema.internal with parameters of type Dialect Modifier and Type Method Description protected voidAbstractSchemaMigrator. applyForeignKeys(Table table, TableInformation tableInformation, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlStringGenerationContext, GenerationTarget... targets)protected voidAbstractSchemaMigrator. applyIndexes(Table table, TableInformation tableInformation, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlStringGenerationContext, GenerationTarget... targets)protected voidAbstractSchemaMigrator. applyUniqueKeys(Table table, TableInformation tableInfo, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlStringGenerationContext, GenerationTarget... targets)voidSchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, Dialect dialect, Formatter formatter, GenerationTarget... targets)voidSchemaCreatorImpl. createFromMetadata(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionMatcher, Dialect dialect, Formatter formatter, GenerationTarget... targets)voidSchemaCreatorImpl. createFromScript(ScriptSourceInput scriptSourceInput, SqlScriptCommandExtractor commandExtractor, Formatter formatter, Dialect dialect, ExecutionOptions options, GenerationTarget... targets)protected voidAbstractSchemaMigrator. createSchemaAndCatalog(DatabaseInformation existingDatabase, ExecutionOptions options, Dialect dialect, Formatter formatter, boolean tryToCreateCatalogs, boolean tryToCreateSchemas, Set<Identifier> exportedCatalogs, Namespace namespace, GenerationTarget[] targets)protected voidAbstractSchemaMigrator. createTable(Table table, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlStringGenerationContext, GenerationTarget... targets)voidSchemaCreatorImpl. doCreation(Metadata metadata, Dialect dialect, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, SourceDescriptor sourceDescriptor, GenerationTarget... targets)voidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)For use from testingvoidSchemaDropperImpl. doDrop(Metadata metadata, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, SourceDescriptor sourceDescriptor, GenerationTarget... targets)For use from testingprotected voidAbstractSchemaMigrator. migrateTable(Table table, TableInformation tableInformation, Dialect dialect, Metadata metadata, Formatter formatter, ExecutionOptions options, SqlStringGenerationContext sqlStringGenerationContext, GenerationTarget... targets)protected abstract NameSpaceTablesInformationAbstractSchemaMigrator. 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 sqlStringGenerationContext, GenerationTarget[] targets)protected NameSpaceTablesInformationGroupedSchemaMigratorImpl. 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 sqlStringGenerationContext, GenerationTarget[] targets)protected NameSpaceTablesInformationIndividuallySchemaMigratorImpl. 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 sqlStringGenerationContext, GenerationTarget[] targets)voidAbstractSchemaValidator. performValidation(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect)protected voidAbstractSchemaValidator. validateColumnType(Table table, Column column, ColumnInformation columnInformation, Metadata metadata, ExecutionOptions options, Dialect dialect)protected voidAbstractSchemaValidator. validateTable(Table table, TableInformation tableInformation, Metadata metadata, ExecutionOptions options, Dialect dialect)protected abstract voidAbstractSchemaValidator. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace)protected voidGroupedSchemaValidatorImpl. validateTables(Metadata metadata, DatabaseInformation databaseInformation, ExecutionOptions options, ContributableMatcher contributableInclusionFilter, Dialect dialect, Namespace namespace)protected voidIndividuallySchemaValidatorImpl. 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)StandardTableExporter(Dialect dialect)StandardUniqueKeyExporter(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 DialectJdbcContext. 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.type.descriptor.java
Methods in org.hibernate.type.descriptor.java with parameters of type Dialect Modifier and Type Method Description StringBooleanJavaType. getCheckCondition(String columnName, JdbcType sqlTypeDescriptor, Dialect dialect)StringDbTimestampJavaType. getCheckCondition(String columnName, JdbcType sqlType, Dialect dialect)Deprecated.StringEnumJavaType. getCheckCondition(String columnName, JdbcType jdbcType, Dialect dialect)default StringJavaType. getCheckCondition(String columnName, JdbcType sqlType, Dialect dialect)The check constraint that should be added to the column definition in generated DDL.longBigDecimalJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longBigIntegerJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longBlobJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longBooleanJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longByteJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longCharacterJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longClobJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longCurrencyJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longDbTimestampJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)Deprecated.longDoubleJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longFloatJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longInetAddressJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longIntegerJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)default longJavaType. 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.longLongJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longShortJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longUUIDJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)longZoneOffsetJavaType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)intBigDecimalJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intBigIntegerJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intBooleanJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intByteJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intCalendarDateJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intCalendarJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intCalendarTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intCharacterJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intDateJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intDbTimestampJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)Deprecated.intDoubleJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intDurationJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intFloatJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intInstantJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intIntegerJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)default intJavaType. 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.intJdbcTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intJdbcTimestampJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intLocalDateTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intLocalTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intLongJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intOffsetDateTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intOffsetTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intShortJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intZonedDateTimeJavaType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intBigIntegerJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)intBooleanJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)intByteJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)intCharacterJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)intDbTimestampJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)Deprecated.intDurationJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)intIntegerJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)default intJavaType. 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.intLongJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)intShortJavaType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)BasicType<?>AbstractArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<E> elementType, ColumnTypeInformation columnTypeInformation)BasicType<?>ArrayJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)BasicType<?>BasicPluralJavaType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<T> elementType, ColumnTypeInformation columnTypeInformation)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) -
Uses of Dialect in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc with parameters of type Dialect Modifier and Type Method Description voidJdbcLiteralFormatter. 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.JdbcTypeArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, BasicType<?> elementType, ColumnTypeInformation columnTypeInformation)JdbcTypeArrayJdbcType. resolveType(TypeConfiguration typeConfiguration, Dialect dialect, JdbcType elementType, ColumnTypeInformation columnTypeInformation)default StringJdbcLiteralFormatter. toJdbcLiteral(T value, Dialect dialect, WrapperOptions wrapperOptions)Produces a string containing a SQL literal value representing the given Java value. -
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 voidJdbcLiteralFormatterArray. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)voidJdbcLiteralFormatterBinary. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)voidJdbcLiteralFormatterBoolean. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)voidJdbcLiteralFormatterCharacterData. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)voidJdbcLiteralFormatterNumericData. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)voidJdbcLiteralFormatterTemporal. appendJdbcLiteral(SqlAppender appender, Object value, Dialect dialect, WrapperOptions wrapperOptions)voidJdbcLiteralFormatterUUIDData. 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.BuilderCapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, String castTypeNamePattern, Dialect dialect)static CapacityDependentDdlType.BuilderCapacityDependentDdlType. builder(int sqlTypeCode, String typeNamePattern, Dialect dialect)Constructors in org.hibernate.type.descriptor.sql.internal with parameters of type Dialect Constructor Description BinaryFloatDdlType(String typeNamePattern, Dialect dialect)BinaryFloatDdlType(Dialect dialect)DdlTypeImpl(int sqlTypeCode, String typeNamePattern, String castTypeNamePattern, Dialect dialect)DdlTypeImpl(int sqlTypeCode, String typeNamePattern, 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 StringDdlTypeRegistry. getTypeName(int typeCode, Dialect 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 longUserTypeJavaTypeWrapper. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)intUserTypeJavaTypeWrapper. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)intUserTypeJavaTypeWrapper. 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 longUserType. getDefaultSqlLength(Dialect dialect, JdbcType jdbcType)default intUserType. getDefaultSqlPrecision(Dialect dialect, JdbcType jdbcType)default intUserType. getDefaultSqlScale(Dialect dialect, JdbcType jdbcType)
-