Uses of Package
org.springframework.orm.hibernate

Packages that use org.springframework.orm.hibernate
org.springframework.orm.hibernate Package providing integration of Hibernate 2.1 with Spring concepts. 
org.springframework.orm.hibernate.support Classes supporting the org.springframework.orm.hibernate package. 
 

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

Classes in org.springframework.orm.hibernate used by org.springframework.orm.hibernate.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, and converts checked HibernateExceptions into unchecked DataAccessExceptions, following the org.springframework.dao exception hierarchy.
 



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