Uses of Interface
org.hibernate.exception.spi.ViolatedConstraintNameExtracter
-
Packages that use ViolatedConstraintNameExtracter Package Description org.hibernate.dialect org.hibernate.exception.spi -
-
Uses of ViolatedConstraintNameExtracter in org.hibernate.dialect
Fields in org.hibernate.dialect declared as ViolatedConstraintNameExtracter Modifier and Type Field Description static ViolatedConstraintNameExtracterCache71Dialect. EXTRACTERThe Cache ViolatedConstraintNameExtracter. -
Uses of ViolatedConstraintNameExtracter in org.hibernate.exception.spi
Classes in org.hibernate.exception.spi that implement ViolatedConstraintNameExtracter Modifier and Type Class Description classTemplatedViolatedConstraintNameExtracterKnows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message.Methods in org.hibernate.exception.spi that return ViolatedConstraintNameExtracter Modifier and Type Method Description ViolatedConstraintNameExtracterConversionContext. getViolatedConstraintNameExtracter()
-