Interface DataSink
- 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
-
Method Details
-
start
Notifies the sink that beans will be added.- Throws:
DataSinkException
-
addBean
Adds a dyna bean.- Parameters:
bean
- The dyna bean to add- Throws:
DataSinkException
-
end
Notifies the sink that all beans have been added.- Throws:
DataSinkException
-