blob: 921131ced178cb69288c0d2d615667a84e9d01fd [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>PropertyFactory (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="PropertyFactory (cayenne-doc: Cayenne Documentation 4.2.RC2 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9,"i14":9,"i15":9,"i16":9,"i17":9,"i18":9,"i19":9,"i20":9,"i21":9,"i22":9,"i23":9,"i24":9,"i25":9,"i26":9,"i27":9,"i28":9};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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/PropertyFactory.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.exp.property</a></div>
<h2 title="Class PropertyFactory" class="title">Class PropertyFactory</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.exp.property.PropertyFactory</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public class <span class="typeNameLabel">PropertyFactory</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></pre>
<div class="block">Factory class that produces all property types.</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">
<!-- =========== 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>static <a href="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang" class="externalLink">Long</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#COUNT">COUNT</a></span></code></th>
<td class="colLast">
<div class="block">Property that can be used to select <code>COUNT(*)</code></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/LocalDateTime.html?is-external=true" title="class or interface in java.time" class="externalLink">LocalDateTime</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#NOW">NOW</a></span></code></th>
<td class="colLast">
<div class="block">Property that corresponds to SQL function <code>NOW()</code></div>
</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()">PropertyFactory</a></span>()</code></th>
<td class="colLast">&nbsp;</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static 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>static &lt;T&gt;&nbsp;<a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createBase(java.lang.String,java.lang.Class)">createBase</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;name,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create base property</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createBase(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createBase</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create base property</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createBase(org.apache.cayenne.exp.Expression,java.lang.Class)">createBase</a></span>&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create base property</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static &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="#createBaseId(java.lang.String,java.lang.String,java.lang.Class)">createBaseId</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;attribute,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static &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="#createBaseId(java.lang.String,java.lang.String,java.lang.String,java.lang.Class)">createBaseId</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;attribute,
<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;path,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createDate(java.lang.String,java.lang.Class)">createDate</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;name,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create date property</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createDate(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createDate</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create date property</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createDate(org.apache.cayenne.exp.Expression,java.lang.Class)">createDate</a></span>&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create date property</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static &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="#createEmbeddable(java.lang.String,java.lang.Class)">createEmbeddable</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;name,
<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;T&gt;&nbsp;embeddableType)</code></th>
<td class="colLast">
<div class="block">Create property that represents embeddable</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static &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="#createEmbeddable(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createEmbeddable</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;exp,
<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;T&gt;&nbsp;embeddableType)</code></th>
<td class="colLast">
<div class="block">Create property that represents embeddable</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>static &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="#createEntity(java.lang.String,java.lang.Class)">createEntity</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;name,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create entity property</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>static &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="#createEntity(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createEntity</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;entityType)</code></th>
<td class="colLast">
<div class="block">Create entity property</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>static &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="#createEntity(org.apache.cayenne.exp.Expression,java.lang.Class)">createEntity</a></span>&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create entity property</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>static &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="#createList(java.lang.String,java.lang.Class)">createList</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;name,
<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;T&gt;&nbsp;entityType)</code></th>
<td class="colLast">
<div class="block">Create to-many relationship mapped on list property</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>static &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="#createList(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createList</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;entityType)</code></th>
<td class="colLast">
<div class="block">Create to-many relationship mapped on list property</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>static &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="#createMap(java.lang.String,java.lang.Class,java.lang.Class)">createMap</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;name,
<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;K&gt;&nbsp;keyType,
<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;V&gt;&nbsp;entityType)</code></th>
<td class="colLast">
<div class="block">Create to-many relationship mapped on map property</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>static &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="#createMap(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class,java.lang.Class)">createMap</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;K&gt;&nbsp;keyType,
<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;V&gt;&nbsp;entityType)</code></th>
<td class="colLast">
<div class="block">Create to-many relationship mapped on map property</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>static &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="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createNumeric(java.lang.String,java.lang.Class)">createNumeric</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;name,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create numeric property</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>static &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="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createNumeric(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createNumeric</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create numeric property</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static &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="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createNumeric(org.apache.cayenne.exp.Expression,java.lang.Class)">createNumeric</a></span>&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create numeric property</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>static &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="#createNumericId(java.lang.String,java.lang.String,java.lang.Class)">createNumericId</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;attribute,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>static &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="#createNumericId(java.lang.String,java.lang.String,java.lang.String,java.lang.Class)">createNumericId</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;attribute,
<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;path,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>static &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="#createSelf(java.lang.Class)">createSelf</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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block"><b>Self</b> property allows to create column queries that return
full objects along with custom column set.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>static &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="#createSelf(org.apache.cayenne.exp.Expression,java.lang.Class)">createSelf</a></span>&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block"><b>Self</b> property allows to create column queries that return
full objects along with custom column set.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>static &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="#createSet(java.lang.String,java.lang.Class)">createSet</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;name,
<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;T&gt;&nbsp;entityType)</code></th>
<td class="colLast">
<div class="block">Create to-many relationship mapped on set property</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>static &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="#createSet(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createSet</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;entityType)</code></th>
<td class="colLast">
<div class="block">Create to-many relationship mapped on set property</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>static &lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang" class="externalLink">CharSequence</a>&gt;<br><a href="StringProperty.html" title="class in org.apache.cayenne.exp.property">StringProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createString(java.lang.String,java.lang.Class)">createString</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;name,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create string property</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>static &lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang" class="externalLink">CharSequence</a>&gt;<br><a href="StringProperty.html" title="class in org.apache.cayenne.exp.property">StringProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createString(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">createString</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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create string property</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>static &lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang" class="externalLink">CharSequence</a>&gt;<br><a href="StringProperty.html" title="class in org.apache.cayenne.exp.property">StringProperty</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createString(org.apache.cayenne.exp.Expression,java.lang.Class)">createString</a></span>&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</code></th>
<td class="colLast">
<div class="block">Create string property</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="COUNT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COUNT</h4>
<pre>public static final&nbsp;<a href="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang" class="externalLink">Long</a>&gt; COUNT</pre>
<div class="block">Property that can be used to select <code>COUNT(*)</code>
<p>
Usage:<pre><code>
ObjectSelect.columnQuery(Artist.class, Artist.ARTIST_NAME, PropertyFactory.COUNT);
</code></pre></div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../query/ObjectSelect.html#selectCount(org.apache.cayenne.ObjectContext)"><code>ObjectSelect.selectCount(ObjectContext)</code></a></dd>
</dl>
</li>
</ul>
<a id="NOW">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NOW</h4>
<pre>public static final&nbsp;<a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/LocalDateTime.html?is-external=true" title="class or interface in java.time" class="externalLink">LocalDateTime</a>&gt; NOW</pre>
<div class="block">Property that corresponds to SQL function <code>NOW()</code>
<p>
Usage:<pre><code>
ObjectSelect.query(Artist.class).where(Artist.DATE_OF_BIRTH.year().lt(PropertyFactory.NOW.year().sub(100)));
</code></pre></div>
</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>PropertyFactory</h4>
<pre>public&nbsp;PropertyFactory()</pre>
</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="createBase(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBase</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;T&gt;&nbsp;createBase&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create base property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createBase(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBase</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;T&gt;&nbsp;createBase&#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;name,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create base property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createBase(org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBase</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="BaseProperty.html" title="class in org.apache.cayenne.exp.property">BaseProperty</a>&lt;T&gt;&nbsp;createBase&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create base property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression without name</dd>
</dl>
</li>
</ul>
<a id="createString(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createString</h4>
<pre class="methodSignature">public static&nbsp;&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang" class="externalLink">CharSequence</a>&gt;&nbsp;<a href="StringProperty.html" title="class in org.apache.cayenne.exp.property">StringProperty</a>&lt;T&gt;&nbsp;createString&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create string property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createString(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createString</h4>
<pre class="methodSignature">public static&nbsp;&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang" class="externalLink">CharSequence</a>&gt;&nbsp;<a href="StringProperty.html" title="class in org.apache.cayenne.exp.property">StringProperty</a>&lt;T&gt;&nbsp;createString&#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;name,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create string property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createString(org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createString</h4>
<pre class="methodSignature">public static&nbsp;&lt;T extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang" class="externalLink">CharSequence</a>&gt;&nbsp;<a href="StringProperty.html" title="class in org.apache.cayenne.exp.property">StringProperty</a>&lt;T&gt;&nbsp;createString&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create string property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression without name</dd>
</dl>
</li>
</ul>
<a id="createNumeric(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createNumeric</h4>
<pre class="methodSignature">public static&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="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;T&gt;&nbsp;createNumeric&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create numeric property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createNumeric(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createNumeric</h4>
<pre class="methodSignature">public static&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="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;T&gt;&nbsp;createNumeric&#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;name,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create numeric property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createNumeric(org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createNumeric</h4>
<pre class="methodSignature">public static&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="NumericProperty.html" title="class in org.apache.cayenne.exp.property">NumericProperty</a>&lt;T&gt;&nbsp;createNumeric&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create numeric property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression without name</dd>
</dl>
</li>
</ul>
<a id="createDate(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDate</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;T&gt;&nbsp;createDate&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create date property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createDate(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDate</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;T&gt;&nbsp;createDate&#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;name,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create date property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createDate(org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDate</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="DateProperty.html" title="class in org.apache.cayenne.exp.property">DateProperty</a>&lt;T&gt;&nbsp;createDate&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create date property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression without name</dd>
</dl>
</li>
</ul>
<a id="createEntity(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEntity</h4>
<pre class="methodSignature">public static&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;createEntity&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;entityType)</pre>
<div class="block">Create entity property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented relationship entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>entityType</code> - type of represented relationship entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createEntity(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEntity</h4>
<pre class="methodSignature">public static&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;createEntity&#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;name,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create entity property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented relationship entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>type</code> - type of represented relationship entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createEntity(org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEntity</h4>
<pre class="methodSignature">public static&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;createEntity&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block">Create entity property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented relationship entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression</code> - that property will use</dd>
<dd><code>type</code> - type of represented relationship entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression without name</dd>
</dl>
</li>
</ul>
<a id="createSelf(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSelf</h4>
<pre class="methodSignature">public static&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;createSelf&#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;T&gt;&nbsp;type)</pre>
<div class="block"><b>Self</b> property allows to create column queries that return
full objects along with custom column set.
<p>
Usage example, query will return object with dependent objects count:<pre><code>
List&lt;Object[]&gt; result = ObjectSelect.columnQuery(Artist.class,
PropertyFactory.createSelf(Artist.class),
Artist.PAINTING_ARRAY.count())
.select(context); </code></pre></div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - of represented entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new 'self' property</dd>
</dl>
</li>
</ul>
<a id="createSelf(org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSelf</h4>
<pre class="methodSignature">public static&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;createSelf&#8203;(<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;type)</pre>
<div class="block"><b>Self</b> property allows to create column queries that return
full objects along with custom column set.
<p>
This method is not much useful, as to-one property can be used as is in this case,
example is purely for demonstration purpose only. See <a href="EntityProperty.html" title="class in org.apache.cayenne.exp.property"><code>EntityProperty</code></a> usage examples.
<p>
Usage example, query will return object with dependent objects count:<pre><code>
List&lt;Object[]&gt; result = ObjectSelect.columnQuery(Painting.class,
Painting.PAINTING_TITLE,
PropertyFactory.createSelf(Painting.TO_ARTIST.getExpression(), Painting.class))
.select(context); </code></pre></div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>expression</code> - expression to be used for this property (usually it will be path from other property)</dd>
<dd><code>type</code> - of represented entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new 'self' property</dd>
</dl>
</li>
</ul>
<a id="createList(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createList</h4>
<pre class="methodSignature">public static&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;createList&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;entityType)</pre>
<div class="block">Create to-many relationship mapped on list property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented relationship entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>entityType</code> - type of represented relationship entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createList(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createList</h4>
<pre class="methodSignature">public static&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;createList&#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;name,
<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;T&gt;&nbsp;entityType)</pre>
<div class="block">Create to-many relationship mapped on list property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented relationship entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>entityType</code> - type of represented relationship entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createSet(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSet</h4>
<pre class="methodSignature">public static&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;createSet&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;T&gt;&nbsp;entityType)</pre>
<div class="block">Create to-many relationship mapped on set property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented attribute</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>entityType</code> - type of represented attribute</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createSet(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createSet</h4>
<pre class="methodSignature">public static&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;createSet&#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;name,
<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;T&gt;&nbsp;entityType)</pre>
<div class="block">Create to-many relationship mapped on set property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented relationship entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>entityType</code> - type of represented relationship entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createMap(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createMap</h4>
<pre class="methodSignature">public static&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;createMap&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;expression,
<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;K&gt;&nbsp;keyType,
<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;V&gt;&nbsp;entityType)</pre>
<div class="block">Create to-many relationship mapped on map property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>K</code> - type of represented relationship keys</dd>
<dd><code>V</code> - type of represented relationship values</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property</dd>
<dd><code>expression</code> - that property will use</dd>
<dd><code>keyType</code> - type of represented relationship keys</dd>
<dd><code>entityType</code> - type of represented relationship values</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new property with custom expression</dd>
</dl>
</li>
</ul>
<a id="createMap(java.lang.String,java.lang.Class,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createMap</h4>
<pre class="methodSignature">public static&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;createMap&#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;name,
<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;K&gt;&nbsp;keyType,
<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;V&gt;&nbsp;entityType)</pre>
<div class="block">Create to-many relationship mapped on map property</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>K</code> - type of represented relationship keys</dd>
<dd><code>V</code> - type of represented relationship values</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>keyType</code> - type of represented relationship keys</dd>
<dd><code>entityType</code> - type of represented relationship values</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createEmbeddable(java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEmbeddable</h4>
<pre class="methodSignature">public static&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;createEmbeddable&#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;name,
<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;T&gt;&nbsp;embeddableType)</pre>
<div class="block">Create property that represents embeddable</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented embeddable entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>embeddableType</code> - type of represented embeddable entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createEmbeddable(java.lang.String,org.apache.cayenne.exp.Expression,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEmbeddable</h4>
<pre class="methodSignature">public static&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;createEmbeddable&#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;name,
<a href="../Expression.html" title="class in org.apache.cayenne.exp">Expression</a>&nbsp;exp,
<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;T&gt;&nbsp;embeddableType)</pre>
<div class="block">Create property that represents embeddable</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - type of represented embeddable entity</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>name</code> - of the property, will be used as value for path expression</dd>
<dd><code>exp</code> - that property will use</dd>
<dd><code>embeddableType</code> - type of represented embeddable entity</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>new path property</dd>
</dl>
</li>
</ul>
<a id="createBaseId(java.lang.String,java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBaseId</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="BaseIdProperty.html" title="class in org.apache.cayenne.exp.property">BaseIdProperty</a>&lt;T&gt;&nbsp;createBaseId&#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;attribute,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</pre>
</li>
</ul>
<a id="createBaseId(java.lang.String,java.lang.String,java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBaseId</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="BaseIdProperty.html" title="class in org.apache.cayenne.exp.property">BaseIdProperty</a>&lt;T&gt;&nbsp;createBaseId&#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;attribute,
<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;path,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</pre>
</li>
</ul>
<a id="createNumericId(java.lang.String,java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createNumericId</h4>
<pre class="methodSignature">public static&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;createNumericId&#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;attribute,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</pre>
</li>
</ul>
<a id="createNumericId(java.lang.String,java.lang.String,java.lang.String,java.lang.Class)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>createNumericId</h4>
<pre class="methodSignature">public static&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;createNumericId&#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;attribute,
<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;path,
<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;entityName,
<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;T&gt;&nbsp;propertyType)</pre>
</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/PropertyFactory.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>