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 Details

    • resolveValueDescriptor

      JdbcValueDescriptor resolveValueDescriptor(String tableName, String columnName, ParameterUsage usage)
      Locate type details about
    • resolvePhysicalTableName

      @Deprecated(since="8.0", forRemoval=true) default String resolvePhysicalTableName(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. It is not needed for the graph-based queue.