|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JDBCException | |
net.sf.hibernate.collection | |
net.sf.hibernate.engine | |
net.sf.hibernate.exception | |
net.sf.hibernate.impl | |
net.sf.hibernate.persister |
Uses of JDBCException in net.sf.hibernate.collection |
Methods in net.sf.hibernate.collection that return JDBCException | |
protected JDBCException |
IdentifierBag.convert(SQLException sqlException,
String message)
|
protected JDBCException |
AbstractCollectionPersister.convert(SQLException sqlException,
String message)
|
Uses of JDBCException in net.sf.hibernate.engine |
Methods in net.sf.hibernate.engine that throw JDBCException | |
void |
HibernateIterator.close()
|
Uses of JDBCException in net.sf.hibernate.exception |
Subclasses of JDBCException in net.sf.hibernate.exception | |
class |
ConstraintViolationException
Implementation of JDBCException indicating that the requested DML operation resulted in a violation of a defined integrity constraint. |
class |
GenericJDBCException
Generic, non-specific JDBCException. |
class |
JDBCConnectionException
Implementation of JDBCConnectionException. |
class |
LockAcquisitionException
Implementation of LockAcquisitionException. |
class |
SQLGrammarException
Implementation of JDBCException indicating that the SQL sent to the database server was invalid (syntax error, invalid object references, etc). |
Methods in net.sf.hibernate.exception that return JDBCException | |
JDBCException |
SQLStateConverter.convert(SQLException sqlException,
String message)
Convert the given SQLException into Hibernate's JDBCException hierarchy. |
protected JDBCException |
SQLStateConverter.handledNonSpecificException(SQLException sqlException,
String message)
Handle an exception not converted to a specific type based on the SQLState. |
JDBCException |
SQLExceptionConverter.convert(SQLException sqlException,
String message)
Convert the given SQLException into Hibernate's JDBCException hierarchy. |
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. |
JDBCException |
ErrorCodeConverter.convert(SQLException sqlException,
String message)
Convert the given SQLException into Hibernate's JDBCException hierarchy. |
protected JDBCException |
ErrorCodeConverter.handledNonSpecificException(SQLException sqlException,
String message)
Handle an exception not converted to a specific type based on the built-in checks. |
Uses of JDBCException in net.sf.hibernate.impl |
Methods in net.sf.hibernate.impl that return JDBCException | |
protected JDBCException |
SessionImpl.convert(SQLException sqlException,
String message)
|
protected JDBCException |
ScrollableResultsImpl.convert(SQLException sqlException,
String message)
|
protected JDBCException |
BatcherImpl.convert(SQLException sqlException,
String message)
|
Methods in net.sf.hibernate.impl that throw JDBCException | |
void |
IteratorImpl.close()
|
Uses of JDBCException in net.sf.hibernate.persister |
Methods in net.sf.hibernate.persister that return JDBCException | |
protected JDBCException |
AbstractEntityPersister.convert(SQLException sqlException,
String message)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |