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
PersistenceExceptionTranslatorcapable of translatingHibernateExceptionand standard JPAPersistenceExceptioninstances to spring'DataAccessExceptionhierarchy.A spring-provided extension of the standard HibernateConfigurationclass, addingspringSessionContextas a default and providing convenient ways to specify a JDBCDataSourceand an application class loader.