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 class Expectations.BasicExpectation
extends Expectation.RowCount
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.jdbc.Expectation
Expectation.None, Expectation.OutParameter, Expectation.RowCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.jdbc.Expectation.RowCount
verifyOutcomeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.jdbc.Expectation
canBeBatched, getNumberOfParametersUsed, prepare, validate
-
Constructor Details
-
BasicExpectation
protected BasicExpectation(int expectedRowCount) Deprecated.
-
-
Method Details
-
expectedRowCount
protected int expectedRowCount()Deprecated.- Overrides:
expectedRowCountin classExpectation.RowCount
-
Expectation.RowCount, creating a custom subclass if necessary