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
ConstructorsModifierConstructorDescriptionprotected
BasicParamExpectation
(int expectedRowCount, int parameterPosition) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected int
Deprecated.protected int
Deprecated.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:
expectedRowCount
in classExpectation.OutParameter
-
parameterIndex
protected int parameterIndex()Deprecated.- Overrides:
parameterIndex
in classExpectation.OutParameter
-
Expectation.OutParameter
, creating a custom subclass if necessary