Uses of Package
org.springframework.orm.hibernate5
Package
Description
Package providing integration of
Hibernate 5.x
with Spring concepts.
Classes supporting the
org.springframework.orm.hibernate5
package.-
ClassDescriptionCallback interface for Hibernate code.
PersistenceExceptionTranslator
capable of translatingHibernateException
instances to Spring'sDataAccessException
hierarchy.Interface that specifies a common set of Hibernate operations as well as a generalHibernateOperations.execute(org.springframework.orm.hibernate5.HibernateCallback<T>)
method for Session-based lambda expressions.A Spring-provided extension of the standard HibernateConfiguration
class, addingSpringSessionContext
as a default and providing convenient ways to specify a JDBCDataSource
and an application class loader.Resource holder wrapping a HibernateSession
(plus an optionalTransaction
). -