Package org.hibernate.jdbc
Class Expectations.BasicParamExpectation
java.lang.Object
org.hibernate.jdbc.Expectation.OutParameter
org.hibernate.jdbc.Expectations.BasicParamExpectation
- All Implemented Interfaces:
Expectation
- Enclosing class:
- Expectations
@Deprecated(since="6.5")
public static class Expectations.BasicParamExpectation
extends Expectation.OutParameter
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.jdbc.Expectation
Expectation.None, Expectation.OutParameter, Expectation.RowCount -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBasicParamExpectation(int expectedRowCount, int parameterPosition) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected intDeprecated.protected intDeprecated.Methods inherited from class org.hibernate.jdbc.Expectation.OutParameter
canBeBatched, getNumberOfParametersUsed, prepare, validate, verifyOutcome
-
Constructor Details
-
BasicParamExpectation
protected BasicParamExpectation(int expectedRowCount, int parameterPosition) Deprecated.
-
-
Method Details
-
expectedRowCount
protected int expectedRowCount()Deprecated.- Overrides:
expectedRowCountin classExpectation.OutParameter
-
parameterIndex
protected int parameterIndex()Deprecated.- Overrides:
parameterIndexin classExpectation.OutParameter
-
Expectation.OutParameter, creating a custom subclass if necessary