Uses of Interface
org.hibernate.exception.spi.ConversionContext
-
Packages that use ConversionContext Package Description 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.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.exception.internal org.hibernate.exception.spi An SPI forDialect
-specific exception interpretation and conversion.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 -
-
Uses of ConversionContext in org.hibernate.annotations.processing
Classes in org.hibernate.annotations.processing that implement ConversionContext Modifier and Type Class Description class
GenericDialect
A generic dialect for ANSI-like SQL. -
Uses of ConversionContext in org.hibernate.dialect
Classes in org.hibernate.dialect that implement ConversionContext Modifier and Type Class Description class
AbstractHANADialect
Deprecated, for removal: This API element is subject to removal in a future version.Will be replaced withHANADialect
in the future.class
AbstractTransactSQLDialect
An abstract base class for Sybase and MS SQL Server dialects.class
AzureSQLServerDialect
A SQL dialect for Azure SQL Server.class
CockroachDialect
A SQL dialect for CockroachDB 21.1 and above.class
DB2400Dialect
Deprecated.UseDB2iDialect
class
DB2400V7R3Dialect
Deprecated.UseDB2iDialect
class
DB2Dialect
A SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.class
DB2iDialect
A SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".class
DB2zDialect
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
DerbyDialect
A SQL dialect for Apache Derby 10.15.2 and above.class
Dialect
Represents a dialect of SQL implemented by a particular RDBMS.class
DialectDelegateWrapper
A wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.class
H2Dialect
A SQL dialect for H2.class
HANACloudColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
withDatabaseVersion.make( 4 )
insteadclass
HANAColumnStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
HANADialect
An SQL dialect for the SAP HANA Platform and Cloud.class
HANARowStoreDialect
Deprecated, for removal: This API element is subject to removal in a future version.useHANADialect
insteadclass
HSQLDialect
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.class
MariaDB106Dialect
Deprecated.useMariaDBDialect(1060)
class
MariaDBDialect
A SQL dialect for MariaDB 10.3 and above.class
MySQL8Dialect
Deprecated.useMySQLDialect(800)
class
MySQLDialect
A SQL dialect for MySQL 5.7 and above.class
OracleDialect
A SQL dialect for Oracle 11g Release 2 and above.class
PostgresPlusDialect
An SQL dialect for Postgres Plusclass
PostgreSQLDialect
A SQL dialect for PostgreSQL 11 and above.class
SpannerDialect
A SQL dialect for Cloud Spanner.class
SQLServer2012Dialect
Deprecated.useSQLServerDialect(11)
class
SQLServer2016Dialect
Deprecated.useSQLServerDialect(13)
class
SQLServerDialect
A dialect for Microsoft SQL Server 2008 and aboveclass
SybaseASEDialect
A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.class
SybaseDialect
Superclass for all Sybase dialects.class
TiDBDialect
A SQL dialect for TiDB. -
Uses of ConversionContext in org.hibernate.exception.internal
Constructors in org.hibernate.exception.internal with parameters of type ConversionContext Constructor Description SQLExceptionTypeDelegate(ConversionContext conversionContext)
SQLStateConversionDelegate(ConversionContext conversionContext)
-
Uses of ConversionContext in org.hibernate.exception.spi
Methods in org.hibernate.exception.spi that return ConversionContext Modifier and Type Method Description protected ConversionContext
AbstractSQLExceptionConversionDelegate. getConversionContext()
Constructors in org.hibernate.exception.spi with parameters of type ConversionContext Constructor Description AbstractSQLExceptionConversionDelegate(ConversionContext conversionContext)
-
Uses of ConversionContext in org.hibernate.spatial.dialect.cockroachdb
Classes in org.hibernate.spatial.dialect.cockroachdb that implement ConversionContext Modifier and Type Class Description class
CockroachDB202SpatialDialect
Deprecated.Spatial Dialects are no longer needed. -
Uses of ConversionContext in org.hibernate.spatial.dialect.db2
Classes in org.hibernate.spatial.dialect.db2 that implement ConversionContext Modifier and Type Class Description class
DB2SpatialDialect
-
Uses of ConversionContext in org.hibernate.spatial.dialect.hana
Classes in org.hibernate.spatial.dialect.hana that implement ConversionContext Modifier and Type Class Description class
HANASpatialDialect
Deprecated.Spatial dialects are no longer needed -
Uses of ConversionContext in org.hibernate.spatial.dialect.mysql
Classes in org.hibernate.spatial.dialect.mysql that implement ConversionContext Modifier and Type Class Description class
MySQL56InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL56SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQL5InnoDBSpatialDialect
Deprecated.Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.class
MySQL5SpatialDialect
Deprecated.Spatial Dialects are no longer neededclass
MySQLSpatialDialect
Deprecated.SpatialDialects are no longer needed in Hibernate 6 -
Uses of ConversionContext in org.hibernate.spatial.dialect.oracle
Classes in org.hibernate.spatial.dialect.oracle that implement ConversionContext Modifier and Type Class Description class
OracleSpatial10gDialect
Deprecated.A SpatialDialect is no longer required.class
OracleSpatialSDO10gDialect
Deprecated.A SpatialDialect is no longer required. -
Uses of ConversionContext in org.hibernate.spatial.dialect.postgis
Classes in org.hibernate.spatial.dialect.postgis that implement ConversionContext Modifier and Type Class Description class
PostgisPG10Dialect
Deprecated.class
PostgisPG93Dialect
Deprecated.A SpatialDialect is no longer required.class
PostgisPG94Dialect
Deprecated.A SpatialDialect is no longer required.class
PostgisPG95Dialect
Deprecated.A SpatialDialect is no longer required. -
Uses of ConversionContext in org.hibernate.spatial.dialect.sqlserver
Classes in org.hibernate.spatial.dialect.sqlserver that implement ConversionContext Modifier and Type Class Description class
SqlServer2012SpatialDialect
Deprecated.A SpatialDialect is no longer required.
-