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 class
ExportDumpBlob
Since 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.class
ExportDumpClob
Since 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.class
ExportDumpSqlXML
Since 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.
-