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
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.
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
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.
 



Copyright (c) 2002-2007 The Spring Framework Project.