Uses of Interface
org.hibernate.jdbc.ReturningWork

Packages that use ReturningWork
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.jdbc Essentially defines Work, ReturningWork and Expectation as well as some exceptions 
 

Uses of ReturningWork in org.hibernate
 

Methods in org.hibernate with parameters of type ReturningWork
<T> T
Session.doReturningWork(ReturningWork<T> work)
          Controller for allowing users to perform JDBC related work using the Connection managed by this Session.
 

Uses of ReturningWork in org.hibernate.internal
 

Methods in org.hibernate.internal with parameters of type ReturningWork
<T> T
SessionImpl.doReturningWork(ReturningWork<T> work)
           
 

Uses of ReturningWork in org.hibernate.jdbc
 

Classes in org.hibernate.jdbc that implement ReturningWork
 class AbstractReturningWork<T>
          An abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result.
 

Methods in org.hibernate.jdbc with parameters of type ReturningWork
<T> T
WorkExecutor.executeReturningWork(ReturningWork<T> work, Connection connection)
          Execute the discrete work encapsulated by a ReturningWork instance using the supplied connection, returning the result of execute(java.sql.Connection)
 



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