blob: a16411f2b9161b4ce6d1f1eb075104279736e8d6 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Wed Jul 19 14:42:47 EDT 2006 -->
<TITLE>
ExpressionFactory (Cayenne API Documentation - v.1.2)
</TITLE>
<META NAME="keywords" CONTENT="org.objectstyle.cayenne.exp.ExpressionFactory class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../objectstyle-javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="ExpressionFactory (Cayenne API Documentation - v.1.2)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionException.html" title="class in org.objectstyle.cayenne.exp"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionParameter.html" title="class in org.objectstyle.cayenne.exp"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/objectstyle/cayenne/exp/ExpressionFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ExpressionFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.objectstyle.cayenne.exp</FONT>
<BR>
Class ExpressionFactory</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.objectstyle.cayenne.exp.ExpressionFactory</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>ExpressionFactory</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Helper class to build expressions. Alternatively expressions can be built using
<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html#fromString(java.lang.String)"><CODE>Expression.fromString(String)</CODE></A> method.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Andrus Adamchik</DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#ExpressionFactory()">ExpressionFactory</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#betweenExp(java.lang.String, java.lang.Object, java.lang.Object)">betweenExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value1,
java.lang.Object&nbsp;value2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building BETWEEN expressions.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#expressionOfType(int)">expressionOfType</A></B>(int&nbsp;type)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new expression for the type requested.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#greaterExp(java.lang.String, java.lang.Object)">greaterExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an OBJ_PATH "greater than" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#greaterOrEqualExp(java.lang.String, java.lang.Object)">greaterOrEqualExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an OBJ_PATH "greater than or equal to" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#inDbExp(java.lang.String, java.util.Collection)">inDbExp</A></B>(java.lang.String&nbsp;pathSpec,
java.util.Collection&nbsp;values)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building IN DB expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#inDbExp(java.lang.String, java.lang.Object[])">inDbExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object[]&nbsp;values)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building IN DB expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#inExp(java.lang.String, java.util.Collection)">inExp</A></B>(java.lang.String&nbsp;pathSpec,
java.util.Collection&nbsp;values)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building IN expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#inExp(java.lang.String, java.lang.Object[])">inExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object[]&nbsp;values)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building IN expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#joinExp(int, java.util.List)">joinExp</A></B>(int&nbsp;type,
java.util.List&nbsp;expressions)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Joins all <code>expressions</code> in a single expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#lessExp(java.lang.String, java.lang.Object)">lessExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an OBJ_PATH "less than" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#lessOrEqualExp(java.lang.String, java.lang.Object)">lessOrEqualExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an OBJ_PATH "less than or equal to" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#likeExp(java.lang.String, java.lang.Object)">likeExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building LIKE expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#likeIgnoreCaseExp(java.lang.String, java.lang.Object)">likeIgnoreCaseExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building LIKE_IGNORE_CASE expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#matchAllDbExp(java.util.Map, int)">matchAllDbExp</A></B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an expression that matches all key-values pairs in <code>map</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#matchAllExp(java.util.Map, int)">matchAllExp</A></B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an expression that matches all key-values pairs in <code>map</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#matchAnyDbExp(java.util.Map, int)">matchAnyDbExp</A></B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an expression that matches any of the key-values pairs in <code>map</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#matchAnyExp(java.util.Map, int)">matchAnyExp</A></B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an expression that matches any of the key-values pairs in the
<code>map</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#matchDbExp(java.lang.String, java.lang.Object)">matchDbExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an DB_PATH "equal to" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#matchExp(java.lang.String, java.lang.Object)">matchExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an OBJ_PATH "equal to" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#noMatchDbExp(java.lang.String, java.lang.Object)">noMatchDbExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an DB_PATH "not equal to" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#noMatchExp(java.lang.String, java.lang.Object)">noMatchExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience method to create an OBJ_PATH "not equal to" expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#notBetweenExp(java.lang.String, java.lang.Object, java.lang.Object)">notBetweenExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value1,
java.lang.Object&nbsp;value2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building NOT_BETWEEN expressions.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#notInExp(java.lang.String, java.util.Collection)">notInExp</A></B>(java.lang.String&nbsp;pathSpec,
java.util.Collection&nbsp;values)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building NOT_IN expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#notInExp(java.lang.String, java.lang.Object[])">notInExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object[]&nbsp;values)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building NOT_IN expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#notLikeExp(java.lang.String, java.lang.Object)">notLikeExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building NOT_LIKE expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#notLikeIgnoreCaseExp(java.lang.String, java.lang.Object)">notLikeIgnoreCaseExp</A></B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A convenience shortcut for building NOT_LIKE_IGNORE_CASE expression.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionFactory.html#wrapPathOperand(java.lang.Object)">wrapPathOperand</A></B>(java.lang.Object&nbsp;op)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Applies a few default rules for adding operands to expressions.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ExpressionFactory()"><!-- --></A><H3>
ExpressionFactory</H3>
<PRE>
public <B>ExpressionFactory</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="expressionOfType(int)"><!-- --></A><H3>
expressionOfType</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>expressionOfType</B>(int&nbsp;type)</PRE>
<DL>
<DD>Creates a new expression for the type requested. If type is unknown,
ExpressionException is thrown.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="wrapPathOperand(java.lang.Object)"><!-- --></A><H3>
wrapPathOperand</H3>
<PRE>
protected static java.lang.Object <B>wrapPathOperand</B>(java.lang.Object&nbsp;op)</PRE>
<DL>
<DD>Applies a few default rules for adding operands to expressions. In particular wraps
all lists into LIST expressions. Applied only in path expressions.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="matchAnyDbExp(java.util.Map, int)"><!-- --></A><H3>
matchAnyDbExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>matchAnyDbExp</B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</PRE>
<DL>
<DD>Creates an expression that matches any of the key-values pairs in <code>map</code>.
<p>
For each pair <code>pairType</code> operator is used to build a binary
expression. Key is considered to be a DB_PATH expression. Therefore all keys must
be java.lang.String objects, or ClassCastException is thrown. OR is used to join
pair binary expressions.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="matchAllDbExp(java.util.Map, int)"><!-- --></A><H3>
matchAllDbExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>matchAllDbExp</B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</PRE>
<DL>
<DD>Creates an expression that matches all key-values pairs in <code>map</code>.
<p>
For each pair <code>pairType</code> operator is used to build a binary
expression. Key is considered to be a DB_PATH expression. Therefore all keys must
be java.lang.String objects, or ClassCastException is thrown. AND is used to join
pair binary expressions.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="matchAnyExp(java.util.Map, int)"><!-- --></A><H3>
matchAnyExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>matchAnyExp</B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</PRE>
<DL>
<DD>Creates an expression that matches any of the key-values pairs in the
<code>map</code>.
<p>
For each pair <code>pairType</code> operator is used to build a binary
expression. Key is considered to be a OBJ_PATH expression. Therefore all keys must
be java.lang.String objects, or ClassCastException is thrown. OR is used to join
pair binary expressions.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="matchAllExp(java.util.Map, int)"><!-- --></A><H3>
matchAllExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>matchAllExp</B>(java.util.Map&nbsp;map,
int&nbsp;pairType)</PRE>
<DL>
<DD>Creates an expression that matches all key-values pairs in <code>map</code>.
<p>
For each pair <code>pairType</code> operator is used to build a binary
expression. Key is considered to be a OBJ_PATH expression. Therefore all keys must
be java.lang.String objects, or ClassCastException is thrown. AND is used to join
pair binary expressions.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="matchDbExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
matchDbExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>matchDbExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an DB_PATH "equal to" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="noMatchDbExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
noMatchDbExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>noMatchDbExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an DB_PATH "not equal to" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="inDbExp(java.lang.String, java.lang.Object[])"><!-- --></A><H3>
inDbExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>inDbExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object[]&nbsp;values)</PRE>
<DL>
<DD>A convenience shortcut for building IN DB expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="inDbExp(java.lang.String, java.util.Collection)"><!-- --></A><H3>
inDbExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>inDbExp</B>(java.lang.String&nbsp;pathSpec,
java.util.Collection&nbsp;values)</PRE>
<DL>
<DD>A convenience shortcut for building IN DB expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="matchExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
matchExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>matchExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an OBJ_PATH "equal to" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="noMatchExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
noMatchExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>noMatchExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an OBJ_PATH "not equal to" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="lessExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
lessExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>lessExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an OBJ_PATH "less than" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="lessOrEqualExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
lessOrEqualExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>lessOrEqualExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an OBJ_PATH "less than or equal to" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="greaterExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
greaterExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>greaterExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an OBJ_PATH "greater than" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="greaterOrEqualExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
greaterOrEqualExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>greaterOrEqualExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience method to create an OBJ_PATH "greater than or equal to" expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="inExp(java.lang.String, java.lang.Object[])"><!-- --></A><H3>
inExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>inExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object[]&nbsp;values)</PRE>
<DL>
<DD>A convenience shortcut for building IN expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="inExp(java.lang.String, java.util.Collection)"><!-- --></A><H3>
inExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>inExp</B>(java.lang.String&nbsp;pathSpec,
java.util.Collection&nbsp;values)</PRE>
<DL>
<DD>A convenience shortcut for building IN expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="notInExp(java.lang.String, java.util.Collection)"><!-- --></A><H3>
notInExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>notInExp</B>(java.lang.String&nbsp;pathSpec,
java.util.Collection&nbsp;values)</PRE>
<DL>
<DD>A convenience shortcut for building NOT_IN expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="notInExp(java.lang.String, java.lang.Object[])"><!-- --></A><H3>
notInExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>notInExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object[]&nbsp;values)</PRE>
<DL>
<DD>A convenience shortcut for building NOT_IN expression.
<P>
<DD><DL>
<DT><B>Since:</B></DT>
<DD>1.0.6</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="betweenExp(java.lang.String, java.lang.Object, java.lang.Object)"><!-- --></A><H3>
betweenExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>betweenExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value1,
java.lang.Object&nbsp;value2)</PRE>
<DL>
<DD>A convenience shortcut for building BETWEEN expressions.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="notBetweenExp(java.lang.String, java.lang.Object, java.lang.Object)"><!-- --></A><H3>
notBetweenExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>notBetweenExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value1,
java.lang.Object&nbsp;value2)</PRE>
<DL>
<DD>A convenience shortcut for building NOT_BETWEEN expressions.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="likeExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
likeExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>likeExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience shortcut for building LIKE expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="notLikeExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
notLikeExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>notLikeExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience shortcut for building NOT_LIKE expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="likeIgnoreCaseExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
likeIgnoreCaseExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>likeIgnoreCaseExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience shortcut for building LIKE_IGNORE_CASE expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="notLikeIgnoreCaseExp(java.lang.String, java.lang.Object)"><!-- --></A><H3>
notLikeIgnoreCaseExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>notLikeIgnoreCaseExp</B>(java.lang.String&nbsp;pathSpec,
java.lang.Object&nbsp;value)</PRE>
<DL>
<DD>A convenience shortcut for building NOT_LIKE_IGNORE_CASE expression.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="joinExp(int, java.util.List)"><!-- --></A><H3>
joinExp</H3>
<PRE>
public static <A HREF="../../../../org/objectstyle/cayenne/exp/Expression.html" title="class in org.objectstyle.cayenne.exp">Expression</A> <B>joinExp</B>(int&nbsp;type,
java.util.List&nbsp;expressions)</PRE>
<DL>
<DD>Joins all <code>expressions</code> in a single expression. <code>type</code> is
used as an expression type for expressions joining each one of the items on the
list. <code>type</code> must be binary expression type.
<p>
For example, if type is Expression.AND, resulting expression would match all
expressions in the list. If type is Expression.OR, resulting expression would match
any of the expressions.
</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionException.html" title="class in org.objectstyle.cayenne.exp"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/objectstyle/cayenne/exp/ExpressionParameter.html" title="class in org.objectstyle.cayenne.exp"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/objectstyle/cayenne/exp/ExpressionFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ExpressionFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<!--@SFLOGO@--> &nbsp; <i>Copyright &#169; 2001-2006 <a href=
"http://objectstyle.org" target="_top">ObjectStyle.org</a> All Rights Reserved.</i>
</BODY>
</HTML>