Uses of Interface
org.hibernate.exception.SQLExceptionConverter

Packages that use SQLExceptionConverter
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.exception This package is a fork of Apache commons-lang nestable exceptions. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Uses of SQLExceptionConverter in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return SQLExceptionConverter
 SQLExceptionConverter Settings.getSQLExceptionConverter()
           
 

Uses of SQLExceptionConverter in org.hibernate.dialect
 

Methods in org.hibernate.dialect that return SQLExceptionConverter
 SQLExceptionConverter Dialect.buildSQLExceptionConverter()
          Build an instance of the SQLExceptionConverter preferred by this dialect for converting SQLExceptions into Hibernate's JDBCException hierarchy.
 SQLExceptionConverter Cache71Dialect.buildSQLExceptionConverter()
           
 

Uses of SQLExceptionConverter in org.hibernate.engine
 

Methods in org.hibernate.engine that return SQLExceptionConverter
 SQLExceptionConverter SessionFactoryImplementor.getSQLExceptionConverter()
          Retrieves the SQLExceptionConverter in effect for this SessionFactory.
 

Uses of SQLExceptionConverter in org.hibernate.exception
 

Classes in org.hibernate.exception that implement SQLExceptionConverter
 class CacheSQLStateConverter
          A SQLExceptionConverter implementation specific to Caché SQL, accounting for its custom integrity constraint violation error codes.
 class SQLStateConverter
          A SQLExceptionConverter implementation which performs converion based on the underlying SQLState.
 

Methods in org.hibernate.exception that return SQLExceptionConverter
static SQLExceptionConverter SQLExceptionConverterFactory.buildMinimalSQLExceptionConverter()
          Builds a minimal converter.
static SQLExceptionConverter SQLExceptionConverterFactory.buildSQLExceptionConverter(Dialect dialect, Properties properties)
          Build a SQLExceptionConverter instance.
 

Methods in org.hibernate.exception with parameters of type SQLExceptionConverter
static JDBCException JDBCExceptionHelper.convert(SQLExceptionConverter converter, SQLException sqlException, String message)
          Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
static JDBCException JDBCExceptionHelper.convert(SQLExceptionConverter converter, SQLException sqlException, String message, String sql)
          Converts the given SQLException into Hibernate's JDBCException hierarchy, as well as performing appropriate logging.
 

Uses of SQLExceptionConverter in org.hibernate.impl
 

Methods in org.hibernate.impl that return SQLExceptionConverter
 SQLExceptionConverter SessionFactoryImpl.getSQLExceptionConverter()
           
 

Uses of SQLExceptionConverter in org.hibernate.persister.collection
 

Methods in org.hibernate.persister.collection that return SQLExceptionConverter
protected  SQLExceptionConverter AbstractCollectionPersister.getSQLExceptionConverter()
           
 



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