Interface PrimaryKeyFieldMergeContext


public interface PrimaryKeyFieldMergeContext
Provides a context to handle the creation of a new primary key for auto-created golden records.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.onwbp.adaptation.Adaptation>
     
    com.orchestranetworks.service.Session
     
    com.onwbp.adaptation.Adaptation
     
    com.orchestranetworks.schema.SchemaNode[]
     
  • Method Details

    • getTablePrimaryKeyNodes

      com.orchestranetworks.schema.SchemaNode[] getTablePrimaryKeyNodes()
      Returns:
      The primary key fields
    • getRecords

      List<com.onwbp.adaptation.Adaptation> getRecords()
      Returns:
      The list of records in a group
    • getSurvivorRecord

      com.onwbp.adaptation.Adaptation getSurvivorRecord()
      Returns:
      The record was selected via the Record selection function
    • getSession

      com.orchestranetworks.service.Session getSession()
      Returns:
      Session in the merge process