Package | Description |
---|---|
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.dialect.resolver | |
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.
|
Class and Description |
---|
SQLExceptionConverter
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
|
Class and Description |
---|
SQLExceptionConverter
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
|
ViolatedConstraintNameExtracter
Defines a contract for implementations that can extract the name of a violated
constraint from a SQLException that is the result of that constraint violation.
|
Class and Description |
---|
JDBCConnectionException
Implementation of JDBCException indicating problems with communicating with the
database (can also include incorrect JDBC setup).
|
Class and Description |
---|
SQLExceptionConverter
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
|
Class and Description |
---|
SQLExceptionConverter
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
|
ViolatedConstraintNameExtracter
Defines a contract for implementations that can extract the name of a violated
constraint from a SQLException that is the result of that constraint violation.
|
Class and Description |
---|
SQLExceptionConverter
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
|
Class and Description |
---|
SQLExceptionConverter
Defines a contract for implementations that know how to convert a SQLException
into Hibernate's JDBCException hierarchy.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved