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.hibernate5 package. |
Class and Description |
---|
HibernateCallback
Callback interface for Hibernate code.
|
HibernateExceptionTranslator
PersistenceExceptionTranslator capable of translating HibernateException
instances to Spring's DataAccessException hierarchy. |
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
Configuration class,
adding SpringSessionContext as a default and providing convenient ways
to specify a JDBC DataSource and an application class loader. |
SessionHolder
Resource holder wrapping a Hibernate
Session (plus an optional Transaction ). |
Class and Description |
---|
HibernateTemplate
Helper class that simplifies Hibernate data access code.
|