public class EntityExporterFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> |
newExporter(IEntityContext ec,
T... entities)
Deprecated.
Use
AEntityExporter.AEntityExporter(IEntityContext, IEntity) instead. Returns an
IEntityExporter for the given entity class |
@Deprecated public static final <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> IEntityExporter<T> newExporter(IEntityContext ec, T... entities)
AEntityExporter.AEntityExporter(IEntityContext, IEntity) instead. Returns an
IEntityExporter for the given entity classT - IEntity entity typeec - the entity-contextentities - the entitiesIEntityExporterCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.