Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 478DF9D9B for ; Wed, 19 Oct 2011 14:19:13 +0000 (UTC) Received: (qmail 437 invoked by uid 500); 19 Oct 2011 14:19:13 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 390 invoked by uid 500); 19 Oct 2011 14:19:12 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 382 invoked by uid 99); 19 Oct 2011 14:19:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 14:19:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2011 14:19:06 +0000 Received: by yxl11 with SMTP id 11so2443053yxl.16 for ; Wed, 19 Oct 2011 07:18:45 -0700 (PDT) Received: by 10.236.190.99 with SMTP id d63mr10101627yhn.73.1319033925594; Wed, 19 Oct 2011 07:18:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.147.169.12 with HTTP; Wed, 19 Oct 2011 07:18:25 -0700 (PDT) In-Reply-To: References: From: Michael Gentry Date: Wed, 19 Oct 2011 10:18:25 -0400 Message-ID: Subject: Re: Random idea: comments To: dev@cayenne.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi Christian, We have a long-open JIRA to support JavaDocs. It just hasn't been implemented yet. A similar comment could also be stuffed in the DB "comment", too. Having it as a column in the Modeler, though, is probably not too workable as a decent comment is bound to be much longer than you can fit in a small cell, so we'd have to do something different. mrg On Wed, Oct 19, 2011 at 5:36 AM, Christian Grobmeier wrote: > I am modelling again. I thought it might be a good thing to have a > column named "comment". B/c mysql does support column comments (not > sure on others yet). In addition the comment could be used for > generating javadoc comments on the generated java entities. >