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

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


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

Packages that use SQLExceptionConverter
net.sf.hibernate   
net.sf.hibernate.cfg   
net.sf.hibernate.dialect   
net.sf.hibernate.exception   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.jmx   
 

Uses of SQLExceptionConverter in net.sf.hibernate
 

Methods in net.sf.hibernate that return SQLExceptionConverter
 SQLExceptionConverter SessionFactory.getSQLExceptionConverter()
          Retrieves the SQLExceptionConverter in effect for this SessionFactory.
 

Uses of SQLExceptionConverter in net.sf.hibernate.cfg
 

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

Uses of SQLExceptionConverter in net.sf.hibernate.dialect
 

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

Uses of SQLExceptionConverter in net.sf.hibernate.exception
 

Classes in net.sf.hibernate.exception that implement SQLExceptionConverter
 class ErrorCodeConverter
          A SQLExceptionConverter implementation which performs converion based on the vendor specific ErrorCode.
 class SQLStateConverter
          A SQLExceptionConverter implementation which performs converion based on the underlying SQLState.
 

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

Methods in net.sf.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.
 

Uses of SQLExceptionConverter in net.sf.hibernate.impl
 

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

Uses of SQLExceptionConverter in net.sf.hibernate.jca
 

Methods in net.sf.hibernate.jca that return SQLExceptionConverter
 SQLExceptionConverter JCASessionFactoryImpl.getSQLExceptionConverter()
          Retrieves the SQLExceptionConverter in effect for this SessionFactory.
 

Uses of SQLExceptionConverter in net.sf.hibernate.jmx
 

Methods in net.sf.hibernate.jmx that return SQLExceptionConverter
 SQLExceptionConverter SessionFactoryStub.getSQLExceptionConverter()
          Retrieves the SQLExceptionConverter in effect for this SessionFactory.