Uses of Interface
org.hibernate.jdbc.Work

Packages that use Work
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.testing.junit.functional.annotations   
 

Uses of Work in org.hibernate
 

Methods in org.hibernate with parameters of type Work
 void Session.doWork(Work work)
          Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
 

Uses of Work in org.hibernate.impl
 

Methods in org.hibernate.impl with parameters of type Work
 void SessionImpl.doWork(Work work)
           
 

Uses of Work in org.hibernate.testing.junit.functional.annotations
 

Classes in org.hibernate.testing.junit.functional.annotations that implement Work
 class HibernateTestCase.RollbackWork
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.