Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 412B2D2F0 for ; Thu, 12 Jul 2012 12:48:16 +0000 (UTC) Received: (qmail 16533 invoked by uid 500); 12 Jul 2012 12:48:15 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 16407 invoked by uid 500); 12 Jul 2012 12:48:14 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 16204 invoked by uid 99); 12 Jul 2012 12:48:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 12:48:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 12:48:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 73B73238889B for ; Thu, 12 Jul 2012 12:47:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825571 - in /websites/production/cxf/content: cache/docs.pageCache docs/jax-rs-advanced-features.html Date: Thu, 12 Jul 2012 12:47:53 -0000 To: commits@cxf.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120712124753.73B73238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Thu Jul 12 12:47:52 2012 New Revision: 825571 Log: Production update by buildbot for cxf Modified: websites/production/cxf/content/cache/docs.pageCache websites/production/cxf/content/docs/jax-rs-advanced-features.html Modified: websites/production/cxf/content/cache/docs.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/cxf/content/docs/jax-rs-advanced-features.html ============================================================================== --- websites/production/cxf/content/docs/jax-rs-advanced-features.html (original) +++ websites/production/cxf/content/docs/jax-rs-advanced-features.html Thu Jul 12 12:47:52 2012 @@ -572,7 +572,7 @@ such as "find all the chapters with id l -

The above code can be quite functional but not necessarilry optimal. Much depends on the actual relationship between the endities, whether the initial (JPA2) query eagerly loaded all the chapters for every given book, etc. Perhaps a JOIN-like query which will immediately return only the matching chapters will be more optimal. Support for capturing the expressions involving multiple entities and possibly converting them to JOIN statements will be investigated shortly.

+

The above code can be quite functional but not be optimal. Much depends on the actual relationship between the entities, whether the initial (JPA2) query eagerly loaded all the chapters for every given book or not, etc. Perhaps a JOIN-like query which will immediately return only the matching chapters will be more optimal. Support for capturing the expressions involving multiple entities and possibly converting them to JOIN statements will be investigated shortly.

Building FIQL queries