blob: b703bef942dbabda90a3eb247dc9118bb0b5280b [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>PersistentDescriptor (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="PersistentDescriptor (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 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/PersistentDescriptor.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&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.reflect</a></div>
<h2 title="Class PersistentDescriptor" class="title">Class PersistentDescriptor</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cayenne.reflect.PersistentDescriptor</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">PersistentDescriptor</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>
implements <a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></pre>
<div class="block">A default ClassDescriptor implementation for persistent objects.</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">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#additionalDbEntities">additionalDbEntities</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#allDiscriminatorColumns">allDiscriminatorColumns</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#declaredProperties">declaredProperties</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entity">entity</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../map/EntityInheritanceTree.html" title="class in org.apache.cayenne.map">EntityInheritanceTree</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entityInheritanceTree">entityInheritanceTree</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#entityQualifier">entityQualifier</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="AttributeProperty.html" title="interface in org.apache.cayenne.reflect">AttributeProperty</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#idProperties">idProperties</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="ArcProperty.html" title="interface in org.apache.cayenne.reflect">ArcProperty</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#mapArcProperties">mapArcProperties</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#objectClass">objectClass</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="Accessor.html" title="interface in org.apache.cayenne.reflect">Accessor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#persistenceStateAccessor">persistenceStateAccessor</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#properties">properties</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rootDbEntities">rootDbEntities</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#subclassDescriptors">subclassDescriptors</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#superclassDescriptor">superclassDescriptor</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E()">PersistentDescriptor</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a PersistentDescriptor.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== 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="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete 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>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addDeclaredProperty(org.apache.cayenne.reflect.PropertyDescriptor)">addDeclaredProperty</a></span>&#8203;(<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&nbsp;property)</code></th>
<td class="colLast">
<div class="block">Registers a property.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addRootDbEntity(org.apache.cayenne.map.DbEntity)">addRootDbEntity</a></span>&#8203;(<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&nbsp;dbEntity)</code></th>
<td class="colLast">
<div class="block">Adds a root DbEntity to the list of roots, filtering duplicates.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addSubclassDescriptor(java.lang.String,org.apache.cayenne.reflect.ClassDescriptor)">addSubclassDescriptor</a></span>&#8203;(<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;className,
<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&nbsp;subclassDescriptor)</code></th>
<td class="colLast">
<div class="block">Adds a subclass descriptor that maps to a given class name.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addSuperProperty(org.apache.cayenne.reflect.PropertyDescriptor)">addSuperProperty</a></span>&#8203;(<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&nbsp;property)</code></th>
<td class="colLast">
<div class="block">Registers a superclass property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createObject()">createObject</a></span>()</code></th>
<td class="colLast">
<div class="block">Creates a new instance of a class described by this object.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAdditionalDbEntities()">getAdditionalDbEntities</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns information about additional db entities that is used for this ObjEntity (i.e.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDeclaredProperty(java.lang.String)">getDeclaredProperty</a></span>&#8203;(<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;propertyName)</code></th>
<td class="colLast">
<div class="block">Returns a Java Bean property descriptor matching property name or null if no such
property is found.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDiscriminatorColumns()">getDiscriminatorColumns</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a collection of ObjAttribute for the described class, its superclasses and
subclasses, that participate in inheritance qualifier.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEntity()">getEntity</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an ObjEntity associated with this descriptor.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../map/EntityInheritanceTree.html" title="class in org.apache.cayenne.map">EntityInheritanceTree</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEntityInheritanceTree()">getEntityInheritanceTree</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEntityQualifier()">getEntityQualifier</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns entity qualifier as a Cayenne expression that includes qualifiers for this
entity and all subentities.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="AttributeProperty.html" title="interface in org.apache.cayenne.reflect">AttributeProperty</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getIdProperties()">getIdProperties</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a collection of the properties mapped to id columns.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="ArcProperty.html" title="interface in org.apache.cayenne.reflect">ArcProperty</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getMapArcProperties()">getMapArcProperties</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a collection over the arc properties whose reverse arcs are to-many maps.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getObjectClass()">getObjectClass</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a class mapped by this descriptor.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getProperty(java.lang.String)">getProperty</a></span>&#8203;(<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;propertyName)</code></th>
<td class="colLast">
<div class="block">Recursively looks up property descriptor in this class descriptor and all
superclass descriptors.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRootDbEntities()">getRootDbEntities</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a collection of DbEntities that are the root tables for this descriptor's
ObjEntity.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSubclassDescriptor(java.lang.Class)">getSubclassDescriptor</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt;&nbsp;objectClass)</code></th>
<td class="colLast">
<div class="block">Returns the most "specialized" descriptor for a given class.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSuperclassDescriptor()">getSuperclassDescriptor</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a descriptor of the mapped superclass or null if the descriptor's
entity sits at the top of inheritance hierarchy.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hasSubclasses()">hasSubclasses</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns whether this class has persistent subclasses.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#injectValueHolders(java.lang.Object)">injectValueHolders</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;object)</code></th>
<td class="colLast">
<div class="block">Invokes 'prepareForAccess' of a super descriptor and then invokes
'prepareForAccess' of each declared property.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isFault(java.lang.Object)">isFault</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;object)</code></th>
<td class="colLast">
<div class="block">Returns true if an object is not fully resolved.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#removeDeclaredProperty(java.lang.String)">removeDeclaredProperty</a></span>&#8203;(<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;propertyName)</code></th>
<td class="colLast">
<div class="block">Removes declared property.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDiscriminatorColumns(java.util.Collection)">setDiscriminatorColumns</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&gt;&nbsp;columns)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setEntity(org.apache.cayenne.map.ObjEntity)">setEntity</a></span>&#8203;(<a href="../map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a>&nbsp;entity)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setEntityInheritanceTree(org.apache.cayenne.map.EntityInheritanceTree)">setEntityInheritanceTree</a></span>&#8203;(<a href="../map/EntityInheritanceTree.html" title="class in org.apache.cayenne.map">EntityInheritanceTree</a>&nbsp;entityInheritanceTree)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setEntityQualifier(org.apache.cayenne.exp.Expression)">setEntityQualifier</a></span>&#8203;(<a href="../exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;entityQualifier)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setPersistenceStateAccessor(org.apache.cayenne.reflect.Accessor)">setPersistenceStateAccessor</a></span>&#8203;(<a href="Accessor.html" title="interface in org.apache.cayenne.reflect">Accessor</a>&nbsp;persistenceStateAccessor)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setSuperclassDescriptor(org.apache.cayenne.reflect.ClassDescriptor)">setSuperclassDescriptor</a></span>&#8203;(<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&nbsp;superclassDescriptor)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#shallowMerge(java.lang.Object,java.lang.Object)">shallowMerge</a></span>&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;from,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;to)</code></th>
<td class="colLast">
<div class="block">Copies object properties from one object to another.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitAllProperties(org.apache.cayenne.reflect.PropertyVisitor)">visitAllProperties</a></span>&#8203;(<a href="PropertyVisitor.html" title="interface in org.apache.cayenne.reflect">PropertyVisitor</a>&nbsp;visitor)</code></th>
<td class="colLast">
<div class="block">Passes the visitor to the properties "visit" method for a combination of all
properties, including properties declared in this descriptor, its super
descriptors, and all subdescriptors.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitDeclaredProperties(org.apache.cayenne.reflect.PropertyVisitor)">visitDeclaredProperties</a></span>&#8203;(<a href="PropertyVisitor.html" title="interface in org.apache.cayenne.reflect">PropertyVisitor</a>&nbsp;visitor)</code></th>
<td class="colLast">
<div class="block">Passes the visitor to the properties "visit" method for all properties declared in
this descriptor.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#visitProperties(org.apache.cayenne.reflect.PropertyVisitor)">visitProperties</a></span>&#8203;(<a href="PropertyVisitor.html" title="interface in org.apache.cayenne.reflect">PropertyVisitor</a>&nbsp;visitor)</code></th>
<td class="colLast">
<div class="block">Passes the visitor to the properties "visit" method for all properties declared in
this descriptor and all its super-decsriptors.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang" class="externalLink">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang" class="externalLink">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang" class="externalLink">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang" class="externalLink">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang" class="externalLink">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang" class="externalLink">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang" class="externalLink">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang" class="externalLink">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang" class="externalLink">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,int)" title="class or interface in java.lang" class="externalLink">wait</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="superclassDescriptor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>superclassDescriptor</h4>
<pre>protected&nbsp;<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a> superclassDescriptor</pre>
</li>
</ul>
<a id="objectClass">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>objectClass</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt; objectClass</pre>
</li>
</ul>
<a id="declaredProperties">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>declaredProperties</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&gt; declaredProperties</pre>
</li>
</ul>
<a id="properties">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>properties</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&gt; properties</pre>
</li>
</ul>
<a id="subclassDescriptors">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>subclassDescriptors</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&gt; subclassDescriptors</pre>
</li>
</ul>
<a id="persistenceStateAccessor">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>persistenceStateAccessor</h4>
<pre>protected&nbsp;<a href="Accessor.html" title="interface in org.apache.cayenne.reflect">Accessor</a> persistenceStateAccessor</pre>
</li>
</ul>
<a id="entity">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>entity</h4>
<pre>protected&nbsp;<a href="../map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a> entity</pre>
</li>
</ul>
<a id="rootDbEntities">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rootDbEntities</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt; rootDbEntities</pre>
</li>
</ul>
<a id="additionalDbEntities">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>additionalDbEntities</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt; additionalDbEntities</pre>
</li>
</ul>
<a id="entityInheritanceTree">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>entityInheritanceTree</h4>
<pre>protected&nbsp;<a href="../map/EntityInheritanceTree.html" title="class in org.apache.cayenne.map">EntityInheritanceTree</a> entityInheritanceTree</pre>
</li>
</ul>
<a id="idProperties">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>idProperties</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="AttributeProperty.html" title="interface in org.apache.cayenne.reflect">AttributeProperty</a>&gt; idProperties</pre>
</li>
</ul>
<a id="mapArcProperties">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapArcProperties</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="ArcProperty.html" title="interface in org.apache.cayenne.reflect">ArcProperty</a>&gt; mapArcProperties</pre>
</li>
</ul>
<a id="allDiscriminatorColumns">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>allDiscriminatorColumns</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&gt; allDiscriminatorColumns</pre>
</li>
</ul>
<a id="entityQualifier">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>entityQualifier</h4>
<pre>protected&nbsp;<a href="../exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a> entityQualifier</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PersistentDescriptor</h4>
<pre>public&nbsp;PersistentDescriptor()</pre>
<div class="block">Creates a PersistentDescriptor.</div>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="setDiscriminatorColumns(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDiscriminatorColumns</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setDiscriminatorColumns&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&gt;&nbsp;columns)</pre>
</li>
</ul>
<a id="addSuperProperty(org.apache.cayenne.reflect.PropertyDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addSuperProperty</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addSuperProperty&#8203;(<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&nbsp;property)</pre>
<div class="block">Registers a superclass property.</div>
</li>
</ul>
<a id="addDeclaredProperty(org.apache.cayenne.reflect.PropertyDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addDeclaredProperty</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addDeclaredProperty&#8203;(<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&nbsp;property)</pre>
<div class="block">Registers a property. This method is useful to customize default
ClassDescriptor generated from ObjEntity by adding new properties or
overriding the standard ones.</div>
</li>
</ul>
<a id="addRootDbEntity(org.apache.cayenne.map.DbEntity)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addRootDbEntity</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addRootDbEntity&#8203;(<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&nbsp;dbEntity)</pre>
<div class="block">Adds a root DbEntity to the list of roots, filtering duplicates.</div>
</li>
</ul>
<a id="removeDeclaredProperty(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeDeclaredProperty</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;removeDeclaredProperty&#8203;(<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;propertyName)</pre>
<div class="block">Removes declared property. This method can be used to customize default
ClassDescriptor generated from ObjEntity.</div>
</li>
</ul>
<a id="addSubclassDescriptor(java.lang.String,org.apache.cayenne.reflect.ClassDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addSubclassDescriptor</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;addSubclassDescriptor&#8203;(<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;className,
<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&nbsp;subclassDescriptor)</pre>
<div class="block">Adds a subclass descriptor that maps to a given class name.</div>
</li>
</ul>
<a id="getEntity()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntity</h4>
<pre class="methodSignature">public&nbsp;<a href="../map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a>&nbsp;getEntity()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getEntity()">ClassDescriptor</a></code></span></div>
<div class="block">Returns an ObjEntity associated with this descriptor.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getEntity()">getEntity</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getRootDbEntities()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getRootDbEntities</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt;&nbsp;getRootDbEntities()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getRootDbEntities()">ClassDescriptor</a></code></span></div>
<div class="block">Returns a collection of DbEntities that are the root tables for this descriptor's
ObjEntity. Usually such collection would contain only one entity, however in cases
involving subclass horizontal inheritance, it will be more than one, and in cases
of abstract entities with no subclasses, the collection will be empty.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getRootDbEntities()">getRootDbEntities</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getAdditionalDbEntities()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAdditionalDbEntities</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util" class="externalLink">Map</a>&lt;<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>,&#8203;<a href="../map/DbEntity.html" title="class in org.apache.cayenne.map">DbEntity</a>&gt;&nbsp;getAdditionalDbEntities()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getAdditionalDbEntities()">ClassDescriptor</a></code></span></div>
<div class="block">Returns information about additional db entities that is used for this ObjEntity (i.e. for flattened attributes).
<p>
Keys are full paths for corresponding flattened attributes.
<p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getAdditionalDbEntities()">getAdditionalDbEntities</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>information about additional db entities</dd>
</dl>
</li>
</ul>
<a id="isFault(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isFault</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isFault&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;object)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#isFault(java.lang.Object)">ClassDescriptor</a></code></span></div>
<div class="block">Returns true if an object is not fully resolved.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#isFault(java.lang.Object)">isFault</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getObjectClass()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getObjectClass</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt;&nbsp;getObjectClass()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getObjectClass()">ClassDescriptor</a></code></span></div>
<div class="block">Returns a class mapped by this descriptor.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getObjectClass()">getObjectClass</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getSubclassDescriptor(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSubclassDescriptor</h4>
<pre class="methodSignature">public&nbsp;<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&nbsp;getSubclassDescriptor&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang" class="externalLink">Class</a>&lt;?&gt;&nbsp;objectClass)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getSubclassDescriptor(java.lang.Class)">ClassDescriptor</a></code></span></div>
<div class="block">Returns the most "specialized" descriptor for a given class. This method assumes
that the following is true:
<pre>
this.getObjectClass().isAssignableFrom(objectClass)
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getSubclassDescriptor(java.lang.Class)">getSubclassDescriptor</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getDiscriminatorColumns()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDiscriminatorColumns</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="../map/ObjAttribute.html" title="class in org.apache.cayenne.map">ObjAttribute</a>&gt;&nbsp;getDiscriminatorColumns()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getDiscriminatorColumns()">ClassDescriptor</a></code></span></div>
<div class="block">Returns a collection of ObjAttribute for the described class, its superclasses and
subclasses, that participate in inheritance qualifier. If a discriminator
expression specifies a DbAttribute instead of an ObjAttribute, a synthetic
ObjAttribute is created and returned.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getDiscriminatorColumns()">getDiscriminatorColumns</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getIdProperties()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIdProperties</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="AttributeProperty.html" title="interface in org.apache.cayenne.reflect">AttributeProperty</a>&gt;&nbsp;getIdProperties()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getIdProperties()">ClassDescriptor</a></code></span></div>
<div class="block">Returns a collection of the properties mapped to id columns.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getIdProperties()">getIdProperties</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getMapArcProperties()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapArcProperties</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util" class="externalLink">Collection</a>&lt;<a href="ArcProperty.html" title="interface in org.apache.cayenne.reflect">ArcProperty</a>&gt;&nbsp;getMapArcProperties()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getMapArcProperties()">ClassDescriptor</a></code></span></div>
<div class="block">Returns a collection over the arc properties whose reverse arcs are to-many maps.
I.e. for each ArcProperty in returned collection, the following is true:
<pre>
arc.getComplimentaryReverseArc() instanceof ToManyMapProperty
</pre></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getMapArcProperties()">getMapArcProperties</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getProperty(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProperty</h4>
<pre class="methodSignature">public&nbsp;<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&nbsp;getProperty&#8203;(<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;propertyName)</pre>
<div class="block">Recursively looks up property descriptor in this class descriptor and all
superclass descriptors.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getProperty(java.lang.String)">getProperty</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getDeclaredProperty(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDeclaredProperty</h4>
<pre class="methodSignature">public&nbsp;<a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a>&nbsp;getDeclaredProperty&#8203;(<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;propertyName)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getDeclaredProperty(java.lang.String)">ClassDescriptor</a></code></span></div>
<div class="block">Returns a Java Bean property descriptor matching property name or null if no such
property is found. Lookup DOES NOT including properties from the superclass
descriptors. Returned property can be any one of <a href="AttributeProperty.html" title="interface in org.apache.cayenne.reflect"><code>AttributeProperty</code></a>,
<a href="ToManyProperty.html" title="interface in org.apache.cayenne.reflect"><code>ToManyProperty</code></a>, <a href="ToOneProperty.html" title="interface in org.apache.cayenne.reflect"><code>ToOneProperty</code></a>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getDeclaredProperty(java.lang.String)">getDeclaredProperty</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="getSuperclassDescriptor()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSuperclassDescriptor</h4>
<pre class="methodSignature">public&nbsp;<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&nbsp;getSuperclassDescriptor()</pre>
<div class="block">Returns a descriptor of the mapped superclass or null if the descriptor's
entity sits at the top of inheritance hierarchy.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getSuperclassDescriptor()">getSuperclassDescriptor</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="createObject()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createObject</h4>
<pre class="methodSignature">public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;createObject()</pre>
<div class="block">Creates a new instance of a class described by this object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#createObject()">createObject</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="injectValueHolders(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>injectValueHolders</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;injectValueHolders&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;object)
throws <a href="PropertyException.html" title="class in org.apache.cayenne.reflect">PropertyException</a></pre>
<div class="block">Invokes 'prepareForAccess' of a super descriptor and then invokes
'prepareForAccess' of each declared property.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#injectValueHolders(java.lang.Object)">injectValueHolders</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="PropertyException.html" title="class in org.apache.cayenne.reflect">PropertyException</a></code></dd>
</dl>
</li>
</ul>
<a id="shallowMerge(java.lang.Object,java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>shallowMerge</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;shallowMerge&#8203;(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;from,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink">Object</a>&nbsp;to)
throws <a href="PropertyException.html" title="class in org.apache.cayenne.reflect">PropertyException</a></pre>
<div class="block">Copies object properties from one object to another. Invokes
'shallowCopy' of a super descriptor and then invokes 'shallowCopy' of
each declared property.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#shallowMerge(java.lang.Object,java.lang.Object)">shallowMerge</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="PropertyException.html" title="class in org.apache.cayenne.reflect">PropertyException</a></code></dd>
</dl>
</li>
</ul>
<a id="visitDeclaredProperties(org.apache.cayenne.reflect.PropertyVisitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitDeclaredProperties</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;visitDeclaredProperties&#8203;(<a href="PropertyVisitor.html" title="interface in org.apache.cayenne.reflect">PropertyVisitor</a>&nbsp;visitor)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#visitDeclaredProperties(org.apache.cayenne.reflect.PropertyVisitor)">ClassDescriptor</a></code></span></div>
<div class="block">Passes the visitor to the properties "visit" method for all properties declared in
this descriptor. This property set excludes inherited properties, even those that
got overridden in this subclass. Walkthrough is terminated in case one of the
properties returns false. Returns true if all visited properties returned true,
false - if one property returned false.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#visitDeclaredProperties(org.apache.cayenne.reflect.PropertyVisitor)">visitDeclaredProperties</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.0</dd>
</dl>
</li>
</ul>
<a id="visitAllProperties(org.apache.cayenne.reflect.PropertyVisitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitAllProperties</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;visitAllProperties&#8203;(<a href="PropertyVisitor.html" title="interface in org.apache.cayenne.reflect">PropertyVisitor</a>&nbsp;visitor)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#visitAllProperties(org.apache.cayenne.reflect.PropertyVisitor)">ClassDescriptor</a></code></span></div>
<div class="block">Passes the visitor to the properties "visit" method for a combination of all
properties, including properties declared in this descriptor, its super
descriptors, and all subdescriptors. Walkthrough is terminated in case one of the
properties returns false. Returns true if all visited properties returned true,
false - if one property returned false.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#visitAllProperties(org.apache.cayenne.reflect.PropertyVisitor)">visitAllProperties</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>3.0</dd>
</dl>
</li>
</ul>
<a id="visitProperties(org.apache.cayenne.reflect.PropertyVisitor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>visitProperties</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;visitProperties&#8203;(<a href="PropertyVisitor.html" title="interface in org.apache.cayenne.reflect">PropertyVisitor</a>&nbsp;visitor)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#visitProperties(org.apache.cayenne.reflect.PropertyVisitor)">ClassDescriptor</a></code></span></div>
<div class="block">Passes the visitor to the properties "visit" method for all properties declared in
this descriptor and all its super-decsriptors. Properties that are overridden in
subdescriptors will include overridden information. Walkthrough is terminated in
case one of the properties returns false. Returns true if all visited properties
returned true, false - if one property returned false.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#visitProperties(org.apache.cayenne.reflect.PropertyVisitor)">visitProperties</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="setPersistenceStateAccessor(org.apache.cayenne.reflect.Accessor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPersistenceStateAccessor</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setPersistenceStateAccessor&#8203;(<a href="Accessor.html" title="interface in org.apache.cayenne.reflect">Accessor</a>&nbsp;persistenceStateAccessor)</pre>
</li>
</ul>
<a id="setEntity(org.apache.cayenne.map.ObjEntity)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEntity</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setEntity&#8203;(<a href="../map/ObjEntity.html" title="class in org.apache.cayenne.map">ObjEntity</a>&nbsp;entity)</pre>
</li>
</ul>
<a id="setSuperclassDescriptor(org.apache.cayenne.reflect.ClassDescriptor)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSuperclassDescriptor</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setSuperclassDescriptor&#8203;(<a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a>&nbsp;superclassDescriptor)</pre>
</li>
</ul>
<a id="getEntityQualifier()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityQualifier</h4>
<pre class="methodSignature">public&nbsp;<a href="../exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;getEntityQualifier()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#getEntityQualifier()">ClassDescriptor</a></code></span></div>
<div class="block">Returns entity qualifier as a Cayenne expression that includes qualifiers for this
entity and all subentities.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getEntityQualifier()">getEntityQualifier</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="setEntityQualifier(org.apache.cayenne.exp.Expression)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEntityQualifier</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setEntityQualifier&#8203;(<a href="../exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;entityQualifier)</pre>
</li>
</ul>
<a id="getEntityInheritanceTree()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityInheritanceTree</h4>
<pre class="methodSignature">public&nbsp;<a href="../map/EntityInheritanceTree.html" title="class in org.apache.cayenne.map">EntityInheritanceTree</a>&nbsp;getEntityInheritanceTree()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#getEntityInheritanceTree()">getEntityInheritanceTree</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</li>
</ul>
<a id="setEntityInheritanceTree(org.apache.cayenne.map.EntityInheritanceTree)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEntityInheritanceTree</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setEntityInheritanceTree&#8203;(<a href="../map/EntityInheritanceTree.html" title="class in org.apache.cayenne.map">EntityInheritanceTree</a>&nbsp;entityInheritanceTree)</pre>
</li>
</ul>
<a id="hasSubclasses()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>hasSubclasses</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;hasSubclasses()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="ClassDescriptor.html#hasSubclasses()">ClassDescriptor</a></code></span></div>
<div class="block">Returns whether this class has persistent subclasses.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="ClassDescriptor.html#hasSubclasses()">hasSubclasses</a></code>&nbsp;in interface&nbsp;<code><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></code></dd>
</dl>
</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/PersistentDescriptor.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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&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>