Uses of Class
de.akquinet.jbosscc.guttenbase.export.AbstractExportDumpObject
-
Packages that use AbstractExportDumpObject Package Description de.akquinet.jbosscc.guttenbase.export -
-
Uses of AbstractExportDumpObject in de.akquinet.jbosscc.guttenbase.export
Subclasses of AbstractExportDumpObject in de.akquinet.jbosscc.guttenbase.export Modifier and Type Class Description classExportDumpBlobSince BLOBs may be quite big. we do not load them into memory completely, but read them in chunks and write the data to the output stream in a loop.classExportDumpClobSince CLOBs may be quite big. we do not load them into memory completely, but read them in chunks and write the data to the output stream in a loop.classExportDumpSqlXMLSince XML data may be quite big. we do not load them into memory completely, but read them in chunks and write the data to the output stream in a loop.
-