Uses of Interface
org.hibernate.jdbc.WorkExecutorVisitable

Packages that use WorkExecutorVisitable
org.hibernate.engine.jdbc.internal   
org.hibernate.engine.jdbc.spi   
org.hibernate.engine.transaction.internal.jdbc   
org.hibernate.engine.transaction.internal.jta   
org.hibernate.engine.transaction.spi   
org.hibernate.jdbc Essentially defines Work, ReturningWork and Expectation as well as some exceptions 
 

Uses of WorkExecutorVisitable in org.hibernate.engine.jdbc.internal
 

Methods in org.hibernate.engine.jdbc.internal with parameters of type WorkExecutorVisitable
<T> T
JdbcCoordinatorImpl.coordinateWork(WorkExecutorVisitable<T> work)
           
 

Uses of WorkExecutorVisitable in org.hibernate.engine.jdbc.spi
 

Methods in org.hibernate.engine.jdbc.spi with parameters of type WorkExecutorVisitable
<T> T
JdbcCoordinator.coordinateWork(WorkExecutorVisitable<T> work)
          Perform the requested work handling exceptions, coordinating and handling return processing.
 

Uses of WorkExecutorVisitable in org.hibernate.engine.transaction.internal.jdbc
 

Methods in org.hibernate.engine.transaction.internal.jdbc with parameters of type WorkExecutorVisitable
<T> T
JdbcIsolationDelegate.delegateWork(WorkExecutorVisitable<T> work, boolean transacted)
           
 

Uses of WorkExecutorVisitable in org.hibernate.engine.transaction.internal.jta
 

Methods in org.hibernate.engine.transaction.internal.jta with parameters of type WorkExecutorVisitable
<T> T
JtaIsolationDelegate.delegateWork(WorkExecutorVisitable<T> work, boolean transacted)
           
 

Uses of WorkExecutorVisitable in org.hibernate.engine.transaction.spi
 

Methods in org.hibernate.engine.transaction.spi with parameters of type WorkExecutorVisitable
<T> T
IsolationDelegate.delegateWork(WorkExecutorVisitable<T> work, boolean transacted)
          Perform the given work in isolation from current transaction.
 

Uses of WorkExecutorVisitable in org.hibernate.jdbc
 

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



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