| Package | Description |
|---|---|
| org.springframework.orm.hibernate4 |
Package providing integration of
Hibernate 4.x
with Spring concepts.
|
| org.springframework.orm.hibernate4.support |
Classes supporting the
org.springframework.orm.hibernate4 package. |
| Class and Description |
|---|
HibernateExceptionTranslator
PersistenceExceptionTranslator capable of translating HibernateException
instances to Spring's DataAccessException hierarchy. |
| 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. |
| Class and Description |
|---|
| SessionHolder
Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
|
Copyright © 2021. All rights reserved.