Package de.xima.fc.exporter
Class EntityExporterFactory
- java.lang.Object
-
- de.xima.fc.exporter.EntityExporterFactory
-
public class EntityExporterFactory extends Object
Factory for FORMCYCLE entity exporters- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<Long>>
IEntityExporter<T>newExporter(IEntityContext ec, T... entities)
Deprecated.UseAEntityExporter(IEntityContext, IEntity)
instead.
-
-
-
Method Detail
-
newExporter
@Deprecated public static final <T extends de.xima.cmn.dao.interfaces.IEntity<Long>> IEntityExporter<T> newExporter(IEntityContext ec, T... entities)
Deprecated.UseAEntityExporter(IEntityContext, IEntity)
instead. Returns anIEntityExporter
for the given entity class- Type Parameters:
T
-IEntity
entity type- Parameters:
ec
- the entity-contextentities
- the entities- Returns:
- the appropriate
IEntityExporter
-
-