Interface JdbcValueDescriptorAccess
- All Known Subinterfaces:
JdbcMutationOperation, MutationOperation, PreparableMutationOperation, SelfExecutingUpdateOperation
- All Known Implementing Classes:
AbstractJdbcMutation, DeleteOrUpsertOperation, JdbcDeleteMutation, JdbcInsertMutation, JdbcUpdateMutation, MergeOperation, OptionalTableUpdateOperation, OptionalTableUpdateWithUpsertOperation, UpsertOperation
public interface JdbcValueDescriptorAccess
Provides access to details needed while binding
-
Method Summary
Modifier and TypeMethodDescriptiondefault StringresolvePhysicalTableName(String tableName) Deprecated, for removal: This API element is subject to removal in a future version.Used by the mutation handling from the legacy action queue.resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage) Locate type details about
-
Method Details
-
resolveValueDescriptor
JdbcValueDescriptor resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage) Locate type details about -
resolvePhysicalTableName
Deprecated, for removal: This API element is subject to removal in a future version.Used by the mutation handling from the legacy action queue. It is not needed for the graph-based queue.
-