当前页面: 
在线文档首页 > 
Hibernate 3.2.3 正式版 API 英文文档
Expectation (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.jdbc
Interface Expectation
- All Known Implementing Classes: 
- Expectations.BasicExpectation
- public interface Expectation
Defines an expected DML operation outcome.
- Author:
- Steve Ebersole
 
verifyOutcome
public void verifyOutcome(int rowCount,
                          PreparedStatement statement,
                          int batchPosition)
                   throws SQLException,
                          HibernateException
- 
- Throws:
- SQLException
- HibernateException
 
prepare
public int prepare(PreparedStatement statement)
            throws SQLException,
                   HibernateException
- 
- Throws:
- SQLException
- HibernateException
 
canBeBatched
public boolean canBeBatched()
-