org.hibernate.jdbc
Interface Expectation

All Known Implementing Classes:
Expectations.BasicExpectation

public interface Expectation

Defines an expected DML operation outcome.

Author:
Steve Ebersole

Method Summary
 boolean canBeBatched()
           
 int prepare(PreparedStatement statement)
           
 void verifyOutcome(int rowCount, PreparedStatement statement, int batchPosition)
           
 

Method Detail

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()