Class ModelBasedCsvPivotExportTemplate<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 ModelBasedCsvPivotExportTemplate<ID extends Serializable,​T extends AbstractEntity<ID>>
    extends BaseCsvExportTemplate<ID,​T>
    Template for exported a pivoted data set to CSV
    Author:
    Bas Rutten