From dev-return-13213-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Wed Aug 12 17:31:32 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 89443 invoked from network); 12 Aug 2009 17:31:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Aug 2009 17:31:32 -0000 Received: (qmail 34633 invoked by uid 500); 12 Aug 2009 17:31:39 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 34602 invoked by uid 500); 12 Aug 2009 17:31:39 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 34446 invoked by uid 99); 12 Aug 2009 17:31:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 17:31:39 +0000 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2009 17:31:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E84B929A0015 for ; Wed, 12 Aug 2009 10:31:14 -0700 (PDT) Message-ID: <1253957383.1250098274950.JavaMail.jira@brutus> Date: Wed, 12 Aug 2009 10:31:14 -0700 (PDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-1241) Add support for joining via keys of a Map attribute for Criteria query MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Add support for joining via keys of a Map attribute for Criteria query ---------------------------------------------------------------------- Key: OPENJPA-1241 URL: https://issues.apache.org/jira/browse/OPENJPA-1241 Project: OpenJPA Issue Type: New Feature Components: query Affects Versions: 2.0.0 Reporter: Pinaki Poddar Assignee: Pinaki Poddar Fix For: 2.0.0 Support join via keys of a persistent attribute of type Map. This join needs special treatment because unlike other joins via a persistent attribute, this join occurs from keys of a java.util.Map (which itself is the persistent attribute but not its keys). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.