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