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.UseExpectation.OutParameter
, 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 protected
BasicParamExpectation(int expectedRowCount, int parameterPosition)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected int
expectedRowCount()
Deprecated.protected int
parameterIndex()
Deprecated.-
Methods inherited from class org.hibernate.jdbc.Expectation.OutParameter
canBeBatched, getNumberOfParametersUsed, prepare, validate, verifyOutcome
-
-
-
-
Method Detail
-
expectedRowCount
protected int expectedRowCount()
Deprecated.- Overrides:
expectedRowCount
in classExpectation.OutParameter
-
parameterIndex
protected int parameterIndex()
Deprecated.- Overrides:
parameterIndex
in classExpectation.OutParameter
-
-