public abstract class GenericEntityImporter extends ImporterImpl<EntityImportItemConfig>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IMPORTER_ID |
| Constructor and Description |
|---|
GenericEntityImporter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
boolean |
postProcess(java.lang.String id,
java.lang.Object object,
boolean enclosed) |
void |
setEntityManagerProvider(<any> entityManagerProvider) |
void |
setJpaServices(EntityUtils jpaService) |
void |
setObjectImporterFactory(BasicObjectImporterFactory objectImporterFactory) |
configure, consumes, getRecognizedExporters, importData, importEnclosedObject, importReference, setReflectionServicespublic static final java.lang.String IMPORTER_ID
public java.lang.String getId()
public void setObjectImporterFactory(BasicObjectImporterFactory objectImporterFactory)
public void setJpaServices(EntityUtils jpaService)
public void setEntityManagerProvider(<any> entityManagerProvider)
public boolean postProcess(java.lang.String id,
java.lang.Object object,
boolean enclosed)
postProcess in interface ImporterpostProcess in class ImporterImpl<EntityImportItemConfig>