Uses of Interface
org.springframework.orm.hibernate.HibernateOperations

Packages that use HibernateOperations
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
 

Uses of HibernateOperations in org.springframework.orm.hibernate
 

Classes in org.springframework.orm.hibernate that implement HibernateOperations
 class 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.