FileDocCategorySizeDatePackage
Expectation.javaAPI DocHibernate 3.2.5522Thu Jun 22 14:51:44 BST 2006org.hibernate.jdbc

Expectation

public interface Expectation
Defines an expected DML operation outcome.
author
Steve Ebersole

Fields Summary
Constructors Summary
Methods Summary
public booleancanBeBatched()

public intprepare(java.sql.PreparedStatement statement)

public voidverifyOutcome(int rowCount, java.sql.PreparedStatement statement, int batchPosition)