All Known Implementing Classes:
DataToDatabaseSink

public interface DataSink
Marks classes that can receive dyna beans read by the org.apache.ddlutils.io.DataReader.
Version:
$Revision: 289996 $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBean(org.apache.commons.beanutils.DynaBean bean)
    Adds a dyna bean.
    void
    end()
    Notifies the sink that all beans have been added.
    void
    Notifies the sink that beans will be added.