Uses of Package
org.springframework.orm.hibernate

Packages that use org.springframework.orm.hibernate
org.springframework.orm.hibernate Package providing integration of Hibernate 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 like flushing behavior.
HibernateCallback
          Callback interface for Hibernate code.
HibernateOperations
          Interface that specifies a basic set of Hibernate operations.
SessionHolder
          Session holder, wrapping a Hibernate Session and a Hibernate Transaction.
 

Classes in org.springframework.orm.hibernate used by org.springframework.orm.hibernate.support
HibernateAccessor
          Base class for HibernateTemplate and HibernateInterceptor, defining common properties like flushing behavior.
HibernateTemplate
          Helper class that simplifies Hibernate data access code, and converts checked HibernateExceptions into unchecked DataAccessExceptions, compatible to the org.springframework.dao exception hierarchy.
 



Copyright (C) 2003-2004 The Spring Framework Project.