Class ModelBasedCsvExportTemplate<ID extends Serializable,​T extends AbstractEntity<ID>>

  • Type Parameters:
    ID - the type of the primary key of the entity to export
    T - the type of the entity to export

    public class ModelBasedCsvExportTemplate<ID extends Serializable,​T extends AbstractEntity<ID>>
    extends BaseCsvExportTemplate<ID,​T>
    A template for exporting data to CSV
    Author:
    Bas Rutten