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

Packages that use SQLExceptionConversionDelegate
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.exception.internal   
org.hibernate.exception.spi   
 

Uses of SQLExceptionConversionDelegate in org.hibernate.dialect
 

Methods in org.hibernate.dialect that return SQLExceptionConversionDelegate
 SQLExceptionConversionDelegate PostgreSQL81Dialect.buildSQLExceptionConversionDelegate()
           
 SQLExceptionConversionDelegate Oracle8iDialect.buildSQLExceptionConversionDelegate()
           
 SQLExceptionConversionDelegate MySQLDialect.buildSQLExceptionConversionDelegate()
           
 SQLExceptionConversionDelegate Dialect.buildSQLExceptionConversionDelegate()
          Build an instance of a SQLExceptionConversionDelegate for interpreting dialect-specific error or SQLState codes.
 SQLExceptionConversionDelegate H2Dialect.buildSQLExceptionConversionDelegate()
           
 SQLExceptionConversionDelegate SQLServer2005Dialect.buildSQLExceptionConversionDelegate()
           
 SQLExceptionConversionDelegate SybaseASE157Dialect.buildSQLExceptionConversionDelegate()
           
 SQLExceptionConversionDelegate Cache71Dialect.buildSQLExceptionConversionDelegate()
           
 SQLExceptionConversionDelegate DB2Dialect.buildSQLExceptionConversionDelegate()
           
 

Uses of SQLExceptionConversionDelegate in org.hibernate.exception.internal
 

Classes in org.hibernate.exception.internal that implement SQLExceptionConversionDelegate
 class CacheSQLExceptionConversionDelegate
          A SQLExceptionConversionDelegate implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.
 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.