blob: d5412ffc5ba0a2bef46c4df086b270afcdf03647 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.10) on Mon Dec 05 10:27:04 MSK 2022 -->
<title>EJBQLExpression (cayenne-doc: Cayenne Documentation 4.2.RC2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-12-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="EJBQLExpression (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../";
var useModuleDirectories = false;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EJBQLExpression.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><a href="http://cayenne.apache.org" target="top">Apache Cayenne</a></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.cayenne.ejbql</a></div>
<h2 title="Interface EJBQLExpression" class="title">Interface EJBQLExpression</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="parser/Node.html" title="interface in org.apache.cayenne.ejbql.parser">Node</a></code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="parser/AggregateConditionNode.html" title="class in org.apache.cayenne.ejbql.parser">AggregateConditionNode</a></code>, <code><a href="parser/EJBQLAbs.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAbs</a></code>, <code><a href="parser/EJBQLAbstractSchemaName.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAbstractSchemaName</a></code>, <code><a href="parser/EJBQLAdd.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAdd</a></code>, <code><a href="parser/EJBQLAggregate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAggregate</a></code>, <code><a href="parser/EJBQLAggregateColumn.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAggregateColumn</a></code>, <code><a href="parser/EJBQLAll.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAll</a></code>, <code><a href="parser/EJBQLAnd.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAnd</a></code>, <code><a href="parser/EJBQLAny.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAny</a></code>, <code><a href="parser/EJBQLAscending.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAscending</a></code>, <code><a href="parser/EJBQLAverage.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLAverage</a></code>, <code><a href="parser/EJBQLBetween.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLBetween</a></code>, <code><a href="parser/EJBQLBooleanLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLBooleanLiteral</a></code>, <code><a href="parser/EJBQLClassName.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLClassName</a></code>, <code><a href="parser/EJBQLConcat.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConcat</a></code>, <code><a href="parser/EJBQLConstructor.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConstructor</a></code>, <code><a href="parser/EJBQLConstructorParameter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConstructorParameter</a></code>, <code><a href="parser/EJBQLConstructorParameters.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLConstructorParameters</a></code>, <code><a href="parser/EJBQLCount.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCount</a></code>, <code><a href="parser/EJBQLCurrentDate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCurrentDate</a></code>, <code><a href="parser/EJBQLCurrentTime.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCurrentTime</a></code>, <code><a href="parser/EJBQLCurrentTimestamp.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLCurrentTimestamp</a></code>, <code><a href="parser/EJBQLDbPath.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDbPath</a></code>, <code><a href="parser/EJBQLDecimalLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDecimalLiteral</a></code>, <code><a href="parser/EJBQLDelete.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDelete</a></code>, <code><a href="parser/EJBQLDescending.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDescending</a></code>, <code><a href="parser/EJBQLDistinct.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDistinct</a></code>, <code><a href="parser/EJBQLDivide.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLDivide</a></code>, <code><a href="parser/EJBQLEquals.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLEquals</a></code>, <code><a href="parser/EJBQLEscapeCharacter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLEscapeCharacter</a></code>, <code><a href="parser/EJBQLExists.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLExists</a></code>, <code><a href="parser/EJBQLFrom.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLFrom</a></code>, <code><a href="parser/EJBQLFromItem.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLFromItem</a></code>, <code><a href="parser/EJBQLGreaterOrEqual.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLGreaterOrEqual</a></code>, <code><a href="parser/EJBQLGreaterThan.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLGreaterThan</a></code>, <code><a href="parser/EJBQLGroupBy.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLGroupBy</a></code>, <code><a href="parser/EJBQLHaving.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLHaving</a></code>, <code><a href="parser/EJBQLIdentificationVariable.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIdentificationVariable</a></code>, <code><a href="parser/EJBQLIdentifier.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIdentifier</a></code>, <code><a href="parser/EJBQLIn.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIn</a></code>, <code><a href="parser/EJBQLInnerFetchJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLInnerFetchJoin</a></code>, <code><a href="parser/EJBQLInnerJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLInnerJoin</a></code>, <code><a href="parser/EJBQLIntegerLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIntegerLiteral</a></code>, <code><a href="parser/EJBQLIsEmpty.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIsEmpty</a></code>, <code><a href="parser/EJBQLIsNull.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLIsNull</a></code>, <code><a href="parser/EJBQLJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLJoin</a></code>, <code><a href="parser/EJBQLLength.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLength</a></code>, <code><a href="parser/EJBQLLessOrEqual.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLessOrEqual</a></code>, <code><a href="parser/EJBQLLessThan.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLessThan</a></code>, <code><a href="parser/EJBQLLike.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLike</a></code>, <code><a href="parser/EJBQLLocate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLocate</a></code>, <code><a href="parser/EJBQLLower.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLLower</a></code>, <code><a href="parser/EJBQLMax.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMax</a></code>, <code><a href="parser/EJBQLMemberOf.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMemberOf</a></code>, <code><a href="parser/EJBQLMin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMin</a></code>, <code><a href="parser/EJBQLMod.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMod</a></code>, <code><a href="parser/EJBQLMultiply.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLMultiply</a></code>, <code><a href="parser/EJBQLNamedInputParameter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNamedInputParameter</a></code>, <code><a href="parser/EJBQLNegative.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNegative</a></code>, <code><a href="parser/EJBQLNot.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNot</a></code>, <code><a href="parser/EJBQLNotEquals.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLNotEquals</a></code>, <code><a href="parser/EJBQLOr.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOr</a></code>, <code><a href="parser/EJBQLOrderBy.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOrderBy</a></code>, <code><a href="parser/EJBQLOrderByItem.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOrderByItem</a></code>, <code><a href="parser/EJBQLOuterFetchJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOuterFetchJoin</a></code>, <code><a href="parser/EJBQLOuterJoin.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLOuterJoin</a></code>, <code><a href="parser/EJBQLPath.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLPath</a></code>, <code><a href="parser/EJBQLPatternValue.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLPatternValue</a></code>, <code><a href="parser/EJBQLPositionalInputParameter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLPositionalInputParameter</a></code>, <code><a href="parser/EJBQLSelect.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelect</a></code>, <code><a href="parser/EJBQLSelectClause.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelectClause</a></code>, <code><a href="parser/EJBQLSelectExpression.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelectExpression</a></code>, <code><a href="parser/EJBQLSelectExpressions.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSelectExpressions</a></code>, <code><a href="parser/EJBQLSize.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSize</a></code>, <code><a href="parser/EJBQLSqrt.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSqrt</a></code>, <code><a href="parser/EJBQLStringLiteral.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLStringLiteral</a></code>, <code><a href="parser/EJBQLSubselect.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSubselect</a></code>, <code><a href="parser/EJBQLSubstring.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSubstring</a></code>, <code><a href="parser/EJBQLSubtract.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSubtract</a></code>, <code><a href="parser/EJBQLSum.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLSum</a></code>, <code><a href="parser/EJBQLTok.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTok</a></code>, <code><a href="parser/EJBQLTrim.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrim</a></code>, <code><a href="parser/EJBQLTrimBoth.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimBoth</a></code>, <code><a href="parser/EJBQLTrimCharacter.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimCharacter</a></code>, <code><a href="parser/EJBQLTrimLeading.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimLeading</a></code>, <code><a href="parser/EJBQLTrimSpecification.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimSpecification</a></code>, <code><a href="parser/EJBQLTrimTrailing.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLTrimTrailing</a></code>, <code><a href="parser/EJBQLUpdate.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdate</a></code>, <code><a href="parser/EJBQLUpdateField.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdateField</a></code>, <code><a href="parser/EJBQLUpdateItem.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdateItem</a></code>, <code><a href="parser/EJBQLUpdateValue.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpdateValue</a></code>, <code><a href="parser/EJBQLUpper.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLUpper</a></code>, <code><a href="parser/EJBQLWhere.html" title="class in org.apache.cayenne.ejbql.parser">EJBQLWhere</a></code>, <code><a href="parser/SimpleNode.html" title="class in org.apache.cayenne.ejbql.parser">SimpleNode</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">EJBQLExpression</span></pre>
<div class="block">An abstract EJBQL expression interface.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.0</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getChild(int)">getChild</a></span>&#8203;(int&nbsp;index)</code></th>
<td class="colLast">
<div class="block">Returns a child expression node at the specified index.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getChildrenCount()">getChildrenCount</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a number of child operands of this expression node.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getText()">getText</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a text property of the node.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isNegated()">isNegated</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an optional boolean flag that negates the value of the expression.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visit(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">visit</a></span>&#8203;(<a href="EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor)</code></th>
<td class="colLast">
<div class="block">Accepts a visitor, calling appropriate visitor method.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="visit(org.apache.cayenne.ejbql.EJBQLExpressionVisitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visit</h4>
<pre class="methodSignature">void&nbsp;visit&#8203;(<a href="EJBQLExpressionVisitor.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpressionVisitor</a>&nbsp;visitor)</pre>
<div class="block">Accepts a visitor, calling appropriate visitor method. If the visitor method
returns true, visits all children, otherwise stops.</div>
</li>
</ul>
<a id="getChildrenCount()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChildrenCount</h4>
<pre class="methodSignature">int&nbsp;getChildrenCount()</pre>
<div class="block">Returns a number of child operands of this expression node.</div>
</li>
</ul>
<a id="getChild(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChild</h4>
<pre class="methodSignature"><a href="EJBQLExpression.html" title="interface in org.apache.cayenne.ejbql">EJBQLExpression</a>&nbsp;getChild&#8203;(int&nbsp;index)</pre>
<div class="block">Returns a child expression node at the specified index.</div>
</li>
</ul>
<a id="getText()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getText</h4>
<pre class="methodSignature"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;getText()</pre>
<div class="block">Returns a text property of the node.</div>
</li>
</ul>
<a id="isNegated()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isNegated</h4>
<pre class="methodSignature">boolean&nbsp;isNegated()</pre>
<div class="block">Returns an optional boolean flag that negates the value of the expression.</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/EJBQLExpression.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><a href="http://cayenne.apache.org" target="top">Apache Cayenne</a></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2022 <a href="https://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</footer>
</body>
</html>