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.
SpatialDialects for CockroachDB