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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static H2Dialect.OrdinalParameterMarkerStrategy
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description OrdinalParameterMarkerStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createMarker(int position, JdbcType jdbcType)
Create a parameter marker
-
-
-
Field Detail
-
INSTANCE
public static final H2Dialect.OrdinalParameterMarkerStrategy INSTANCE
Singleton access
-
-
Method Detail
-
createMarker
public String createMarker(int position, JdbcType jdbcType)
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
.
-
-