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
</pre>
</div></div>
-<p>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.</p>
+<p>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.</p>
<h2><a shape="rect"
name="JAX-RSAdvancedFeatures-BuildingFIQLqueries"></a>Building FIQL queries</h2>