Package org.seedstack.business.data
-
Interface Summary Interface Description DataExporter<T> Implement this interface to create a data set exporter that will handle objects of a specific type.DataImporter<T> Implement this interface to create a data set importer that will handle objects of a specific type.DataManager The data manager provides data import and export facilities. -
Annotation Types Summary Annotation Type Description DataSet This annotation marksDataImporters andDataExporters to specify the data set they are handling.