The Spring Framework

Uses of Package
org.springframework.orm.hibernate3

Packages that use org.springframework.orm.hibernate3
org.springframework.orm.hibernate3 Package providing integration of Hibernate3 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. 
 

Classes in org.springframework.orm.hibernate3 used by org.springframework.orm.hibernate3
AbstractSessionFactoryBean
          Abstract FactoryBean that exposes a Hibernate SessionFactory.
HibernateAccessor
          Base class for HibernateTemplate and HibernateInterceptor, defining common properties such as SessionFactory and flushing behavior.
HibernateCallback
          Callback interface for Hibernate code.
HibernateOperations
          Specifies a basic set of Hibernate operations, implemented by HibernateTemplate.
LocalDataSourceConnectionProvider
          Hibernate connection provider for local DataSource instances in an application context.
SessionHolder
          Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
TypeDefinitionBean
          Bean that encapsulates a Hibernate type definition.
 

Classes in org.springframework.orm.hibernate3 used by org.springframework.orm.hibernate3.annotation
AbstractSessionFactoryBean
          Abstract FactoryBean that exposes a Hibernate SessionFactory.
LocalSessionFactoryBean
          FactoryBean that creates a local Hibernate SessionFactory instance.
 

Classes in org.springframework.orm.hibernate3 used by org.springframework.orm.hibernate3.support
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.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.