Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.jdbc.Expectations.BasicExpectation
org.hibernate.jdbc.Expectations.BasicParamExpectation
public static class Expectations.BasicParamExpectation
extends Expectations.BasicExpectation
Constructor 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