Author: buildbot
Date: Mon Dec  8 18:47:45 2014
New Revision: 931881

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/jax-rs-search.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/jax-rs-search.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-search.html (original)
+++ websites/production/cxf/content/docs/jax-rs-search.html Mon Dec  8 18:47:45 
2014
@@ -118,11 +118,11 @@ Apache CXF -- JAX-RS Search
            <!-- Content -->
            <div class="wiki-content">
 <div id="ConfluenceContent"><h1 id="JAX-RSSearch-JAX-RSSearch">JAX-RS 
Search</h1><p>&#160;</p><p><style type="text/css">/*<![CDATA[*/
-div.rbtoc1415368011042 {padding: 0px;}
-div.rbtoc1415368011042 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1415368011042 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1418064441983 {padding: 0px;}
+div.rbtoc1418064441983 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1418064441983 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1415368011042">
+/*]]>*/</style></p><div class="toc-macro rbtoc1418064441983">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#JAX-RSSearch-JAX-RSSearch">JAX-RS Search</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#JAX-RSSearch-AdvancedSearchQueries">Advanced Search 
Queries</a></li><li><a shape="rect" 
href="#JAX-RSSearch-SupportedQueryLanguages">Supported Query Languages</a>
 <ul class="toc-indentation"><li><a shape="rect" 
href="#JAX-RSSearch-FeedItemQueryLanguage">Feed Item Query 
Language</a></li><li><a shape="rect" href="#JAX-RSSearch-OpenDataProtocol">Open 
Data Protocol</a></li></ul>
@@ -201,7 +201,7 @@ private SearchContext context;
 
     private int id;
     private OwnerInfo ownerinfo;
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 
 @Embeddable
@@ -209,14 +209,14 @@ public class OwnerInfo {
 
     private Address address;
     private Name name;
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 
 @Embeddable
 public class Name {
 
     private String name;
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 
 ]]></script>
@@ -239,7 +239,7 @@ public class Name {
     public Name(String name) {
         this.name = name;
     }
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 ]]></script>
 </div></div><p>the mapping between "oname" and "ownerinfo.name" will work 
too.</p><p>You can also have many to one mappings, for example</p><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
@@ -293,7 +293,7 @@ assertEquals(&quot;SELECT LEVEL_COLUMN F
     private String title;
     private Date date;
     private OwnerInfo ownerinfo;
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 
 @Embeddable
@@ -301,21 +301,21 @@ public class OwnerInfo {
 
     private Address address;
     private Name name;
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 
 @Embeddable
 public class Name {
 
     private String name;
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 
 @Embeddable
 public class Address {
 
     private String street;
-    //setters and getters omitted for brewity
+    //setters and getters omitted for brevity
 }
 
 
@@ -394,7 +394,7 @@ for (Tuple tuple : tuples) {
             this.id = id;
             this.title = title;
         }
-        //setters and getters omitted for brewity
+        //setters and getters omitted for brevity
  }
 
 // actual application code:


Reply via email to