Uses of Package
org.hibernate.dialect
-
Packages that use org.hibernate.dialect Package Description org.hibernate.agroal.internal Implementation of ConnectionProvider using Agroal.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.internal 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.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.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.pagination Support forDialect
-specific pagination strategies.org.hibernate.dialect.sequence Support forDialect
-specific sequence handling.org.hibernate.dialect.temptable Support for temporary tables.org.hibernate.dialect.unique Support forDialect
-specific unique constraint definition.org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnection
s.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnection
s from a provider implemented as a service.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.hikaricp.internal Implementation of ConnectionProvider using HikariCP.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.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 This package abstracts persistence mechanisms for entities.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.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.query Everything related to HQL/JPQL, native SQL, and criteria 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 org.hibernate.testing.jdbc.leak org.hibernate.testing.jta 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
.org.hibernate.vibur.internal Implementation of ConnectionProvider using ViburDBCP. -
Classes in org.hibernate.dialect used by org.hibernate.agroal.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.annotations Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.annotations.processing Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.boot.internal Class Description TimeZoneSupport Describes the extent to which a given database supports the SQLwith time zone
types. -
Classes in org.hibernate.dialect used by org.hibernate.boot.model Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.boot.model.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.boot.model.naming Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.boot.model.relational Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.boot.model.relational.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.boot.registry.selector.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.boot.spi Class Description TimeZoneSupport Describes the extent to which a given database supports the SQLwith time zone
types. -
Classes in org.hibernate.dialect used by org.hibernate.c3p0.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.dialect Class Description AbstractHANADialect Deprecated, for removal: This API element is subject to removal in a future version.Will be replaced withHANADialect
in the future.AbstractPostgreSQLJsonPGObjectType AbstractPostgreSQLStructJdbcType Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.AbstractTransactSQLDialect An abstract base class for Sybase and MS SQL Server dialects.ColumnAliasExtractor Strategy for extracting the unique column alias out of aResultSetMetaData
.Database A list of relational database systems for which Hibernate can resolve aDialect
.DatabaseVersion Details about the underlying database, as understood by a Dialect.DB2400Dialect Deprecated.UseDB2iDialect
DB2Dialect A SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.DB2SqlAstTranslator A SQL AST translator for DB2.DB2StructJdbcType DB2 supports UDTs but not in JDBC, so there is a feature called "transforms", which allows to specify an automatic translation from one data type to another.Dialect Represents a dialect of SQL implemented by a particular RDBMS.Dialect.SizeStrategy Pluggable strategy for determining theSize
to use for columns of a given SQL type.DialectLogging Logging related to Hibernate dialectsDmlTargetColumnQualifierSupport Indicates the level of qualifier support used by the dialect when referencing a column.FunctionalDependencyAnalysisSupport Dialect support information for primary key functional dependency analysis withinGROUP BY
andORDER BY
clauses.FunctionalDependencyAnalysisSupportImpl GroupByConstantRenderingStrategy Strategies for rendering a constant in a group by.GroupBySummarizationRenderingStrategy Strategies for rendering summarization function like rollup and cube in a group by.H2Dialect.OrdinalParameterMarkerStrategy H2DurationIntervalSecondJdbcType H2JsonJdbcType H2 requires binding JSON viasetBytes
methods.HANAColumnStoreDialect Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadHANAServerConfiguration Utility class that extract some initial configuration from the database forHANADialect
.LobMergeStrategy Strategy for how dialects needLOB
values to be merged.MariaDBDialect A SQL dialect for MariaDB 10.3 and above.MySQLDialect A SQL dialect for MySQL 5.7 and above.MySQLServerConfiguration Utility class that extract some initial configuration from the database forMySQLDialect
and related dialects.MySQLStorageEngine This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.NationalizationSupport Indicates if and how a database supports the use of nationalized character data (Unicode).NullOrdering The order of null.OracleArrayJdbcType Descriptor forARRAY
handling.OracleBaseStructJdbcType OracleBooleanJdbcType OracleEnumJdbcType Represents a namedenum
type on Oracle 23ai+.OracleJsonJdbcType Specialized type mapping forJSON
and the JSON SQL data type for Oracle.OracleOrdinalEnumJdbcType Represents a namedenum
type on Oracle 23ai+.OracleServerConfiguration Utility class that extract some initial configuration from the database forOracleDialect
.OracleXmlJdbcType PostgreSQLArrayJdbcTypeConstructor Factory forPostgreSQLArrayJdbcType
.PostgreSQLCastingInetJdbcType PostgreSQLCastingIntervalSecondJdbcType PostgreSQLCastingJsonJdbcType PostgreSQLDialect A SQL dialect for PostgreSQL 11 and above.PostgreSQLDriverKind PostgreSQLEnumJdbcType Represents a namedenum
type on PostgreSQL.PostgreSQLOrdinalEnumJdbcType Represents a namedenum
type on PostgreSQL.PostgreSQLStructCastingJdbcType PostgreSQLUUIDJdbcType Replacer ResultColumnReferenceStrategy Defines how we need to reference columns in the group-by, having, and order-by clauses.RowLockStrategy The strategy for rendering which row to lock with theFOR UPDATE OF
clause.SelectItemReferenceStrategy Strategies for referring to a select item.SimpleDatabaseVersion Simple version of DatabaseVersionSqlAstTranslatorWithMerge Base for translators which support a full insert-or-update-or-delete (MERGE) command.SqlAstTranslatorWithUpsert Base SqlAstTranslator for translators which support an insert-or-update (UPSERT) commandSQLServerDialect A dialect for Microsoft SQL Server 2008 and aboveStructAttributeValues StructJdbcType SybaseDialect Superclass for all Sybase dialects.SybaseDriverKind TiDBDialect A SQL dialect for TiDB.TimeZoneSupport Describes the extent to which a given database supports the SQLwith time zone
types.VarcharUUIDJdbcType Specialized type mapping forUUID
and the UUID SQL data type, which binds and reads the UUID through JDBCgetString
/setString
methods. -
Classes in org.hibernate.dialect used by org.hibernate.dialect.aggregate Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.dialect.function Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.dialect.identity Class Description DatabaseVersion Details about the underlying database, as understood by a Dialect.Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.dialect.pagination Class Description DatabaseVersion Details about the underlying database, as understood by a Dialect. -
Classes in org.hibernate.dialect used by org.hibernate.dialect.sequence Class Description DatabaseVersion Details about the underlying database, as understood by a Dialect.Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.dialect.temptable Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.dialect.unique Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.connections.internal Class Description DatabaseVersion Details about the underlying database, as understood by a Dialect.Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.connections.spi Class Description DatabaseVersion Details about the underlying database, as understood by a Dialect.Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.dialect.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.dialect.spi Class Description DatabaseVersion Details about the underlying database, as understood by a Dialect.Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.env.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.env.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.engine.jdbc.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.generator Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.generator.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.generator.values Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.hikaricp.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.id Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.id.enhanced Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.id.factory.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.id.insert Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.internal.util Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.loader.ast.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.mapping Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.metamodel.mapping.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.metamodel.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.persister.collection Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.persister.entity Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.persister.entity.mutation Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.processor.validation Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.proxool.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.query Class Description NullOrdering The order of null. -
Classes in org.hibernate.dialect used by org.hibernate.query.sqm Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.query.sqm.function Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.query.sqm.mutation.internal.inline Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.query.sqm.sql Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.spatial Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.spatial.dialect.cockroachdb Class Description CockroachDialect A SQL dialect for CockroachDB 21.1 and above.Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.spatial.dialect.db2 Class Description DB2Dialect A SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.spatial.dialect.hana Class Description AbstractHANADialect Deprecated, for removal: This API element is subject to removal in a future version.Will be replaced withHANADialect
in the future.Dialect Represents a dialect of SQL implemented by a particular RDBMS.HANAColumnStoreDialect Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
instead -
Classes in org.hibernate.dialect used by org.hibernate.spatial.dialect.mysql Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS.MySQLDialect A SQL dialect for MySQL 5.7 and above. -
Classes in org.hibernate.dialect used by org.hibernate.spatial.dialect.oracle Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS.OracleDialect A SQL dialect for Oracle 11g Release 2 and above. -
Classes in org.hibernate.dialect used by org.hibernate.spatial.dialect.postgis Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS.PostgreSQLDialect A SQL dialect for PostgreSQL 11 and above. -
Classes in org.hibernate.dialect used by org.hibernate.spatial.dialect.sqlserver Class Description AbstractTransactSQLDialect An abstract base class for Sybase and MS SQL Server dialects.Dialect Represents a dialect of SQL implemented by a particular RDBMS.SQLServer2012Dialect Deprecated.useSQLServerDialect(11)
SQLServerDialect A dialect for Microsoft SQL Server 2008 and above -
Classes in org.hibernate.dialect used by org.hibernate.sql Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.sql.ast.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS.RowLockStrategy The strategy for rendering which row to lock with theFOR UPDATE OF
clause.SelectItemReferenceStrategy Strategies for referring to a select item. -
Classes in org.hibernate.dialect used by org.hibernate.testing Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.testing.boot Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.testing.env Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.testing.jdbc Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.testing.jdbc.leak Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.testing.jta Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.testing.junit4 Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.testing.orm.junit Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.tool.schema.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.tool.schema.internal.exec Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.tool.schema.internal.script Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.tool.schema.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.tuple Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.descriptor Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.descriptor.java Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.descriptor.java.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.descriptor.jdbc Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.descriptor.jdbc.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.descriptor.sql.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.descriptor.sql.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.type.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.usertype Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.vibur.internal Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS.