Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 33080 invoked from network); 11 Sep 2008 17:24:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 17:24:24 -0000 Received: (qmail 96648 invoked by uid 500); 11 Sep 2008 17:24:21 -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 96639 invoked by uid 99); 11 Sep 2008 17:24:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 10:24:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 17:23:31 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id D726D118DE for ; Thu, 11 Sep 2008 17:23:33 +0000 (GMT) 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: Thu, 11 Sep 2008 17:23:33 -0000 Message-ID: <20080911172333.22630.35674@eos.apache.org> Subject: [Jdo Wiki] Update of "JdoCodeBase" by RichardSchilling X-Virus-Checked: Checked by ClamAV on apache.org 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 RichardSchilling: http://wiki.apache.org/jdo/JdoCodeBase ------------------------------------------------------------------------------ Some developer notes (e.g. additional documentation) about specific classes in the JDO code base. - * JdoHelper (javax.jdo.JDOHelper) + * JdoHelper ({{{javax.jdo.JDOHelper}}}): This class contains utility and factory methods, including ones that create {{{PersistenceManagerFactory}}} objects.