@ -952,74 +952,71 @@ public class AppConfig {
@@ -952,74 +952,71 @@ public class AppConfig {
<itemizedlist >
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">all</emphasis> <literal > (Object o) </literal> c reates
role="bold">all</emphasis> <literal > (Object o) </literal> C reates
a criterion using the <literal > $all</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">exists</emphasis> <literal > (boolean b)
</literal> c reates a criterion using the
</literal> C reates a criterion using the
<literal > $exists</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">gt</emphasis> <literal > (Object o) </literal> c reates a
role="bold">gt</emphasis> <literal > (Object o) </literal> C reates a
criterion using the <literal > $gt</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">gte</emphasis> <literal > (Object o) </literal> c reates
role="bold">gte</emphasis> <literal > (Object o) </literal> C reates
a criterion using the <literal > $gte</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">in</emphasis> <literal > (Object... o)
</literal> c reates a criterion using the <literal > $in</literal>
</literal> C reates a criterion using the <literal > $in</literal>
operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">is</emphasis> <literal > (Object o) </literal> c reates a
role="bold">is</emphasis> <literal > (Object o) </literal> C reates a
criterion using the <literal > $is</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">lt</emphasis> <literal > (Object o) </literal> c reates a
role="bold">lt</emphasis> <literal > (Object o) </literal> C reates a
criterion using the <literal > $lt</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">lte</emphasis> <literal > (Object o) </literal> c reates
role="bold">lte</emphasis> <literal > (Object o) </literal> C reates
a criterion using the <literal > $lte</literal> operator</para>
</listitem>
<listitem >
<para >
<literal > Criteria</literal>
<emphasis role= "bold" > mod</emphasis>
<literal > (Number value, Number remainder)</literal>
</para>
<para > <literal > Criteria</literal> <emphasis
role="bold">mod</emphasis> <literal > (Number value, Number
remainder) </literal> Creates a criterion using the
<literal > $mod</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">nin</emphasis> <literal > (Object... o)
</literal> c reates a criterion using the <literal > $nin</literal>
</literal> C reates a criterion using the <literal > $nin</literal>
operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">not</emphasis> <literal > () </literal> c reates a
role="bold">not</emphasis> <literal > () </literal> C reates a
criterion using the <literal > $not</literal> meta operator which
affects the clause directly following</para>
</listitem>
@ -1027,26 +1024,26 @@ public class AppConfig {
@@ -1027,26 +1024,26 @@ public class AppConfig {
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">regex</emphasis> <literal > (String re)
</literal> c reates a criterion using a
</literal> C reates a criterion using a
<literal > $regex</literal> </para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">size</emphasis> <literal > (int s) </literal> c reates a
role="bold">size</emphasis> <literal > (int s) </literal> C reates a
criterion using the <literal > $size</literal> operator</para>
</listitem>
<listitem >
<para > <literal > Criteria</literal> <emphasis
role="bold">type</emphasis> <literal > (int t) </literal> c reates a
role="bold">type</emphasis> <literal > (int t) </literal> C reates a
criterion using the <literal > $type</literal> operator</para>
</listitem>
<listitem >
<para > <literal > void </literal> <emphasis
role="bold">or</emphasis> <literal > (List< Query> queries)
</literal> c reates an or query using the <literal > $or</literal>
</literal> C reates an or query using the <literal > $or</literal>
operator for all of the provided queries</para>
<para />
@ -1140,70 +1137,70 @@ public class AppConfig {
@@ -1140,70 +1137,70 @@ public class AppConfig {
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">addToSet</emphasis> <literal > (String key, Object
value)</literal> u pdate using the <literal > $addToSet</literal>
value)</literal> U pdate using the <literal > $addToSet</literal>
update modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">inc</emphasis> <literal > (String key, Number
inc)</literal> u pdate using the <literal > $inc</literal> update
inc)</literal> U pdate using the <literal > $inc</literal> update
modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">pop</emphasis> <literal > (String key, Update.Position
pos)</literal> u pdate using the <literal > $pop</literal> update
pos)</literal> U pdate using the <literal > $pop</literal> update
modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">pull</emphasis> <literal > (String key, Object
value)</literal> u pdate using the <literal > $pull</literal>
value)</literal> U pdate using the <literal > $pull</literal>
update modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">pullAll</emphasis> <literal > (String key, Object[]
values)</literal> u pdate using the <literal > $pullAll</literal>
values)</literal> U pdate using the <literal > $pullAll</literal>
update modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">push</emphasis> <literal > (String key, Object
value)</literal> u pdate using the <literal > $push</literal>
value)</literal> U pdate using the <literal > $push</literal>
update modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">pushAll</emphasis> <literal > (String key, Object[]
values)</literal> u pdate using the <literal > $pushAll</literal>
values)</literal> U pdate using the <literal > $pushAll</literal>
update modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">rename</emphasis> <literal > (String oldName, String
newName)</literal> u pdate using the <literal > $rename</literal>
newName)</literal> U pdate using the <literal > $rename</literal>
update modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">set</emphasis> <literal > (String key, Object
value)</literal> u pdate using the <literal > $set</literal> update
value)</literal> U pdate using the <literal > $set</literal> update
modifier</para>
</listitem>
<listitem >
<para > <literal > Update</literal> <emphasis
role="bold">unset</emphasis> <literal > (String key)</literal>
u pdate using the <literal > $unset</literal> update
U pdate using the <literal > $unset</literal> update
modifier</para>
</listitem>
</itemizedlist> </para>