java.lang.Object | |
↳ | org.hibernate.jdbc.Expectations.BasicExpectation |
Known Direct Subclasses |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Is it acceptable to combiner this expectation with statement batching?
| |||||||||||
Perform any special statement preparation.
| |||||||||||
Perform verification of the outcome of the RDBMS operation based on
the type of expectation defined.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.hibernate.jdbc.Expectation
|
Is it acceptable to combiner this expectation with statement batching?
Perform any special statement preparation.
statement | The statement to be prepared |
---|
HibernateException | |
---|---|
SQLException |
Perform verification of the outcome of the RDBMS operation based on the type of expectation defined.
rowCount | The RDBMS reported "number of rows affected". |
---|---|
statement | The statement representing the operation |
batchPosition | The position in the batch (if batching) |