blob: 26b6aef87821a84152a31dacd3f3bef5ef00eea2 [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.6.0_11) on Wed Jul 20 09:13:44 CDT 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
CriteriaExpression (OpenJPA Parent POM 2.1.1 API)
</TITLE>
<META NAME="date" CONTENT="2011-07-20">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CriteriaExpression (OpenJPA Parent POM 2.1.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= 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="class-use/CriteriaExpression.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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-all.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/apache/openjpa/persistence/criteria/CriteriaBuilderImpl.html" title="class in org.apache.openjpa.persistence.criteria"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpressionBuilder.html" title="class in org.apache.openjpa.persistence.criteria"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/openjpa/persistence/criteria/CriteriaExpression.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="CriteriaExpression.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;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&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.apache.openjpa.persistence.criteria</FONT>
<BR>
Interface CriteriaExpression</H2>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../../org/apache/openjpa/persistence/criteria/CompareByExample.html" title="class in org.apache.openjpa.persistence.criteria">CompareByExample</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/CompoundSelections.Array.html" title="class in org.apache.openjpa.persistence.criteria">CompoundSelections.Array</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/CompoundSelections.MultiSelection.html" title="class in org.apache.openjpa.persistence.criteria">CompoundSelections.MultiSelection</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/CompoundSelections.NewInstance.html" title="class in org.apache.openjpa.persistence.criteria">CompoundSelections.NewInstance</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/CompoundSelections.Tuple.html" title="class in org.apache.openjpa.persistence.criteria">CompoundSelections.Tuple</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/ExpressionImpl.html" title="class in org.apache.openjpa.persistence.criteria">ExpressionImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Abs.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Abs</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.All.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.All</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Any.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Any</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Avg.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Avg</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Between.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Between</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.BinarayFunctionalExpression.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.BinarayFunctionalExpression</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.BinaryLogicalExpression.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.BinaryLogicalExpression</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Case.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Case</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Cast.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Cast</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.CastAs.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.CastAs</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Coalesce.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Coalesce</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Concat.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Concat</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Constant.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Constant</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Count.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Count</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.CurrentDate.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.CurrentDate</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.CurrentTime.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.CurrentTime</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.CurrentTimestamp.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.CurrentTimestamp</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.DatabaseFunction.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.DatabaseFunction</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Diff.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Diff</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Equal.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Equal</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Exists.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Exists</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.FunctionalExpression.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.FunctionalExpression</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.GreaterThan.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.GreaterThan</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.GreaterThanEqual.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.GreaterThanEqual</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.In.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.In</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Index.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Index</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.IsEmpty.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.IsEmpty</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.IsMember.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.IsMember</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.IsNotEmpty.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.IsNotEmpty</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.IsNotNull.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.IsNotNull</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.IsNull.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.IsNull</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Length.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Length</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.LessThan.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.LessThan</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.LessThanEqual.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.LessThanEqual</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Like.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Like</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.ListArgument.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.ListArgument</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Locate.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Locate</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Lower.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Lower</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Max.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Max</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Min.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Min</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Mod.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Mod</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Not.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Not</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.NotEqual.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.NotEqual</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Nullif.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Nullif</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Product.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Product</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Quotient.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Quotient</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.SimpleCase.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.SimpleCase</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Size.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Size</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Sqrt.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Sqrt</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.SubqueryExpression.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.SubqueryExpression</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.SubqueryPredicate.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.SubqueryPredicate</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Substring.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Substring</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Sum.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Sum</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Trim.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Trim</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Type.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Type</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.UnaryFunctionalExpression.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.UnaryFunctionalExpression</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Expressions.Upper.html" title="class in org.apache.openjpa.persistence.criteria">Expressions.Upper</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/FetchPathImpl.html" title="class in org.apache.openjpa.persistence.criteria">FetchPathImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/FromImpl.html" title="class in org.apache.openjpa.persistence.criteria">FromImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.AbstractCollection.html" title="class in org.apache.openjpa.persistence.criteria">Joins.AbstractCollection</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.Collection.html" title="class in org.apache.openjpa.persistence.criteria">Joins.Collection</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.KeyJoin.html" title="class in org.apache.openjpa.persistence.criteria">Joins.KeyJoin</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.List.html" title="class in org.apache.openjpa.persistence.criteria">Joins.List</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.Map.html" title="class in org.apache.openjpa.persistence.criteria">Joins.Map</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.MapEntry.html" title="class in org.apache.openjpa.persistence.criteria">Joins.MapEntry</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.MapKey.html" title="class in org.apache.openjpa.persistence.criteria">Joins.MapKey</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.Set.html" title="class in org.apache.openjpa.persistence.criteria">Joins.Set</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/Joins.SingularJoin.html" title="class in org.apache.openjpa.persistence.criteria">Joins.SingularJoin</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/OrderImpl.html" title="class in org.apache.openjpa.persistence.criteria">OrderImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/ParameterExpressionImpl.html" title="class in org.apache.openjpa.persistence.criteria">ParameterExpressionImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/PathImpl.html" title="class in org.apache.openjpa.persistence.criteria">PathImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/PredicateImpl.html" title="class in org.apache.openjpa.persistence.criteria">PredicateImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/PredicateImpl.And.html" title="class in org.apache.openjpa.persistence.criteria">PredicateImpl.And</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/PredicateImpl.Or.html" title="class in org.apache.openjpa.persistence.criteria">PredicateImpl.Or</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/RootImpl.html" title="class in org.apache.openjpa.persistence.criteria">RootImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/SelectionImpl.html" title="class in org.apache.openjpa.persistence.criteria">SelectionImpl</A>, <A HREF="../../../../../org/apache/openjpa/persistence/criteria/SubqueryImpl.html" title="class in org.apache.openjpa.persistence.criteria">SubqueryImpl</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>interface <B>CriteriaExpression</B></DL>
</PRE>
<P>
Interface to support Visitor pattern and CQL conversion of Criteria Query nodes.
<P>
<P>
<DL>
<DT><B>Since:</B></DT>
<DD>2.0.0</DD>
<DT><B>Author:</B></DT>
<DD>Pinaki Poddar</DD>
</DL>
<HR>
<P>
<!-- ========== 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>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpression.html#acceptVisit(org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor)">acceptVisit</A></B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpressionVisitor.html" title="interface in org.apache.openjpa.persistence.criteria">CriteriaExpressionVisitor</A>&nbsp;visitor)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Accept visit from the given visitor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpression.html#asProjection(org.apache.openjpa.persistence.criteria.AliasContext)">asProjection</A></B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/AliasContext.html" title="interface in org.apache.openjpa.persistence.criteria">AliasContext</A>&nbsp;q)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a string representation of this node as a projection term in the context of the given query.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpression.html#asValue(org.apache.openjpa.persistence.criteria.AliasContext)">asValue</A></B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/AliasContext.html" title="interface in org.apache.openjpa.persistence.criteria">AliasContext</A>&nbsp;q)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a string representation of this node as a value in the context of the given query.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://java.sun.com/j2se/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpression.html#asVariable(org.apache.openjpa.persistence.criteria.AliasContext)">asVariable</A></B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/AliasContext.html" title="interface in org.apache.openjpa.persistence.criteria">AliasContext</A>&nbsp;q)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a string representation of this node as a variable in the context of the given query.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ 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="acceptVisit(org.apache.openjpa.persistence.criteria.CriteriaExpressionVisitor)"><!-- --></A><H3>
acceptVisit</H3>
<PRE>
void <B>acceptVisit</B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpressionVisitor.html" title="interface in org.apache.openjpa.persistence.criteria">CriteriaExpressionVisitor</A>&nbsp;visitor)</PRE>
<DL>
<DD>Accept visit from the given visitor. The receiver is responsible
to propagate the visitor to the constituent sub-nodes if any.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>visitor</CODE> - a processor to walk the nodes of a tree.</DL>
</DD>
</DL>
<HR>
<A NAME="asValue(org.apache.openjpa.persistence.criteria.AliasContext)"><!-- --></A><H3>
asValue</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A> <B>asValue</B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/AliasContext.html" title="interface in org.apache.openjpa.persistence.criteria">AliasContext</A>&nbsp;q)</PRE>
<DL>
<DD>Get a string representation of this node as a value in the context of the given query.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="asVariable(org.apache.openjpa.persistence.criteria.AliasContext)"><!-- --></A><H3>
asVariable</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A> <B>asVariable</B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/AliasContext.html" title="interface in org.apache.openjpa.persistence.criteria">AliasContext</A>&nbsp;q)</PRE>
<DL>
<DD>Get a string representation of this node as a variable in the context of the given query.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="asProjection(org.apache.openjpa.persistence.criteria.AliasContext)"><!-- --></A><H3>
asProjection</H3>
<PRE>
<A HREF="http://java.sun.com/j2se/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</A> <B>asProjection</B>(<A HREF="../../../../../org/apache/openjpa/persistence/criteria/AliasContext.html" title="interface in org.apache.openjpa.persistence.criteria">AliasContext</A>&nbsp;q)</PRE>
<DL>
<DD>Get a string representation of this node as a projection term in the context of the given query.
<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="class-use/CriteriaExpression.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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-all.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/apache/openjpa/persistence/criteria/CriteriaBuilderImpl.html" title="class in org.apache.openjpa.persistence.criteria"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/openjpa/persistence/criteria/CriteriaExpressionBuilder.html" title="class in org.apache.openjpa.persistence.criteria"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/openjpa/persistence/criteria/CriteriaExpression.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="CriteriaExpression.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;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2006-2011 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>