The Spring Framework

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

Packages that use HibernateOperations
org.springframework.orm.hibernate Package providing integration of Hibernate 2.1 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, following the org.springframework.dao exception hierarchy.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.