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 creates a Hibernate SessionFactory within a Spring application context.
HibernateAccessor
          Base class for HibernateTemplate and HibernateInterceptor, defining common properties such as SessionFactory and flushing behavior.
HibernateCallback
          Callback interface for Hibernate code.
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.
 

Classes in org.springframework.orm.hibernate3 used by org.springframework.orm.hibernate3.annotation
AbstractSessionFactoryBean
          Abstract FactoryBean that creates a Hibernate SessionFactory within a Spring application context.
LocalSessionFactoryBean
          FactoryBean that creates a Hibernate SessionFactory.
 

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-2007 The Spring Framework.