Interface JdbcValueBindingsFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Allows supplying a custom
JdbcValueBindingsImplementor into the executor.-
Method Summary
Modifier and TypeMethodDescriptioncreate(MutationOperation operation, JdbcValueDescriptorAccess jdbcValueDescriptorAccess, SharedSessionContractImplementor session) Create theJdbcValueBindingsImplementorto use for processing the given operation.
-
Method Details