Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 69299 invoked from network); 30 Aug 2004 13:03:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Aug 2004 13:03:51 -0000 Received: (qmail 31919 invoked by uid 500); 30 Aug 2004 13:03:16 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 31836 invoked by uid 500); 30 Aug 2004 13:03:16 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 31789 invoked by uid 99); 30 Aug 2004 13:03:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [209.137.167.162] (HELO filter.fridayfives.net) (209.137.167.162) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 30 Aug 2004 06:03:14 -0700 Received: by filter.fridayfives.net (Postfix, from userid 5054) id E6FA46FC84; Mon, 30 Aug 2004 07:50:50 -0400 (EDT) Received: from freki (freki [127.0.0.1]) by freki (Postfix) with SMTP id 7B0816FC8B for ; Mon, 30 Aug 2004 07:50:49 -0400 (EDT) Received: from [192.168.1.30] (kite.forthill.int [192.168.1.30]) by filter.fridayfives.net (Postfix) with ESMTP id 555F26FC84 for ; Mon, 30 Aug 2004 07:50:49 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: OJB Developers List From: Brian McCallister Subject: [JDO] Help Needed! Date: Mon, 30 Aug 2004 09:03:11 -0400 X-Mailer: Apple Mail (2.619) X-Spam-Bayes-Score: 0.0000 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on freki X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi again all. As lots of people said they wanted to help work on JDO stuff, some things we need which are somewhat autonomous: Support for equals criteria which matches object identity, so: criteria.addEqualTo("objectReferenceOnCandidate", myWombat); which will generate the correct code to match pk/fk Support for a contains criteria: criteria.addContains("collectionOnCandidate", myWombat); which will generate correct where criteria. This one will be fun. This will need to support object identity based query building like the object reference equals. Fetch Groups: Read the JDO spec for explanation of this one. Is good stuff. Basically override of proxy settings in our terms on a per-query basis. JDO 2.0 Style mapping definitions: Read the JDo spec for this one. Basically an alternate way of defining mappings. Any help on these is greatly appreciated! Thank you! -Brian --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org