Package org.hibernate.jdbc
Class Expectations
- java.lang.Object
-
- org.hibernate.jdbc.Expectations
-
public class Expectations extends Object
Holds various often usedExpectationdefinitions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpectations.BasicExpectationstatic classExpectations.BasicParamExpectation
-
Field Summary
Fields Modifier and Type Field Description static ExpectationBASICstatic ExpectationNONEstatic ExpectationPARAMstatic intUSUAL_EXPECTED_COUNTstatic intUSUAL_PARAM_POSITION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpectationappropriateExpectation(ExecuteUpdateResultCheckStyle style)
-
-
-
Field Detail
-
USUAL_EXPECTED_COUNT
public static final int USUAL_EXPECTED_COUNT
- See Also:
- Constant Field Values
-
USUAL_PARAM_POSITION
public static final int USUAL_PARAM_POSITION
- See Also:
- Constant Field Values
-
NONE
public static final Expectation NONE
-
BASIC
public static final Expectation BASIC
-
PARAM
public static final Expectation PARAM
-
-
Method Detail
-
appropriateExpectation
public static Expectation appropriateExpectation(ExecuteUpdateResultCheckStyle style)
-
-