blob: 9a4e60b5cfdca75df590bba18b7b4035c246dfdb [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Sat Sep 20 17:22:57 FET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ConfigurationNodeVisitor (Cayenne Documentation 3.1 API)</title>
<meta name="date" content="2014-09-20">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ConfigurationNodeVisitor (Cayenne Documentation 3.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ConfigurationNodeVisitor.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cayenne/configuration/ConfigurationTree.html" title="class in org.apache.cayenne.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" target="_top">Frames</a></li>
<li><a href="ConfigurationNodeVisitor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></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>
</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 name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cayenne.configuration</div>
<h2 title="Interface ConfigurationNodeVisitor" class="title">Interface ConfigurationNodeVisitor&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/apache/cayenne/configuration/BaseConfigurationNodeVisitor.html" title="class in org.apache.cayenne.configuration">BaseConfigurationNodeVisitor</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">ConfigurationNodeVisitor&lt;T&gt;</span></pre>
<div class="block">A visitor interface for implementing operations on different types of
<a href="../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration"><code>ConfigurationNode</code></a> objects.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>3.1</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitDataChannelDescriptor(org.apache.cayenne.configuration.DataChannelDescriptor)">visitDataChannelDescriptor</a></strong>(<a href="../../../../org/apache/cayenne/configuration/DataChannelDescriptor.html" title="class in org.apache.cayenne.configuration">DataChannelDescriptor</a>&nbsp;channelDescriptor)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitDataMap(org.apache.cayenne.map.DataMap)">visitDataMap</a></strong>(<a href="../../../../org/apache/cayenne/map/DataMap.html" title="class in org.apache.cayenne.map">DataMap</a>&nbsp;dataMap)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitDataNodeDescriptor(org.apache.cayenne.configuration.DataNodeDescriptor)">visitDataNodeDescriptor</a></strong>(<a href="../../../../org/apache/cayenne/configuration/DataNodeDescriptor.html" title="class in org.apache.cayenne.configuration">DataNodeDescriptor</a>&nbsp;nodeDescriptor)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitDbAttribute(org.apache.cayenne.map.DbAttribute)">visitDbAttribute</a></strong>(<a href="../../../../org/apache/cayenne/map/DbAttribute.html" title="class in org.apache.cayenne.map">DbAttribute</a>&nbsp;attribute)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitDbEntity(org.apache.cayenne.map.DbEntity)">visitDbEntity</a></strong>(<a href="../../../../org/apache/cayenne/map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&nbsp;entity)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitDbRelationship(org.apache.cayenne.map.DbRelationship)">visitDbRelationship</a></strong>(<a href="../../../../org/apache/cayenne/map/DbRelationship.html" title="class in org.apache.cayenne.map">DbRelationship</a>&nbsp;relationship)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitEmbeddable(org.apache.cayenne.map.Embeddable)">visitEmbeddable</a></strong>(<a href="../../../../org/apache/cayenne/map/Embeddable.html" title="class in org.apache.cayenne.map">Embeddable</a>&nbsp;embeddable)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitEmbeddableAttribute(org.apache.cayenne.map.EmbeddableAttribute)">visitEmbeddableAttribute</a></strong>(<a href="../../../../org/apache/cayenne/map/EmbeddableAttribute.html" title="class in org.apache.cayenne.map">EmbeddableAttribute</a>&nbsp;attribute)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitObjAttribute(org.apache.cayenne.map.ObjAttribute)">visitObjAttribute</a></strong>(<a href="../../../../org/apache/cayenne/map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&nbsp;attribute)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitObjEntity(org.apache.cayenne.map.ObjEntity)">visitObjEntity</a></strong>(<a href="../../../../org/apache/cayenne/map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a>&nbsp;entity)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitObjRelationship(org.apache.cayenne.map.ObjRelationship)">visitObjRelationship</a></strong>(<a href="../../../../org/apache/cayenne/map/ObjRelationship.html" title="class in org.apache.cayenne.map">ObjRelationship</a>&nbsp;relationship)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitProcedure(org.apache.cayenne.map.Procedure)">visitProcedure</a></strong>(<a href="../../../../org/apache/cayenne/map/Procedure.html" title="class in org.apache.cayenne.map">Procedure</a>&nbsp;procedure)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitProcedureParameter(org.apache.cayenne.map.ProcedureParameter)">visitProcedureParameter</a></strong>(<a href="../../../../org/apache/cayenne/map/ProcedureParameter.html" title="class in org.apache.cayenne.map">ProcedureParameter</a>&nbsp;parameter)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html#visitQuery(org.apache.cayenne.query.Query)">visitQuery</a></strong>(<a href="../../../../org/apache/cayenne/query/Query.html" title="interface in org.apache.cayenne.query">Query</a>&nbsp;query)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="visitDataChannelDescriptor(org.apache.cayenne.configuration.DataChannelDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDataChannelDescriptor</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitDataChannelDescriptor(<a href="../../../../org/apache/cayenne/configuration/DataChannelDescriptor.html" title="class in org.apache.cayenne.configuration">DataChannelDescriptor</a>&nbsp;channelDescriptor)</pre>
</li>
</ul>
<a name="visitDataNodeDescriptor(org.apache.cayenne.configuration.DataNodeDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDataNodeDescriptor</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitDataNodeDescriptor(<a href="../../../../org/apache/cayenne/configuration/DataNodeDescriptor.html" title="class in org.apache.cayenne.configuration">DataNodeDescriptor</a>&nbsp;nodeDescriptor)</pre>
</li>
</ul>
<a name="visitDataMap(org.apache.cayenne.map.DataMap)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDataMap</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitDataMap(<a href="../../../../org/apache/cayenne/map/DataMap.html" title="class in org.apache.cayenne.map">DataMap</a>&nbsp;dataMap)</pre>
</li>
</ul>
<a name="visitObjEntity(org.apache.cayenne.map.ObjEntity)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitObjEntity</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitObjEntity(<a href="../../../../org/apache/cayenne/map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a>&nbsp;entity)</pre>
</li>
</ul>
<a name="visitDbEntity(org.apache.cayenne.map.DbEntity)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDbEntity</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitDbEntity(<a href="../../../../org/apache/cayenne/map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&nbsp;entity)</pre>
</li>
</ul>
<a name="visitEmbeddable(org.apache.cayenne.map.Embeddable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitEmbeddable</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitEmbeddable(<a href="../../../../org/apache/cayenne/map/Embeddable.html" title="class in org.apache.cayenne.map">Embeddable</a>&nbsp;embeddable)</pre>
</li>
</ul>
<a name="visitEmbeddableAttribute(org.apache.cayenne.map.EmbeddableAttribute)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitEmbeddableAttribute</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitEmbeddableAttribute(<a href="../../../../org/apache/cayenne/map/EmbeddableAttribute.html" title="class in org.apache.cayenne.map">EmbeddableAttribute</a>&nbsp;attribute)</pre>
</li>
</ul>
<a name="visitObjAttribute(org.apache.cayenne.map.ObjAttribute)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitObjAttribute</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitObjAttribute(<a href="../../../../org/apache/cayenne/map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&nbsp;attribute)</pre>
</li>
</ul>
<a name="visitDbAttribute(org.apache.cayenne.map.DbAttribute)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDbAttribute</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitDbAttribute(<a href="../../../../org/apache/cayenne/map/DbAttribute.html" title="class in org.apache.cayenne.map">DbAttribute</a>&nbsp;attribute)</pre>
</li>
</ul>
<a name="visitObjRelationship(org.apache.cayenne.map.ObjRelationship)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitObjRelationship</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitObjRelationship(<a href="../../../../org/apache/cayenne/map/ObjRelationship.html" title="class in org.apache.cayenne.map">ObjRelationship</a>&nbsp;relationship)</pre>
</li>
</ul>
<a name="visitDbRelationship(org.apache.cayenne.map.DbRelationship)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDbRelationship</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitDbRelationship(<a href="../../../../org/apache/cayenne/map/DbRelationship.html" title="class in org.apache.cayenne.map">DbRelationship</a>&nbsp;relationship)</pre>
</li>
</ul>
<a name="visitProcedure(org.apache.cayenne.map.Procedure)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitProcedure</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitProcedure(<a href="../../../../org/apache/cayenne/map/Procedure.html" title="class in org.apache.cayenne.map">Procedure</a>&nbsp;procedure)</pre>
</li>
</ul>
<a name="visitProcedureParameter(org.apache.cayenne.map.ProcedureParameter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitProcedureParameter</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitProcedureParameter(<a href="../../../../org/apache/cayenne/map/ProcedureParameter.html" title="class in org.apache.cayenne.map">ProcedureParameter</a>&nbsp;parameter)</pre>
</li>
</ul>
<a name="visitQuery(org.apache.cayenne.query.Query)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>visitQuery</h4>
<pre><a href="../../../../org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" title="type parameter in ConfigurationNodeVisitor">T</a>&nbsp;visitQuery(<a href="../../../../org/apache/cayenne/query/Query.html" title="interface in org.apache.cayenne.query">Query</a>&nbsp;query)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ConfigurationNodeVisitor.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/cayenne/configuration/ConfigurationNode.html" title="interface in org.apache.cayenne.configuration"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/cayenne/configuration/ConfigurationTree.html" title="class in org.apache.cayenne.configuration"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cayenne/configuration/ConfigurationNodeVisitor.html" target="_top">Frames</a></li>
<li><a href="ConfigurationNodeVisitor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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>
</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 name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2014 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</body>
</html>