Uses of Interface
org.hibernate.exception.spi.ConversionContext
Package
Description
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, and
CheckHQL
instructs the Query Validator to check all HQL queries
in the annotated package or type.This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
An SPI for
Dialect
-specific exception
interpretation and conversion.SpatialDialect
s for CockroachDB-
Uses of ConversionContext in org.hibernate.annotations.processing
-
Uses of ConversionContext in org.hibernate.dialect
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
An abstract base class for Sybase and MS SQL Server dialects.class
A SQL dialect for Azure SQL Server.class
A SQL dialect for CockroachDB 21.1 and above.class
Deprecated.UseDB2iDialect
class
Deprecated.UseDB2iDialect
class
A SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.class
A SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".class
A SQL dialect for DB2 for z/OS version 12.1 and above, previously known as: "Db2 UDB for z/OS", and "Db2 UDB for z/OS and OS/390".class
A SQL dialect for Apache Derby 10.15.2 and above.class
Represents a dialect of SQL implemented by a particular RDBMS.class
A wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.class
A SQL dialect for H2.class
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
withDatabaseVersion.make( 4 )
insteadclass
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
An SQL dialect for the SAP HANA Platform and Cloud.class
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.class
Deprecated.useMariaDBDialect(1060)
class
A SQL dialect for MariaDB 10.3 and above.class
Deprecated.useMySQLDialect(800)
class
A SQL dialect for MySQL 5.7 and above.class
A SQL dialect for Oracle 11g Release 2 and above.class
An SQL dialect for Postgres Plusclass
A SQL dialect for PostgreSQL 11 and above.class
A SQL dialect for Cloud Spanner.class
Deprecated.useSQLServerDialect(11)
class
Deprecated.useSQLServerDialect(13)
class
A dialect for Microsoft SQL Server 2008 and aboveclass
A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.class
Superclass for all Sybase dialects.class
A SQL dialect for TiDB. -
Uses of ConversionContext in org.hibernate.exception.internal
ModifierConstructorDescriptionSQLExceptionTypeDelegate
(ConversionContext conversionContext) SQLStateConversionDelegate
(ConversionContext conversionContext) -
Uses of ConversionContext in org.hibernate.exception.spi
Modifier and TypeMethodDescriptionprotected ConversionContext
AbstractSQLExceptionConversionDelegate.getConversionContext()
ModifierConstructorDescriptionprotected
AbstractSQLExceptionConversionDelegate
(ConversionContext conversionContext) -
Uses of ConversionContext in org.hibernate.spatial.dialect.cockroachdb
Modifier and TypeClassDescriptionclass
Deprecated.Spatial Dialects are no longer needed. -
Uses of ConversionContext in org.hibernate.spatial.dialect.db2
-
Uses of ConversionContext in org.hibernate.spatial.dialect.hana
Modifier and TypeClassDescriptionclass
Deprecated.Spatial dialects are no longer needed -
Uses of ConversionContext in org.hibernate.spatial.dialect.mysql
Modifier and TypeClassDescriptionclass
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
Deprecated.Spatial Dialects are no longer neededclass
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
Deprecated.Spatial Dialects are no longer neededclass
Deprecated.SpatialDialects are no longer needed in Hibernate 6 -
Uses of ConversionContext in org.hibernate.spatial.dialect.oracle
Modifier and TypeClassDescriptionclass
Deprecated.A SpatialDialect is no longer required.class
Deprecated.A SpatialDialect is no longer required. -
Uses of ConversionContext in org.hibernate.spatial.dialect.postgis
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.A SpatialDialect is no longer required.class
Deprecated.A SpatialDialect is no longer required.class
Deprecated.A SpatialDialect is no longer required. -
Uses of ConversionContext in org.hibernate.spatial.dialect.sqlserver
Modifier and TypeClassDescriptionclass
Deprecated.A SpatialDialect is no longer required.
HANADialect
in the future.