blob: cad5ab8805df73e43374d5842c71d1aee844a62c [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>RelationshipProperty (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="RelationshipProperty (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":18,"i1":18,"i2":18,"i3":18,"i4":18,"i5":18,"i6":18,"i7":18,"i8":18,"i9":18,"i10":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],16:["t5","Default 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/RelationshipProperty.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><a href="http://cayenne.apache.org" target="top">Apache Cayenne</a></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.cayenne.exp.property</a></div>
<h2 title="Interface RelationshipProperty" class="title">Interface RelationshipProperty&lt;E&gt;</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code><a href="PathProperty.html" title="interface in org.apache.cayenne.exp.property">PathProperty</a>&lt;E&gt;</code>, <code><a href="Property.html" title="interface in org.apache.cayenne.exp.property">Property</a>&lt;E&gt;</code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="CollectionProperty.html" title="class in org.apache.cayenne.exp.property">CollectionProperty</a></code>, <code><a href="EntityProperty.html" title="class in org.apache.cayenne.exp.property">EntityProperty</a></code>, <code><a href="ListProperty.html" title="class in org.apache.cayenne.exp.property">ListProperty</a></code>, <code><a href="MapProperty.html" title="class in org.apache.cayenne.exp.property">MapProperty</a></code>, <code><a href="../Property.html" title="class in org.apache.cayenne.exp">Property</a></code>, <code><a href="SetProperty.html" title="class in org.apache.cayenne.exp.property">SetProperty</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">RelationshipProperty&lt;E&gt;</span>
extends <a href="PathProperty.html" title="interface in org.apache.cayenne.exp.property">PathProperty</a>&lt;E&gt;</pre>
<div class="block">Interface (or "Trait") that provides basic functionality for all types of relationships.
<p>
Provides "dot", prefetch and "outer" functionality.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.2</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="package-summary.html"><code>org.apache.cayenne.exp.property</code></a></dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t5" class="tableTab"><span><a href="javascript:show(16);">Default 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>default <a href="../../query/PrefetchTreeNode.html" title="class in org.apache.cayenne.query">PrefetchTreeNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#disjoint()">disjoint</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a prefetch tree that follows this property path, potentially
spanning a number of phantom nodes, and having a single leaf with
"disjoint" prefetch semantics.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>default <a href="../../query/PrefetchTreeNode.html" title="class in org.apache.cayenne.query">PrefetchTreeNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#disjointById()">disjointById</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a prefetch tree that follows this property path, potentially
spanning a number of phantom nodes, and having a single leaf with
"disjoint by id" prefetch semantics.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>default &lt;T&gt;&nbsp;<a href="BaseIdProperty.html" title="class in org.apache.cayenne.exp.property">BaseIdProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dot(org.apache.cayenne.exp.property.BaseIdProperty)">dot</a></span>&#8203;(<a href="BaseIdProperty.html" title="class in org.apache.cayenne.exp.property">BaseIdProperty</a>&lt;T&gt;&nbsp;property)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>default &lt;T extends <a href="../../EmbeddableObject.html" title="interface in org.apache.cayenne">EmbeddableObject</a>&gt;<br><a href="EmbeddableProperty.html" title="class in org.apache.cayenne.exp.property">EmbeddableProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dot(org.apache.cayenne.exp.property.EmbeddableProperty)">dot</a></span>&#8203;(<a href="EmbeddableProperty.html" title="class in org.apache.cayenne.exp.property">EmbeddableProperty</a>&lt;T&gt;&nbsp;property)</code></th>
<td class="colLast">
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>default &lt;T extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;<br><a href="EntityProperty.html" title="class in org.apache.cayenne.exp.property">EntityProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dot(org.apache.cayenne.exp.property.EntityProperty)">dot</a></span>&#8203;(<a href="EntityProperty.html" title="class in org.apache.cayenne.exp.property">EntityProperty</a>&lt;T&gt;&nbsp;property)</code></th>
<td class="colLast">
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>default &lt;T extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;<br><a href="ListProperty.html" title="class in org.apache.cayenne.exp.property">ListProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dot(org.apache.cayenne.exp.property.ListProperty)">dot</a></span>&#8203;(<a href="ListProperty.html" title="class in org.apache.cayenne.exp.property">ListProperty</a>&lt;T&gt;&nbsp;property)</code></th>
<td class="colLast">
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>default &lt;K,&#8203;V extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;<br><a href="MapProperty.html" title="class in org.apache.cayenne.exp.property">MapProperty</a>&lt;K,&#8203;V&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dot(org.apache.cayenne.exp.property.MapProperty)">dot</a></span>&#8203;(<a href="MapProperty.html" title="class in org.apache.cayenne.exp.property">MapProperty</a>&lt;K,&#8203;V&gt;&nbsp;property)</code></th>
<td class="colLast">
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>default &lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang" class="externalLink">Number</a>&gt;<br><a href="NumericIdProperty.html" title="class in org.apache.cayenne.exp.property">NumericIdProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dot(org.apache.cayenne.exp.property.NumericIdProperty)">dot</a></span>&#8203;(<a href="NumericIdProperty.html" title="class in org.apache.cayenne.exp.property">NumericIdProperty</a>&lt;T&gt;&nbsp;property)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>default &lt;T extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;<br><a href="SetProperty.html" title="class in org.apache.cayenne.exp.property">SetProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dot(org.apache.cayenne.exp.property.SetProperty)">dot</a></span>&#8203;(<a href="SetProperty.html" title="class in org.apache.cayenne.exp.property">SetProperty</a>&lt;T&gt;&nbsp;property)</code></th>
<td class="colLast">
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>default <a href="../../query/PrefetchTreeNode.html" title="class in org.apache.cayenne.query">PrefetchTreeNode</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#joint()">joint</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a prefetch tree that follows this property path, potentially
spanning a number of phantom nodes, and having a single leaf with "joint"
prefetch semantics.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;<a href="RelationshipProperty.html" title="type parameter in RelationshipProperty">E</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#outer()">outer</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a version of this property that represents an OUTER join.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.cayenne.exp.property.PathProperty">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.cayenne.exp.property.<a href="PathProperty.html" title="interface in org.apache.cayenne.exp.property">PathProperty</a></h3>
<code><a href="PathProperty.html#dot(java.lang.String)">dot</a>, <a href="PathProperty.html#dot(org.apache.cayenne.exp.property.BaseProperty)">dot</a>, <a href="PathProperty.html#dot(org.apache.cayenne.exp.property.DateProperty)">dot</a>, <a href="PathProperty.html#dot(org.apache.cayenne.exp.property.NumericProperty)">dot</a>, <a href="PathProperty.html#dot(org.apache.cayenne.exp.property.StringProperty)">dot</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.cayenne.exp.property.Property">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.cayenne.exp.property.<a href="Property.html" title="interface in org.apache.cayenne.exp.property">Property</a></h3>
<code><a href="Property.html#getAlias()">getAlias</a>, <a href="Property.html#getExpression()">getExpression</a>, <a href="Property.html#getName()">getName</a>, <a href="Property.html#getType()">getType</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="outer()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>outer</h4>
<pre class="methodSignature"><a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;<a href="RelationshipProperty.html" title="type parameter in RelationshipProperty">E</a>&gt;&nbsp;outer()</pre>
<div class="block">Returns a version of this property that represents an OUTER join. It is
up to caller to ensure that the property corresponds to a relationship,
as "outer" attributes make no sense.</div>
</li>
</ul>
<a id="joint()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>joint</h4>
<pre class="methodSignature">default&nbsp;<a href="../../query/PrefetchTreeNode.html" title="class in org.apache.cayenne.query">PrefetchTreeNode</a>&nbsp;joint()</pre>
<div class="block">Returns a prefetch tree that follows this property path, potentially
spanning a number of phantom nodes, and having a single leaf with "joint"
prefetch semantics.</div>
</li>
</ul>
<a id="disjoint()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disjoint</h4>
<pre class="methodSignature">default&nbsp;<a href="../../query/PrefetchTreeNode.html" title="class in org.apache.cayenne.query">PrefetchTreeNode</a>&nbsp;disjoint()</pre>
<div class="block">Returns a prefetch tree that follows this property path, potentially
spanning a number of phantom nodes, and having a single leaf with
"disjoint" prefetch semantics.</div>
</li>
</ul>
<a id="disjointById()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>disjointById</h4>
<pre class="methodSignature">default&nbsp;<a href="../../query/PrefetchTreeNode.html" title="class in org.apache.cayenne.query">PrefetchTreeNode</a>&nbsp;disjointById()</pre>
<div class="block">Returns a prefetch tree that follows this property path, potentially
spanning a number of phantom nodes, and having a single leaf with
"disjoint by id" prefetch semantics.</div>
</li>
</ul>
<a id="dot(org.apache.cayenne.exp.property.BaseIdProperty)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dot</h4>
<pre class="methodSignature">default&nbsp;&lt;T&gt;&nbsp;<a href="BaseIdProperty.html" title="class in org.apache.cayenne.exp.property">BaseIdProperty</a>&lt;T&gt;&nbsp;dot&#8203;(<a href="BaseIdProperty.html" title="class in org.apache.cayenne.exp.property">BaseIdProperty</a>&lt;T&gt;&nbsp;property)</pre>
</li>
</ul>
<a id="dot(org.apache.cayenne.exp.property.NumericIdProperty)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dot</h4>
<pre class="methodSignature">default&nbsp;&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang" class="externalLink">Number</a>&gt;&nbsp;<a href="NumericIdProperty.html" title="class in org.apache.cayenne.exp.property">NumericIdProperty</a>&lt;T&gt;&nbsp;dot&#8203;(<a href="NumericIdProperty.html" title="class in org.apache.cayenne.exp.property">NumericIdProperty</a>&lt;T&gt;&nbsp;property)</pre>
</li>
</ul>
<a id="dot(org.apache.cayenne.exp.property.EntityProperty)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dot</h4>
<pre class="methodSignature">default&nbsp;&lt;T extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;&nbsp;<a href="EntityProperty.html" title="class in org.apache.cayenne.exp.property">EntityProperty</a>&lt;T&gt;&nbsp;dot&#8203;(<a href="EntityProperty.html" title="class in org.apache.cayenne.exp.property">EntityProperty</a>&lt;T&gt;&nbsp;property)</pre>
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>property</code> - to append to path</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a newly created Property object.</dd>
</dl>
</li>
</ul>
<a id="dot(org.apache.cayenne.exp.property.ListProperty)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dot</h4>
<pre class="methodSignature">default&nbsp;&lt;T extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;&nbsp;<a href="ListProperty.html" title="class in org.apache.cayenne.exp.property">ListProperty</a>&lt;T&gt;&nbsp;dot&#8203;(<a href="ListProperty.html" title="class in org.apache.cayenne.exp.property">ListProperty</a>&lt;T&gt;&nbsp;property)</pre>
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>property</code> - to append to path</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a newly created Property object.</dd>
</dl>
</li>
</ul>
<a id="dot(org.apache.cayenne.exp.property.SetProperty)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dot</h4>
<pre class="methodSignature">default&nbsp;&lt;T extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;&nbsp;<a href="SetProperty.html" title="class in org.apache.cayenne.exp.property">SetProperty</a>&lt;T&gt;&nbsp;dot&#8203;(<a href="SetProperty.html" title="class in org.apache.cayenne.exp.property">SetProperty</a>&lt;T&gt;&nbsp;property)</pre>
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>property</code> - to append to path</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a newly created Property object.</dd>
</dl>
</li>
</ul>
<a id="dot(org.apache.cayenne.exp.property.MapProperty)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dot</h4>
<pre class="methodSignature">default&nbsp;&lt;K,&#8203;V extends <a href="../../Persistent.html" title="interface in org.apache.cayenne">Persistent</a>&gt;&nbsp;<a href="MapProperty.html" title="class in org.apache.cayenne.exp.property">MapProperty</a>&lt;K,&#8203;V&gt;&nbsp;dot&#8203;(<a href="MapProperty.html" title="class in org.apache.cayenne.exp.property">MapProperty</a>&lt;K,&#8203;V&gt;&nbsp;property)</pre>
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>property</code> - to append to path</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a newly created Property object.</dd>
</dl>
</li>
</ul>
<a id="dot(org.apache.cayenne.exp.property.EmbeddableProperty)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>dot</h4>
<pre class="methodSignature">default&nbsp;&lt;T extends <a href="../../EmbeddableObject.html" title="interface in org.apache.cayenne">EmbeddableObject</a>&gt;&nbsp;<a href="EmbeddableProperty.html" title="class in org.apache.cayenne.exp.property">EmbeddableProperty</a>&lt;T&gt;&nbsp;dot&#8203;(<a href="EmbeddableProperty.html" title="class in org.apache.cayenne.exp.property">EmbeddableProperty</a>&lt;T&gt;&nbsp;property)</pre>
<div class="block">Constructs a new property path by appending the argument to the existing property separated by a dot.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>property</code> - to append to path</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a newly created Property object.</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/RelationshipProperty.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><a href="http://cayenne.apache.org" target="top">Apache Cayenne</a></div>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2001&#x2013;2022 <a href="https://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</footer>
</body>
</html>