Package org.hibernate.jdbc
Class Expectations.BasicExpectation
- java.lang.Object
- org.hibernate.jdbc.Expectation.RowCount
- org.hibernate.jdbc.Expectations.BasicExpectation
- All Implemented Interfaces:
Expectation
- Enclosing class:
- Expectations
@Deprecated(since="6.5")public static classExpectations.BasicExpectationextendsExpectation.RowCount
Deprecated.UseExpectation.RowCount, creating a custom subclass if necessary
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.jdbc.Expectation
Expectation.None,Expectation.OutParameter,Expectation.RowCount
Constructor Summary
Constructors Modifier Constructor Description protectedBasicExpectation(int expectedRowCount)Deprecated.
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected intexpectedRowCount()Deprecated.Methods inherited from class org.hibernate.jdbc.Expectation.RowCount
verifyOutcome
Methods inherited from class java.lang.Object
clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait
Methods inherited from interface org.hibernate.jdbc.Expectation
canBeBatched,getNumberOfParametersUsed,prepare,validate
Method Detail
expectedRowCount
protected int expectedRowCount()
Deprecated.- Overrides:
expectedRowCountin classExpectation.RowCount