| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkExecutor | |
|---|---|
| org.hibernate.jdbc | Essentially defines Work,ReturningWorkandExpectationas well as some exceptions | 
| Uses of WorkExecutor in org.hibernate.jdbc | 
|---|
| Methods in org.hibernate.jdbc with parameters of type WorkExecutor | |
|---|---|
|  T | WorkExecutorVisitable.accept(WorkExecutor<T> executor,
       Connection connection)Accepts a WorkExecutorvisitor for executing a discrete
 piece of work, and returns an implementation-defined result.. | 
|  T | AbstractReturningWork.accept(WorkExecutor<T> executor,
       Connection connection)Accepts a WorkExecutorvisitor for executing the discrete work
 encapsulated by this work instance using the supplied connection. | 
|  Void | AbstractWork.accept(WorkExecutor<Void> executor,
       Connection connection)Accepts a WorkExecutorvisitor for executing the discrete work
 encapsulated by this work instance using the supplied connection. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||