Interface JdbcValueBindingsImplementor
- All Superinterfaces:
JdbcValueBindings
SPI extension to
JdbcValueBindings to allow access to bound values.
Needed for cycle breaking support.-
Method Summary
Modifier and TypeMethodDescriptiongetBoundValue(String tableName, String columnName, ParameterUsage usage) Retrieve the currently bound value for the given parameter.voidreplaceValue(String tableName, String columnName, ParameterUsage usage, Object newValue) Allow replacing a bound value.Methods inherited from interface JdbcValueBindings
afterStatement, beforeStatement, bindAssignment, bindRestriction, bindValue, bindValue, getBindingGroup
-
Method Details
-
getBoundValue
Retrieve the currently bound value for the given parameter.- See Also:
-
replaceValue
Allow replacing a bound value. Used by cycle breaking to inject mutable object handles.
-