Package com.ibm.commerce.foundation.dataload.datawriter

  • Interface Summary 
    Interface Description
    DataWriter
    Data writer is responsible to persist the physical data object in the database or a file in a database native loadable format.
  • Class Summary 
    Class Description
    AbstractDataWriter
    This abstract class implements the DataWriter interface.
    AbstractExtractDataWriter
    This abstract class extends the AbstractDataWriter.
    CMDataWriter
    The Data Writer class written for the Coremetrics requirement.
    CSVDataWriter
    The data writer class which is responsible for writing out the data to the output file specified in the configuration file.
    JDBCDataWriter
    JDBC data writer loads the physical objects to the database directly
    NativeDBDataWriter
    The native database data writer persists the physical objects into a list of files in a database native loadable format.