Package org.hibernate.jdbc
Class Expectations
- java.lang.Object
-
- org.hibernate.jdbc.Expectations
-
public class Expectations extends Object
Holds various often usedExpectation
definitions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Expectations.BasicExpectation
static class
Expectations.BasicParamExpectation
-
Field Summary
Fields Modifier and Type Field Description static Expectation
BASIC
static Expectation
NONE
static Expectation
PARAM
static int
USUAL_EXPECTED_COUNT
static int
USUAL_PARAM_POSITION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Expectation
appropriateExpectation(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)
-
-