org.hibernate.jdbc
Interface Expectation
- All Known Implementing Classes:
- Expectations.BasicExpectation, Expectations.BasicParamExpectation
public interface Expectation
Defines an expected DML operation outcome.
- Author:
- Steve Ebersole
verifyOutcome
void verifyOutcome(int rowCount,
PreparedStatement statement,
int batchPosition)
throws SQLException,
HibernateException
- Throws:
SQLException
HibernateException
prepare
int prepare(PreparedStatement statement)
throws SQLException,
HibernateException
- Throws:
SQLException
HibernateException
canBeBatched
boolean canBeBatched()