Uses of Interface
org.hibernate.exception.spi.ViolatedConstraintNameExtractor
Packages that use ViolatedConstraintNameExtractor
Package
Description
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.-
Uses of ViolatedConstraintNameExtractor in org.hibernate.dialect
Methods in org.hibernate.dialect that return ViolatedConstraintNameExtractorModifier and TypeMethodDescriptionCockroachDialect.getViolatedConstraintNameExtractor()
DB2Dialect.getViolatedConstraintNameExtractor()
Dialect.getViolatedConstraintNameExtractor()
AViolatedConstraintNameExtractor
for extracting the name of a violated constraint from aSQLException
.DialectDelegateWrapper.getViolatedConstraintNameExtractor()
H2Dialect.getViolatedConstraintNameExtractor()
HSQLDialect.getViolatedConstraintNameExtractor()
MySQLDialect.getViolatedConstraintNameExtractor()
OracleDialect.getViolatedConstraintNameExtractor()
PostgreSQLDialect.getViolatedConstraintNameExtractor()
SQLServerDialect.getViolatedConstraintNameExtractor()
SybaseASEDialect.getViolatedConstraintNameExtractor()
-
Uses of ViolatedConstraintNameExtractor in org.hibernate.exception.spi
Classes in org.hibernate.exception.spi that implement ViolatedConstraintNameExtractorModifier and TypeClassDescriptionclass
Extracts a violated database constraint name from an error message by matching the error message against a template.Methods in org.hibernate.exception.spi that return ViolatedConstraintNameExtractor