Uses of Interface
org.hibernate.exception.ViolatedConstraintNameExtracter

Packages that use ViolatedConstraintNameExtracter
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions. 
 

Uses of ViolatedConstraintNameExtracter in org.hibernate.dialect
 

Methods in org.hibernate.dialect that return ViolatedConstraintNameExtracter
 ViolatedConstraintNameExtracter Oracle9Dialect.getViolatedConstraintNameExtracter()
           
 ViolatedConstraintNameExtracter HSQLDialect.getViolatedConstraintNameExtracter()
           
 ViolatedConstraintNameExtracter Dialect.getViolatedConstraintNameExtracter()
           
 

Uses of ViolatedConstraintNameExtracter in org.hibernate.exception
 

Classes in org.hibernate.exception that implement ViolatedConstraintNameExtracter
 class TemplatedViolatedConstraintNameExtracter
          Knows how to extract a violated constraint name from an error message based on the fact that the constraint name is templated within the message.
 

Constructors in org.hibernate.exception with parameters of type ViolatedConstraintNameExtracter
SQLStateConverter(ViolatedConstraintNameExtracter extracter)
           
ErrorCodeConverter(ViolatedConstraintNameExtracter extracter)