Package org.hibernate.sql.ast.internal
Class ParameterMarkerStrategyStandard
java.lang.Object
org.hibernate.sql.ast.internal.ParameterMarkerStrategyStandard
- All Implemented Interfaces:
Serializable
,Service
,ParameterMarkerStrategy
The standard ParameterMarkerStrategy based on the standard JDBC
?
marker- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMarker
(int position, JdbcType jdbcType) Create a parameter markerstatic boolean
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
ParameterMarkerStrategyStandard
public ParameterMarkerStrategyStandard()
-
-
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
.
-
isStandardRenderer
-