Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 21613 invoked from network); 21 Oct 2005 00:13:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Oct 2005 00:13:52 -0000 Received: (qmail 90874 invoked by uid 500); 21 Oct 2005 00:13:51 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 90863 invoked by uid 99); 21 Oct 2005 00:13:51 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 17:13:51 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3888C591 for ; Fri, 21 Oct 2005 02:13:26 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: jdo-commits@db.apache.org Date: Fri, 21 Oct 2005 00:13:21 -0000 Message-ID: <20051021001321.16684.44841@ajax.apache.org> Subject: [Jdo Wiki] Update of "Java5FeaturesAndJDO" by mzaun X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification. The following page has been changed by mzaun: http://wiki.apache.org/jdo/Java5FeaturesAndJDO ------------------------------------------------------------------------------ + = Java5 Language Features in JDO 1.1 and 2.0 = - - = Tests using Java 5 Language Features = This activity clarifies the JDO spec on persistence-capable classes using the new language features in Java 5, namely enums and generics. - = General Issues = + = Generics = - * ... + * as managed field types ... + * as persistence-capable classes ... + * wildcards ... + * fields of type identifier type ... + * generics arrays ... + = Enums = + + * as managed field types ... + * (as persistence-capable classes ...) +