blob: 68435bd03c0e8706310b44ef09a1bc3f75a9f924 [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>org.apache.cayenne.reflect (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="org.apache.cayenne.reflect (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<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>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.cayenne.reflect</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Accessor.html" title="interface in org.apache.cayenne.reflect">Accessor</a></th>
<td class="colLast">
<div class="block">An accessor of a property value.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AccessorFactory.html" title="interface in org.apache.cayenne.reflect">AccessorFactory</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ArcProperty.html" title="interface in org.apache.cayenne.reflect">ArcProperty</a></th>
<td class="colLast">
<div class="block">A Property that represents an "arc" connecting source node to the target node
in the graph.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AttributeProperty.html" title="interface in org.apache.cayenne.reflect">AttributeProperty</a></th>
<td class="colLast">
<div class="block">Represents a simple object property.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect">ClassDescriptor</a></th>
<td class="colLast">
<div class="block">A runtime descriptor of an persistent class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClassDescriptorFactory.html" title="interface in org.apache.cayenne.reflect">ClassDescriptorFactory</a></th>
<td class="colLast">
<div class="block">A factory of <a href="ClassDescriptor.html" title="interface in org.apache.cayenne.reflect"><code>ClassDescriptor</code></a> instances.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EmbeddableDescriptor.html" title="interface in org.apache.cayenne.reflect">EmbeddableDescriptor</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FaultFactory.html" title="interface in org.apache.cayenne.reflect">FaultFactory</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Property.html" title="interface in org.apache.cayenne.reflect">Property</a></th>
<td class="colLast">Deprecated.
<div class="deprecationComment">since 4.0 renamed to PropertyDescriptor.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PropertyDescriptor.html" title="interface in org.apache.cayenne.reflect">PropertyDescriptor</a></th>
<td class="colLast">
<div class="block">Defines bean property API used by Cayenne to access object data, do faulting
and graph maintenance tasks.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PropertyVisitor.html" title="interface in org.apache.cayenne.reflect">PropertyVisitor</a></th>
<td class="colLast">
<div class="block">A visitor for various types of properties in a ClassDescriptor.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ToManyMapProperty.html" title="interface in org.apache.cayenne.reflect">ToManyMapProperty</a></th>
<td class="colLast">
<div class="block">A property representing a map of objects keyed by one of the object properties.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ToManyProperty.html" title="interface in org.apache.cayenne.reflect">ToManyProperty</a></th>
<td class="colLast">
<div class="block">A property representing a collection of objects.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ToOneProperty.html" title="interface in org.apache.cayenne.reflect">ToOneProperty</a></th>
<td class="colLast">
<div class="block">An ArcProperty that points to a single graph node.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BaseArcProperty.html" title="class in org.apache.cayenne.reflect">BaseArcProperty</a></th>
<td class="colLast">
<div class="block">A base implementation of the <a href="ArcProperty.html" title="interface in org.apache.cayenne.reflect"><code>ArcProperty</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BaseProperty.html" title="class in org.apache.cayenne.reflect">BaseProperty</a></th>
<td class="colLast">
<div class="block">An abstract property descriptor that delegates property access to an <a href="Accessor.html" title="interface in org.apache.cayenne.reflect"><code>Accessor</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BaseToManyProperty.html" title="class in org.apache.cayenne.reflect">BaseToManyProperty</a></th>
<td class="colLast">
<div class="block">A generic superclass of CollectionProperty implementations.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BaseToOneProperty.html" title="class in org.apache.cayenne.reflect">BaseToOneProperty</a></th>
<td class="colLast">
<div class="block">A convenience base superclass for <a href="ToOneProperty.html" title="interface in org.apache.cayenne.reflect"><code>ToOneProperty</code></a> implementors.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BeanAccessor.html" title="class in org.apache.cayenne.reflect">BeanAccessor</a></th>
<td class="colLast">
<div class="block">A property accessor that uses set/get methods following JavaBean naming
conventions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClassDescriptorMap.html" title="class in org.apache.cayenne.reflect">ClassDescriptorMap</a></th>
<td class="colLast">
<div class="block">An object that holds class descriptors for mapped entities, compiling new
descriptors on demand using an internal chain of descriptor factories.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Converter.html" title="class in org.apache.cayenne.reflect">Converter</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A helper class to do property type conversions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConverterFactory.html" title="class in org.apache.cayenne.reflect">ConverterFactory</a></th>
<td class="colLast">
<div class="block">A factory of property type converters.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="EmbeddedFieldAccessor.html" title="class in org.apache.cayenne.reflect">EmbeddedFieldAccessor</a></th>
<td class="colLast">
<div class="block">An accessor for fields storing embedded objects.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FieldAccessor.html" title="class in org.apache.cayenne.reflect">FieldAccessor</a></th>
<td class="colLast">
<div class="block">A PropertyAccessor that performs direct Field access.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="FieldEmbeddableDescriptor.html" title="class in org.apache.cayenne.reflect">FieldEmbeddableDescriptor</a></th>
<td class="colLast">
<div class="block">A default POJO embeddable descriptor.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IdMapKeyAccessor.html" title="class in org.apache.cayenne.reflect">IdMapKeyAccessor</a></th>
<td class="colLast">
<div class="block">A stateless read-only accessor of the map key value that is based on the Persistent
object id.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LazyClassDescriptorDecorator.html" title="class in org.apache.cayenne.reflect">LazyClassDescriptorDecorator</a></th>
<td class="colLast">
<div class="block">A ClassDescriptor wrapper that compiles decorated descriptor lazily on first access.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LifecycleCallbackRegistry.html" title="class in org.apache.cayenne.reflect">LifecycleCallbackRegistry</a></th>
<td class="colLast">
<div class="block">A registry of lifecycle callbacks for all callback event types.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MapAccessor.html" title="class in org.apache.cayenne.reflect">MapAccessor</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PersistentDescriptor.html" title="class in org.apache.cayenne.reflect">PersistentDescriptor</a></th>
<td class="colLast">
<div class="block">A default ClassDescriptor implementation for persistent objects.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PersistentDescriptorFactory.html" title="class in org.apache.cayenne.reflect">PersistentDescriptorFactory</a></th>
<td class="colLast">
<div class="block">A convenience superclass for <a href="ClassDescriptorFactory.html" title="interface in org.apache.cayenne.reflect"><code>ClassDescriptorFactory</code></a> implementors.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PojoMapper.html" title="class in org.apache.cayenne.reflect">PojoMapper</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Simple mapper of Object[] to a POJO class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PropertyAccessor.html" title="class in org.apache.cayenne.reflect">PropertyAccessor</a></th>
<td class="colLast">
<div class="block">A utility accessor class that wraps a simple property.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PropertyUtils.html" title="class in org.apache.cayenne.reflect">PropertyUtils</a></th>
<td class="colLast">
<div class="block">Utility methods to quickly access object properties.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SimpleAttributeProperty.html" title="class in org.apache.cayenne.reflect">SimpleAttributeProperty</a></th>
<td class="colLast">
<div class="block">A descriptor of an "attribute" persistent property.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SingletonFaultFactory.html" title="class in org.apache.cayenne.reflect">SingletonFaultFactory</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ToAnyConverter.html" title="class in org.apache.cayenne.reflect">ToAnyConverter</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Can convert to any class that has a constructor that takes a
single Object or a single String parameter.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PropertyException.html" title="class in org.apache.cayenne.reflect">PropertyException</a></th>
<td class="colLast">
<div class="block">An unchecked exception thrown on errors during property access, either within a
Accessor or a Property.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="UnresolvablePathException.html" title="class in org.apache.cayenne.reflect">UnresolvablePathException</a></th>
<td class="colLast">
<div class="block">A runtime exception thrown when <code>PropertyUtils.getProperty()</code> finds that
there is a null value in middle of the resolved path.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<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>