Package org.hibernate.dialect
Class H2Dialect.OrdinalParameterMarkerStrategy
java.lang.Object
org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
- All Implemented Interfaces:
Serializable
,Service
,ParameterMarkerStrategy
- Enclosing class:
- H2Dialect
public static class H2Dialect.OrdinalParameterMarkerStrategy
extends Object
implements ParameterMarkerStrategy
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final H2Dialect.OrdinalParameterMarkerStrategy
Singleton access -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMarker
(int position, JdbcType jdbcType) Create a parameter marker
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
OrdinalParameterMarkerStrategy
public OrdinalParameterMarkerStrategy()
-
-
Method Details
-
createMarker
Description copied from interface:ParameterMarkerStrategy
Create a parameter marker- Specified by:
createMarker
in interfaceParameterMarkerStrategy
- Parameters:
position
- The 1-based position of the parameter.jdbcType
- The type of the parameter, if known - may benull
.
-