Uses of Interface
org.hibernate.exception.spi.SQLExceptionConversionDelegate

Packages that use SQLExceptionConversionDelegate
org.hibernate.exception.internal   
org.hibernate.exception.spi   
 

Uses of SQLExceptionConversionDelegate in org.hibernate.exception.internal
 

Classes in org.hibernate.exception.internal that implement SQLExceptionConversionDelegate
 class SQLExceptionTypeDelegate
          SQLExceptionConverter implementation that does conversion based on the JDBC 4 defined SQLException sub-type hierarchy.
 class SQLStateConversionDelegate
          A SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.
 

Methods in org.hibernate.exception.internal with parameters of type SQLExceptionConversionDelegate
 void StandardSQLExceptionConverter.addDelegate(SQLExceptionConversionDelegate delegate)
           
 

Uses of SQLExceptionConversionDelegate in org.hibernate.exception.spi
 

Classes in org.hibernate.exception.spi that implement SQLExceptionConversionDelegate
 class AbstractSQLExceptionConversionDelegate
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.