Class EntityObjectExporter
java.lang.Object
net.datenwerke.eximport.ex.objectexporters.BasicObjectExporter
net.datenwerke.eximport.ex.objectexporters.EntityObjectExporter
Exporter to export entities (database entities) honoring fields marked as
enclosed or referenced.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.datenwerke.eximport.ex.objectexporters.BasicObjectExporter
BasicObjectExporter.ObjectExporterAdjuster -
Constructor Summary
ConstructorsConstructorDescriptionEntityObjectExporter(ExImportHelperService eiHelper, HookHandlerService hookHandler, ReflectionService reflectionServices, EntityUtils jpaServices, ExportSupervisor exportSupervisor, String toExportId, Object toExport) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetExportVersionAttribute(boolean exportVersionAttribute) Methods inherited from class net.datenwerke.eximport.ex.objectexporters.BasicObjectExporter
addIgnoredFieldName, export, exportWithoutBaseElementCreation, getAdjuster, getIgnoredFieldNames, getToExport, getToExportId, setAdjuster, setIgnoredFieldNames
-
Constructor Details
-
Method Details
-
getReferences
- Overrides:
getReferencesin classBasicObjectExporter
-
getEnclosed
- Overrides:
getEnclosedin classBasicObjectExporter
-
setExportVersionAttribute
public void setExportVersionAttribute(boolean exportVersionAttribute) -
isExportVersionAttribute
public boolean isExportVersionAttribute()
-