Uses of Package
org.springframework.orm.jpa.hibernate
Packages that use org.springframework.orm.jpa.hibernate
Package
Description
Hibernate-specific support classes, integrated with JPA.
-
Classes in org.springframework.orm.jpa.hibernate used by org.springframework.orm.jpa.hibernateClassDescription
PersistenceExceptionTranslator
capable of translatingHibernateException
and standard JPAPersistenceException
instances to Spring'DataAccessException
hierarchy.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.