Class JdbcValueBindingsImpl
java.lang.Object
org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl
- All Implemented Interfaces:
JdbcValueBindings
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJdbcValueBindingsImpl
(MutationType mutationType, MutationTarget<?> mutationTarget, JdbcValueBindingsImpl.JdbcValueDescriptorAccess jdbcValueDescriptorAccess, SharedSessionContractImplementor session) -
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+usagegetBindingGroup
(String tableName) Get the bindings for the specific table, ornull
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
bindValue
-
Constructor Details
-
Method Details
-
getBindingGroup
Description copied from interface:JdbcValueBindings
Get the bindings for the specific table, ornull
- Specified by:
getBindingGroup
in interfaceJdbcValueBindings
-
bindValue
Description copied from interface:JdbcValueBindings
Binds a value for a specific column+usage- Specified by:
bindValue
in interfaceJdbcValueBindings
-
beforeStatement
Description copied from interface:JdbcValueBindings
Called before the execution of the operation for the specified table- Specified by:
beforeStatement
in interfaceJdbcValueBindings
-
afterStatement
Description copied from interface:JdbcValueBindings
Called after the execution of the operation for the specified table- Specified by:
afterStatement
in interfaceJdbcValueBindings
-