| Package | Description |
|---|---|
| org.springframework.orm.hibernate3 |
Package providing integration of
Hibernate 3.x
with Spring concepts.
|
| org.springframework.orm.hibernate3.annotation |
Support package for the Hibernate3 Annotation add-on,
which supports EJB3-compliant JDK 1.5+ annotations for mappings.
|
| org.springframework.orm.hibernate3.support |
Classes supporting the
org.springframework.orm.hibernate3 package. |
| Class and Description |
|---|
| AbstractSessionFactoryBean
Abstract
FactoryBean that creates
a Hibernate SessionFactory within a Spring application
context, providing general infrastructure not related to Hibernate's
specific configuration API. |
| HibernateAccessor
Base class for
HibernateTemplate and HibernateInterceptor,
defining common properties such as SessionFactory and flushing behavior. |
| 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. |
| LocalDataSourceConnectionProvider
Hibernate connection provider for local DataSource instances
in an application context.
|
| TypeDefinitionBean
Bean that encapsulates a Hibernate type definition.
|
| Class and Description |
|---|
| AbstractSessionFactoryBean
Abstract
FactoryBean that creates
a Hibernate SessionFactory within a Spring application
context, providing general infrastructure not related to Hibernate's
specific configuration API. |
HibernateExceptionTranslator
PersistenceExceptionTranslator capable of translating HibernateException
instances to Spring's DataAccessException hierarchy. |
LocalSessionFactoryBean
FactoryBean that creates a
Hibernate SessionFactory. |
| Class and Description |
|---|
| HibernateAccessor
Base class for
HibernateTemplate and HibernateInterceptor,
defining common properties such as SessionFactory and flushing behavior. |
| HibernateTemplate
Helper class that simplifies Hibernate data access code.
|
Copyright © 2015. All rights reserved.