Uses of Interface
org.hibernate.exception.spi.ViolatedConstraintNameExtractor
-
Packages that use ViolatedConstraintNameExtractor Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.exception.spi An SPI forDialect
-specific exception interpretation and conversion. -
-
Uses of ViolatedConstraintNameExtractor in org.hibernate.dialect
-
Uses of ViolatedConstraintNameExtractor in org.hibernate.exception.spi
Classes in org.hibernate.exception.spi that implement ViolatedConstraintNameExtractor Modifier and Type Class Description class
TemplatedViolatedConstraintNameExtractor
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 Modifier and Type Method Description ViolatedConstraintNameExtractor
ConversionContext. getViolatedConstraintNameExtractor()
-