Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9BC32200C02 for ; Thu, 5 Jan 2017 15:53:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9A684160B26; Thu, 5 Jan 2017 14:53:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EB278160B45 for ; Thu, 5 Jan 2017 15:52:59 +0100 (CET) Received: (qmail 1662 invoked by uid 500); 5 Jan 2017 14:52:58 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 1241 invoked by uid 99); 5 Jan 2017 14:52:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2017 14:52:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 956222C2A6C for ; Thu, 5 Jan 2017 14:52:58 +0000 (UTC) Date: Thu, 5 Jan 2017 14:52:58 +0000 (UTC) From: "Benedikt Ritter (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CSV-66) Bean mapping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 05 Jan 2017 14:53:00 -0000 [ https://issues.apache.org/jira/browse/CSV-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15801559#comment-15801559 ] Benedikt Ritter commented on CSV-66: ------------------------------------ It should definitely be a separate module if we decide to implement this. I think Commons CSV should bring annotations itself. An object-relational mapping as defined by JPA is very different from mapping CSV to beans. > Bean mapping > ------------ > > Key: CSV-66 > URL: https://issues.apache.org/jira/browse/CSV-66 > Project: Commons CSV > Issue Type: New Feature > Components: Parser, Printer > Reporter: Emmanuel Bourg > Fix For: Patch Needed, 1.x > > > Commons CSV needs a way to easily read/write a collection of beans from/to a CSV file. Annotations could be used to map precisely the object fields to the CSV columns. -- This message was sent by Atlassian JIRA (v6.3.4#6332)