| Package | Description | 
|---|---|
| org.springframework.orm.hibernate5 | Package providing integration of
 Hibernate 5.x
 with Spring concepts. | 
| org.springframework.orm.hibernate5.support | Classes supporting the  org.springframework.orm.hibernate5package. | 
| Class and Description | 
|---|
| HibernateCallback Callback interface for Hibernate code. | 
| HibernateExceptionTranslator PersistenceExceptionTranslatorcapable of translatingHibernateExceptioninstances to Spring'sDataAccessExceptionhierarchy. | 
| HibernateOperations Interface that specifies a common set of Hibernate operations as well as
 a general  HibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)method for Session-based lambda expressions. | 
| LocalSessionFactoryBuilder A Spring-provided extension of the standard Hibernate  Configurationclass,
 addingSpringSessionContextas a default and providing convenient ways
 to specify a JDBCDataSourceand an application class loader. | 
| SessionHolder Resource holder wrapping a Hibernate  Session(plus an optionalTransaction). | 
| Class and Description | 
|---|
| HibernateTemplate Helper class that simplifies Hibernate data access code. |