Uses of Package
org.hibernate.dialect
-
Packages that use org.hibernate.dialect Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.relational org.hibernate.boot.spi org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.aggregate org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.dialect.identity org.hibernate.dialect.pagination Support for Dialect-specific pagination strategiesorg.hibernate.dialect.temptable org.hibernate.dialect.unique Support for Dialect-specific unique constraint definitionorg.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.id This package contains the built-in id generators, all of which implementIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.insert org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.model.convert.spi 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 eventsorg.hibernate.query.spi org.hibernate.query.sqm org.hibernate.query.sqm.function org.hibernate.sql This package defines helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.tool.schema.spi org.hibernate.tuple Most contracts here have been replaced by Hibernate's mapping-model.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor 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.sql.spi org.hibernate.usertype An API for user-defined custom types. -
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.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.spi Class Description TimeZoneSupport Describes the extent to which a given database supports the SQLwith time zonetypes. -
Classes in org.hibernate.dialect used by org.hibernate.dialect Class Description AbstractHANADialect An abstract base class for SAP HANA dialects.AbstractPostgreSQLJsonJdbcType 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.DB2390Dialect Deprecated.UseDB2zDialectDB2400Dialect Deprecated.UseDB2iDialectDB2Dialect 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.DerbyDialect A SQL dialect for Apache Derby 10.14.2 and above.Dialect Represents a dialect of SQL implemented by a particular RDBMS.Dialect.SizeStrategy Pluggable strategy for determining theSizeto use for columns of a given SQL type.GroupByConstantRenderingStrategy Strategies for rendering a constant in a group by.GroupBySummarizationRenderingStrategy Strategies for rendering summarization function like rollup and cube in a group by.H2DurationIntervalSecondJdbcType HANAColumnStoreDialect An SQL dialect for the SAP HANA column store.LobMergeStrategy Strategy for how dialects needLOBvalues to be merged.MariaDB103Dialect Deprecated.useMariaDBDialect(1030)MariaDBDialect A SQL dialect for MariaDB 10.3 and above.MySQLDialect A SQL dialect for MySQL 5.7 and above.MySQLServerConfiguration 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).OracleArrayJdbcType Descriptor forARRAYhandling.OracleBooleanJdbcType OracleDialect A SQL dialect for Oracle 11g Release 2 and above.OracleJsonJdbcType Specialized type mapping forJSONand the JSON SQL data type for Oracle.OracleTypesHelper A Helper for dealing with the OracleTypes classOracleXmlJdbcType PostgreSQLDialect A SQL dialect for PostgreSQL 10 and above.PostgreSQLDriverKind PostgreSQLInetJdbcType PostgreSQLIntervalSecondJdbcType PostgreSQLJsonbJdbcType PostgreSQLJsonJdbcType PostgreSQLPGObjectJdbcType PostgreSQLStructJdbcType Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.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 the FOR UPDATE OF clause.SelectItemReferenceStrategy Strategies for referring to a select item.SimpleDatabaseVersion Simple version of DatabaseVersionSQLServerDialect A dialect for Microsoft SQL Server 2008 and aboveSybaseASEDialect A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.SybaseDialect Superclass for all Sybase dialects.TiDBDialect A SQL dialect for TiDB.TimeZoneSupport Describes the extent to which a given database supports the SQLwith time zonetypes.VarcharUUIDJdbcType Specialized type mapping forUUIDand the UUID SQL data type, which binds and reads the UUID through JDBCgetString/setStringmethods. -
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.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.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.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.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.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 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.mapping Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
Classes in org.hibernate.dialect used by org.hibernate.metamodel.model.convert.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.query.spi Class Description Dialect Represents a dialect of SQL implemented by a particular RDBMS. -
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.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 the FOR UPDATE OF clause.SelectItemReferenceStrategy Strategies for referring to a select item. -
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.sql.spi 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.