Uses of Interface
org.hibernate.exception.spi.ConversionContext
Packages that use 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
Classes in org.hibernate.annotations.processing that implement ConversionContext -
Uses of ConversionContext in org.hibernate.dialect
Classes in org.hibernate.dialect that implement ConversionContextModifier and TypeClassDescriptionclass
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
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
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
An SQL dialect for the SAP HANA Platform and Cloud.class
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.class
A SQL dialect for MariaDB 10.5 and above.class
A SQL dialect for MySQL 8 and above.class
A SQL dialect for Oracle 19c and above.class
An SQL dialect for Postgres Plusclass
A SQL dialect for PostgreSQL 12 and above.class
A SQL dialect for Cloud Spanner.class
A dialect for Microsoft SQL Server 2012 and above.class
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
Constructors in org.hibernate.exception.internal with parameters of type ConversionContextModifierConstructorDescriptionSQLExceptionTypeDelegate
(ConversionContext conversionContext) SQLStateConversionDelegate
(ConversionContext conversionContext) -
Uses of ConversionContext in org.hibernate.exception.spi
Methods in org.hibernate.exception.spi that return ConversionContextModifier and TypeMethodDescriptionprotected ConversionContext
AbstractSQLExceptionConversionDelegate.getConversionContext()
Constructors in org.hibernate.exception.spi with parameters of type ConversionContextModifierConstructorDescriptionprotected
AbstractSQLExceptionConversionDelegate
(ConversionContext conversionContext) -
Uses of ConversionContext in org.hibernate.spatial.dialect.cockroachdb
Classes in org.hibernate.spatial.dialect.cockroachdb that implement ConversionContextModifier and TypeClassDescriptionclass
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 -
Uses of ConversionContext in org.hibernate.spatial.dialect.hana
Classes in org.hibernate.spatial.dialect.hana that implement ConversionContextModifier and TypeClassDescriptionclass
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 ConversionContextModifier 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
Classes in org.hibernate.spatial.dialect.oracle that implement ConversionContextModifier 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
Classes in org.hibernate.spatial.dialect.postgis that implement ConversionContextModifier 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
Classes in org.hibernate.spatial.dialect.sqlserver that implement ConversionContextModifier and TypeClassDescriptionclass
Deprecated.A SpatialDialect is no longer required.