| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Work, ReturningWork and Expectation as well as some exceptions
See:
          Description
| Interface Summary | |
|---|---|
| Expectation | Defines an expected DML operation outcome. | 
| ReturningWork<T> | A discrete piece of work following the lines of Workbut returning a result. | 
| Work | Contract for performing a discrete piece of JDBC work. | 
| WorkExecutorVisitable<T> | This interface provides a way to execute unrelated "work" objects using polymorphism. | 
| Class Summary | |
|---|---|
| AbstractReturningWork<T> | An abstract implementation of ReturningWorkthat accepts aWorkExecutorvisitor for executing a discrete piece of work and returning a result. | 
| AbstractWork | An abstract implementation of Workthat accepts aWorkExecutorvisitor for executing a discrete piece of work. | 
| Expectations | Holds various often used Expectations.BasicExpectationdefinitions. | 
| Expectations.BasicExpectation | |
| Expectations.BasicParamExpectation | |
| WorkExecutor<T> | A visitor used for executing a discrete piece of work encapsulated in a WorkorReturningWorkinstance.. | 
| Exception Summary | |
|---|---|
| BatchedTooManyRowsAffectedException | Much like TooManyRowsAffectedException, indicates that more
 rows than what we were expcecting were affected. | 
| BatchFailedException | Indicates a failed batch entry (-3 return). | 
| TooManyRowsAffectedException | Indicates that more rows were affected then we were expecting to be. | 
    Essentially defines Work, ReturningWork and Expectation as well as some exceptions
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||