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 basic set of Hibernate operations,
implemented by
HibernateTemplate . |
LocalSessionFactoryBuilder
A Spring-provided extension of the standard Hibernate
Configuration class,
adding SpringSessionContext as a default and providing convenient ways
to specify a DataSource and an application class loader. |
SessionHolder
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
|
Class and Description |
---|
HibernateTemplate
Helper class that simplifies Hibernate data access code.
|