From dev-return-17500-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Sep 30 19:17:58 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 58607 invoked from network); 30 Sep 2010 19:17:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Sep 2010 19:17:58 -0000 Received: (qmail 61679 invoked by uid 500); 30 Sep 2010 19:17:58 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 61628 invoked by uid 500); 30 Sep 2010 19:17:57 -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 61620 invoked by uid 99); 30 Sep 2010 19:17:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 19:17:57 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Sep 2010 19:17:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8UJHa2W001841 for ; Thu, 30 Sep 2010 19:17:36 GMT Message-ID: <18743236.483121285874256228.JavaMail.jira@thor> Date: Thu, 30 Sep 2010 15:17:36 -0400 (EDT) From: "Kevin Sutter (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-1820) Document the QueryByExample feature of OpenJPACriteriaBuilder interface MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Document the QueryByExample feature of OpenJPACriteriaBuilder interface ----------------------------------------------------------------------- Key: OPENJPA-1820 URL: https://issues.apache.org/jira/browse/OPENJPA-1820 Project: OpenJPA Issue Type: Bug Components: docs Affects Versions: 2.0.1, 2.0.0, 2.0.2, 2.1.0 Reporter: Kevin Sutter Priority: Minor The QueryByExample feature of the OpenJPAQueryBuilder implementation is not documented in our manual. There is some documentation in our javadocs for the qbe method, but nothing in the docs to further explain or show examples. Pinaki's article on the Criteria API [1] talks about this feature. And, I'm reviewing another external publication (that will be coming out soon) that also describes this feature. So, it won't be too long before we get questions on how this feature is supposed to be used. [1] http://www.ibm.com/developerworks/java/library/j-typesafejpa/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.