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.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.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.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.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.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.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.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.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.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.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.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.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)
-