| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.jdbc.Expectations.BasicExpectationorg.hibernate.jdbc.Expectations.BasicParamExpectationpublic static class Expectations.BasicParamExpectationextends Expectations.BasicExpectationConstructor Summary | |
| |
Method Summary | |
boolean | |
protected int |
|
int |
|
Methods inherited from class org.hibernate.jdbc.Expectations.BasicExpectation | |
canBeBatched, determineRowCount, prepare, verifyOutcome | |
public boolean canBeBatched()
- Specified by:
- canBeBatched in interface Expectation
- Overrides:
- canBeBatched in interface Expectations.BasicExpectation
protected int determineRowCount(int reportedRowCount,
PreparedStatement statement)
- Overrides:
- determineRowCount in interface Expectations.BasicExpectation
public int prepare(PreparedStatement statement)
throws SQLException,
HibernateException
- Specified by:
- prepare in interface Expectation
- Overrides:
- prepare in interface Expectations.BasicExpectation