站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Interface net.sf.hibernate.exception.ViolatedConstraintNameExtracter (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.exception.ViolatedConstraintNameExtracter

Packages that use ViolatedConstraintNameExtracter
net.sf.hibernate.dialect   
net.sf.hibernate.exception   
 

Uses of ViolatedConstraintNameExtracter in net.sf.hibernate.dialect
 

Methods in net.sf.hibernate.dialect that return ViolatedConstraintNameExtracter
 ViolatedConstraintNameExtracter Oracle9Dialect.getViolatedConstraintNameExtracter()
           
 ViolatedConstraintNameExtracter Dialect.getViolatedConstraintNameExtracter()
           
 

Uses of ViolatedConstraintNameExtracter in net.sf.hibernate.exception
 

Classes in net.sf.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 net.sf.hibernate.exception with parameters of type ViolatedConstraintNameExtracter
SQLStateConverter(ViolatedConstraintNameExtracter extracter)
           
ErrorCodeConverter(ViolatedConstraintNameExtracter extracter)