Interface JdbcValueBindings
- All Known Implementing Classes:
JdbcValueBindingsImpl
The JDBC values for a mutation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterStatement
(TableMapping mutatingTable) Called after the execution of the operation for the specified tablevoid
beforeStatement
(PreparedStatementDetails statementDetails) Called before the execution of the operation for the specified tablevoid
bindValue
(Object value, String tableName, String columnName, ParameterUsage usage) Binds a value for a specific column+usagedefault void
bindValue
(Object value, SelectableMapping selectableMapping, ParameterUsage usage) Binds a value for a specific column+usagegetBindingGroup
(String tableName) Get the bindings for the specific table, ornull
-
Method Details
-
getBindingGroup
Get the bindings for the specific table, ornull
-
bindValue
Binds a value for a specific column+usage -
bindValue
Binds a value for a specific column+usage -
beforeStatement
Called before the execution of the operation for the specified table -
afterStatement
Called after the execution of the operation for the specified table
-