|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |