blob: 28e7c991c5ddf29b43a166fa0d5e20e5ea7a678e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>ElementCollection</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ElementCollection";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/openejb/jee/jpa/DiscriminatorType.html" title="enum in org.apache.openejb.jee.jpa"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/jpa/Embeddable.html" title="class in org.apache.openejb.jee.jpa"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/jee/jpa/ElementCollection.html" target="_top">Frames</a></li>
<li><a href="ElementCollection.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><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 name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.openejb.jee.jpa</div>
<h2 title="Class ElementCollection" class="title">Class ElementCollection</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.jee.jpa.ElementCollection</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">ElementCollection</span>
extends java.lang.Object</pre>
<div class="block">Target({METHOD, FIELD}) @Retention(RUNTIME)
public @interface ElementCollection {
Class targetClass() default void.class;
FetchType fetch() default LAZY;
}
<p>Java class for element-collection complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="element-collection"&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;choice&gt;
&lt;element name="order-by" type="{http://java.sun.com/xml/ns/persistence/orm}order-by" minOccurs="0"/&gt;
&lt;element name="order-column" type="{http://java.sun.com/xml/ns/persistence/orm}order-column" minOccurs="0"/&gt;
&lt;/choice&gt;
&lt;choice&gt;
&lt;element name="map-key" type="{http://java.sun.com/xml/ns/persistence/orm}map-key" minOccurs="0"/&gt;
&lt;sequence&gt;
&lt;element name="map-key-class" type="{http://java.sun.com/xml/ns/persistence/orm}map-key-class" minOccurs="0"/&gt;
&lt;choice&gt;
&lt;element name="map-key-temporal" type="{http://java.sun.com/xml/ns/persistence/orm}temporal" minOccurs="0"/&gt;
&lt;element name="map-key-enumerated" type="{http://java.sun.com/xml/ns/persistence/orm}enumerated" minOccurs="0"/&gt;
&lt;element name="map-key-attribute-override" type="{http://java.sun.com/xml/ns/persistence/orm}attribute-override" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/choice&gt;
&lt;choice&gt;
&lt;element name="map-key-column" type="{http://java.sun.com/xml/ns/persistence/orm}map-key-column" minOccurs="0"/&gt;
&lt;element name="map-key-join-column" type="{http://java.sun.com/xml/ns/persistence/orm}map-key-join-column" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/choice&gt;
&lt;/sequence&gt;
&lt;/choice&gt;
&lt;choice&gt;
&lt;sequence&gt;
&lt;element name="column" type="{http://java.sun.com/xml/ns/persistence/orm}column" minOccurs="0"/&gt;
&lt;choice&gt;
&lt;element name="temporal" type="{http://java.sun.com/xml/ns/persistence/orm}temporal" minOccurs="0"/&gt;
&lt;element name="enumerated" type="{http://java.sun.com/xml/ns/persistence/orm}enumerated" minOccurs="0"/&gt;
&lt;element name="lob" type="{http://java.sun.com/xml/ns/persistence/orm}lob" minOccurs="0"/&gt;
&lt;/choice&gt;
&lt;/sequence&gt;
&lt;sequence&gt;
&lt;element name="attribute-override" type="{http://java.sun.com/xml/ns/persistence/orm}attribute-override" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="association-override" type="{http://java.sun.com/xml/ns/persistence/orm}association-override" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;/choice&gt;
&lt;element name="collection-table" type="{http://java.sun.com/xml/ns/persistence/orm}collection-table" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="target-class" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
&lt;attribute name="fetch" type="{http://java.sun.com/xml/ns/persistence/orm}fetch-type" /&gt;
&lt;attribute name="access" type="{http://java.sun.com/xml/ns/persistence/orm}access-type" /&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
</pre></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa">AccessType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#access">access</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AssociationOverride.html" title="class in org.apache.openejb.jee.jpa">AssociationOverride</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#associationOverride">associationOverride</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#attributeOverride">attributeOverride</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa">CollectionTable</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#collectionTable">collectionTable</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa">Column</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#column">column</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#enumerated">enumerated</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa">FetchType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#fetch">fetch</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa">Lob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#lob">lob</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa">MapKey</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#mapKey">mapKey</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#mapKeyAttributeOverride">mapKeyAttributeOverride</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa">MapKeyClass</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#mapKeyClass">mapKeyClass</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyColumn</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#mapKeyColumn">mapKeyColumn</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#mapKeyEnumerated">mapKeyEnumerated</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyJoinColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyJoinColumn</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#mapKeyJoinColumn">mapKeyJoinColumn</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#mapKeyTemporal">mapKeyTemporal</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#name">name</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#orderBy">orderBy</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa">OrderColumn</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#orderColumn">orderColumn</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#targetClass">targetClass</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#temporal">temporal</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#ElementCollection--">ElementCollection</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa">AccessType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getAccess--">getAccess</a></span>()</code>
<div class="block">Gets the value of the access property.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AssociationOverride.html" title="class in org.apache.openejb.jee.jpa">AssociationOverride</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getAssociationOverride--">getAssociationOverride</a></span>()</code>
<div class="block">Gets the value of the associationOverride property.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getAttributeOverride--">getAttributeOverride</a></span>()</code>
<div class="block">Gets the value of the attributeOverride property.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa">CollectionTable</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getCollectionTable--">getCollectionTable</a></span>()</code>
<div class="block">Gets the value of the collectionTable property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa">Column</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getColumn--">getColumn</a></span>()</code>
<div class="block">Gets the value of the column property.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getEnumerated--">getEnumerated</a></span>()</code>
<div class="block">Gets the value of the enumerated property.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa">FetchType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getFetch--">getFetch</a></span>()</code>
<div class="block">Gets the value of the fetch property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa">Lob</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getLob--">getLob</a></span>()</code>
<div class="block">Gets the value of the lob property.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa">MapKey</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getMapKey--">getMapKey</a></span>()</code>
<div class="block">Gets the value of the mapKey property.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getMapKeyAttributeOverride--">getMapKeyAttributeOverride</a></span>()</code>
<div class="block">Gets the value of the mapKeyAttributeOverride property.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa">MapKeyClass</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getMapKeyClass--">getMapKeyClass</a></span>()</code>
<div class="block">Gets the value of the mapKeyClass property.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyColumn</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getMapKeyColumn--">getMapKeyColumn</a></span>()</code>
<div class="block">Gets the value of the mapKeyColumn property.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getMapKeyEnumerated--">getMapKeyEnumerated</a></span>()</code>
<div class="block">Gets the value of the mapKeyEnumerated property.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyJoinColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyJoinColumn</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getMapKeyJoinColumn--">getMapKeyJoinColumn</a></span>()</code>
<div class="block">Gets the value of the mapKeyJoinColumn property.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getMapKeyTemporal--">getMapKeyTemporal</a></span>()</code>
<div class="block">Gets the value of the mapKeyTemporal property.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getName--">getName</a></span>()</code>
<div class="block">Gets the value of the name property.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getOrderBy--">getOrderBy</a></span>()</code>
<div class="block">Gets the value of the orderBy property.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa">OrderColumn</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getOrderColumn--">getOrderColumn</a></span>()</code>
<div class="block">Gets the value of the orderColumn property.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getTargetClass--">getTargetClass</a></span>()</code>
<div class="block">Gets the value of the targetClass property.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#getTemporal--">getTemporal</a></span>()</code>
<div class="block">Gets the value of the temporal property.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setAccess-org.apache.openejb.jee.jpa.AccessType-">setAccess</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa">AccessType</a>&nbsp;value)</code>
<div class="block">Sets the value of the access property.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setCollectionTable-org.apache.openejb.jee.jpa.CollectionTable-">setCollectionTable</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa">CollectionTable</a>&nbsp;value)</code>
<div class="block">Sets the value of the collectionTable property.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setColumn-org.apache.openejb.jee.jpa.Column-">setColumn</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa">Column</a>&nbsp;value)</code>
<div class="block">Sets the value of the column property.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setEnumerated-org.apache.openejb.jee.jpa.EnumType-">setEnumerated</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a>&nbsp;value)</code>
<div class="block">Sets the value of the enumerated property.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setFetch-org.apache.openejb.jee.jpa.FetchType-">setFetch</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa">FetchType</a>&nbsp;value)</code>
<div class="block">Sets the value of the fetch property.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setLob-org.apache.openejb.jee.jpa.Lob-">setLob</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa">Lob</a>&nbsp;value)</code>
<div class="block">Sets the value of the lob property.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setMapKey-org.apache.openejb.jee.jpa.MapKey-">setMapKey</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa">MapKey</a>&nbsp;value)</code>
<div class="block">Sets the value of the mapKey property.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setMapKeyClass-org.apache.openejb.jee.jpa.MapKeyClass-">setMapKeyClass</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa">MapKeyClass</a>&nbsp;value)</code>
<div class="block">Sets the value of the mapKeyClass property.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setMapKeyColumn-org.apache.openejb.jee.jpa.MapKeyColumn-">setMapKeyColumn</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyColumn</a>&nbsp;value)</code>
<div class="block">Sets the value of the mapKeyColumn property.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setMapKeyEnumerated-org.apache.openejb.jee.jpa.EnumType-">setMapKeyEnumerated</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a>&nbsp;value)</code>
<div class="block">Sets the value of the mapKeyEnumerated property.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setMapKeyTemporal-org.apache.openejb.jee.jpa.TemporalType-">setMapKeyTemporal</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a>&nbsp;value)</code>
<div class="block">Sets the value of the mapKeyTemporal property.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setName-java.lang.String-">setName</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the name property.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setOrderBy-java.lang.String-">setOrderBy</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the orderBy property.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setOrderColumn-org.apache.openejb.jee.jpa.OrderColumn-">setOrderColumn</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa">OrderColumn</a>&nbsp;value)</code>
<div class="block">Sets the value of the orderColumn property.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setTargetClass-java.lang.String-">setTargetClass</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the targetClass property.</div>
</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/ElementCollection.html#setTemporal-org.apache.openejb.jee.jpa.TemporalType-">setTemporal</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a>&nbsp;value)</code>
<div class="block">Sets the value of the temporal property.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="orderBy">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orderBy</h4>
<pre>protected&nbsp;java.lang.String orderBy</pre>
</li>
</ul>
<a name="orderColumn">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>orderColumn</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa">OrderColumn</a> orderColumn</pre>
</li>
</ul>
<a name="mapKey">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapKey</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa">MapKey</a> mapKey</pre>
</li>
</ul>
<a name="mapKeyClass">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapKeyClass</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa">MapKeyClass</a> mapKeyClass</pre>
</li>
</ul>
<a name="mapKeyTemporal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapKeyTemporal</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a> mapKeyTemporal</pre>
</li>
</ul>
<a name="mapKeyEnumerated">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapKeyEnumerated</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a> mapKeyEnumerated</pre>
</li>
</ul>
<a name="mapKeyAttributeOverride">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapKeyAttributeOverride</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt; mapKeyAttributeOverride</pre>
</li>
</ul>
<a name="mapKeyColumn">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapKeyColumn</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyColumn</a> mapKeyColumn</pre>
</li>
</ul>
<a name="mapKeyJoinColumn">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mapKeyJoinColumn</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyJoinColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyJoinColumn</a>&gt; mapKeyJoinColumn</pre>
</li>
</ul>
<a name="column">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>column</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa">Column</a> column</pre>
</li>
</ul>
<a name="temporal">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>temporal</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a> temporal</pre>
</li>
</ul>
<a name="enumerated">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enumerated</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a> enumerated</pre>
</li>
</ul>
<a name="lob">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lob</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa">Lob</a> lob</pre>
</li>
</ul>
<a name="attributeOverride">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>attributeOverride</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt; attributeOverride</pre>
</li>
</ul>
<a name="associationOverride">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>associationOverride</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AssociationOverride.html" title="class in org.apache.openejb.jee.jpa">AssociationOverride</a>&gt; associationOverride</pre>
</li>
</ul>
<a name="collectionTable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collectionTable</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa">CollectionTable</a> collectionTable</pre>
</li>
</ul>
<a name="name">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>name</h4>
<pre>protected&nbsp;java.lang.String name</pre>
</li>
</ul>
<a name="targetClass">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>targetClass</h4>
<pre>protected&nbsp;java.lang.String targetClass</pre>
</li>
</ul>
<a name="fetch">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetch</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa">FetchType</a> fetch</pre>
</li>
</ul>
<a name="access">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>access</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa">AccessType</a> access</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ElementCollection--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ElementCollection</h4>
<pre>public&nbsp;ElementCollection()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getOrderBy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrderBy</h4>
<pre>public&nbsp;java.lang.String&nbsp;getOrderBy()</pre>
<div class="block">Gets the value of the orderBy property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setOrderBy-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOrderBy</h4>
<pre>public&nbsp;void&nbsp;setOrderBy(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the orderBy property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getOrderColumn--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOrderColumn</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa">OrderColumn</a>&nbsp;getOrderColumn()</pre>
<div class="block">Gets the value of the orderColumn property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa"><code>OrderColumn</code></a></dd>
</dl>
</li>
</ul>
<a name="setOrderColumn-org.apache.openejb.jee.jpa.OrderColumn-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOrderColumn</h4>
<pre>public&nbsp;void&nbsp;setOrderColumn(<a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa">OrderColumn</a>&nbsp;value)</pre>
<div class="block">Sets the value of the orderColumn property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/OrderColumn.html" title="class in org.apache.openejb.jee.jpa"><code>OrderColumn</code></a></dd>
</dl>
</li>
</ul>
<a name="getMapKey--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapKey</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa">MapKey</a>&nbsp;getMapKey()</pre>
<div class="block">Gets the value of the mapKey property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa"><code>MapKey</code></a></dd>
</dl>
</li>
</ul>
<a name="setMapKey-org.apache.openejb.jee.jpa.MapKey-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMapKey</h4>
<pre>public&nbsp;void&nbsp;setMapKey(<a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa">MapKey</a>&nbsp;value)</pre>
<div class="block">Sets the value of the mapKey property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/MapKey.html" title="class in org.apache.openejb.jee.jpa"><code>MapKey</code></a></dd>
</dl>
</li>
</ul>
<a name="getMapKeyClass--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapKeyClass</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa">MapKeyClass</a>&nbsp;getMapKeyClass()</pre>
<div class="block">Gets the value of the mapKeyClass property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa"><code>MapKeyClass</code></a></dd>
</dl>
</li>
</ul>
<a name="setMapKeyClass-org.apache.openejb.jee.jpa.MapKeyClass-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMapKeyClass</h4>
<pre>public&nbsp;void&nbsp;setMapKeyClass(<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa">MapKeyClass</a>&nbsp;value)</pre>
<div class="block">Sets the value of the mapKeyClass property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyClass.html" title="class in org.apache.openejb.jee.jpa"><code>MapKeyClass</code></a></dd>
</dl>
</li>
</ul>
<a name="getMapKeyTemporal--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapKeyTemporal</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a>&nbsp;getMapKeyTemporal()</pre>
<div class="block">Gets the value of the mapKeyTemporal property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa"><code>TemporalType</code></a></dd>
</dl>
</li>
</ul>
<a name="setMapKeyTemporal-org.apache.openejb.jee.jpa.TemporalType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMapKeyTemporal</h4>
<pre>public&nbsp;void&nbsp;setMapKeyTemporal(<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the mapKeyTemporal property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa"><code>TemporalType</code></a></dd>
</dl>
</li>
</ul>
<a name="getMapKeyEnumerated--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapKeyEnumerated</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a>&nbsp;getMapKeyEnumerated()</pre>
<div class="block">Gets the value of the mapKeyEnumerated property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa"><code>EnumType</code></a></dd>
</dl>
</li>
</ul>
<a name="setMapKeyEnumerated-org.apache.openejb.jee.jpa.EnumType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMapKeyEnumerated</h4>
<pre>public&nbsp;void&nbsp;setMapKeyEnumerated(<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the mapKeyEnumerated property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa"><code>EnumType</code></a></dd>
</dl>
</li>
</ul>
<a name="getMapKeyAttributeOverride--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapKeyAttributeOverride</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt;&nbsp;getMapKeyAttributeOverride()</pre>
<div class="block">Gets the value of the mapKeyAttributeOverride property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the mapKeyAttributeOverride property.
For example, to add a new item, do as follows:
<pre>
getMapKeyAttributeOverride().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa"><code>AttributeOverride</code></a></div>
</li>
</ul>
<a name="getMapKeyColumn--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapKeyColumn</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyColumn</a>&nbsp;getMapKeyColumn()</pre>
<div class="block">Gets the value of the mapKeyColumn property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa"><code>MapKeyColumn</code></a></dd>
</dl>
</li>
</ul>
<a name="setMapKeyColumn-org.apache.openejb.jee.jpa.MapKeyColumn-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMapKeyColumn</h4>
<pre>public&nbsp;void&nbsp;setMapKeyColumn(<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyColumn</a>&nbsp;value)</pre>
<div class="block">Sets the value of the mapKeyColumn property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyColumn.html" title="class in org.apache.openejb.jee.jpa"><code>MapKeyColumn</code></a></dd>
</dl>
</li>
</ul>
<a name="getMapKeyJoinColumn--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMapKeyJoinColumn</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyJoinColumn.html" title="class in org.apache.openejb.jee.jpa">MapKeyJoinColumn</a>&gt;&nbsp;getMapKeyJoinColumn()</pre>
<div class="block">Gets the value of the mapKeyJoinColumn property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the mapKeyJoinColumn property.
For example, to add a new item, do as follows:
<pre>
getMapKeyJoinColumn().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/MapKeyJoinColumn.html" title="class in org.apache.openejb.jee.jpa"><code>MapKeyJoinColumn</code></a></div>
</li>
</ul>
<a name="getColumn--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumn</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa">Column</a>&nbsp;getColumn()</pre>
<div class="block">Gets the value of the column property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa"><code>Column</code></a></dd>
</dl>
</li>
</ul>
<a name="setColumn-org.apache.openejb.jee.jpa.Column-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setColumn</h4>
<pre>public&nbsp;void&nbsp;setColumn(<a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa">Column</a>&nbsp;value)</pre>
<div class="block">Sets the value of the column property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/Column.html" title="class in org.apache.openejb.jee.jpa"><code>Column</code></a></dd>
</dl>
</li>
</ul>
<a name="getTemporal--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTemporal</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a>&nbsp;getTemporal()</pre>
<div class="block">Gets the value of the temporal property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa"><code>TemporalType</code></a></dd>
</dl>
</li>
</ul>
<a name="setTemporal-org.apache.openejb.jee.jpa.TemporalType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTemporal</h4>
<pre>public&nbsp;void&nbsp;setTemporal(<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa">TemporalType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the temporal property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/TemporalType.html" title="enum in org.apache.openejb.jee.jpa"><code>TemporalType</code></a></dd>
</dl>
</li>
</ul>
<a name="getEnumerated--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEnumerated</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a>&nbsp;getEnumerated()</pre>
<div class="block">Gets the value of the enumerated property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa"><code>EnumType</code></a></dd>
</dl>
</li>
</ul>
<a name="setEnumerated-org.apache.openejb.jee.jpa.EnumType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEnumerated</h4>
<pre>public&nbsp;void&nbsp;setEnumerated(<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa">EnumType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the enumerated property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/EnumType.html" title="enum in org.apache.openejb.jee.jpa"><code>EnumType</code></a></dd>
</dl>
</li>
</ul>
<a name="getLob--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLob</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa">Lob</a>&nbsp;getLob()</pre>
<div class="block">Gets the value of the lob property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa"><code>Lob</code></a></dd>
</dl>
</li>
</ul>
<a name="setLob-org.apache.openejb.jee.jpa.Lob-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLob</h4>
<pre>public&nbsp;void&nbsp;setLob(<a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa">Lob</a>&nbsp;value)</pre>
<div class="block">Sets the value of the lob property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/Lob.html" title="class in org.apache.openejb.jee.jpa"><code>Lob</code></a></dd>
</dl>
</li>
</ul>
<a name="getAttributeOverride--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAttributeOverride</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa">AttributeOverride</a>&gt;&nbsp;getAttributeOverride()</pre>
<div class="block">Gets the value of the attributeOverride property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the attributeOverride property.
For example, to add a new item, do as follows:
<pre>
getAttributeOverride().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/AttributeOverride.html" title="class in org.apache.openejb.jee.jpa"><code>AttributeOverride</code></a></div>
</li>
</ul>
<a name="getAssociationOverride--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAssociationOverride</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/AssociationOverride.html" title="class in org.apache.openejb.jee.jpa">AssociationOverride</a>&gt;&nbsp;getAssociationOverride()</pre>
<div class="block">Gets the value of the associationOverride property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the associationOverride property.
For example, to add a new item, do as follows:
<pre>
getAssociationOverride().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/AssociationOverride.html" title="class in org.apache.openejb.jee.jpa"><code>AssociationOverride</code></a></div>
</li>
</ul>
<a name="getCollectionTable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCollectionTable</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa">CollectionTable</a>&nbsp;getCollectionTable()</pre>
<div class="block">Gets the value of the collectionTable property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa"><code>CollectionTable</code></a></dd>
</dl>
</li>
</ul>
<a name="setCollectionTable-org.apache.openejb.jee.jpa.CollectionTable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCollectionTable</h4>
<pre>public&nbsp;void&nbsp;setCollectionTable(<a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa">CollectionTable</a>&nbsp;value)</pre>
<div class="block">Sets the value of the collectionTable property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/CollectionTable.html" title="class in org.apache.openejb.jee.jpa"><code>CollectionTable</code></a></dd>
</dl>
</li>
</ul>
<a name="getName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre>public&nbsp;java.lang.String&nbsp;getName()</pre>
<div class="block">Gets the value of the name property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setName-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setName</h4>
<pre>public&nbsp;void&nbsp;setName(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the name property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getTargetClass--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTargetClass</h4>
<pre>public&nbsp;java.lang.String&nbsp;getTargetClass()</pre>
<div class="block">Gets the value of the targetClass property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setTargetClass-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTargetClass</h4>
<pre>public&nbsp;void&nbsp;setTargetClass(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the targetClass property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="getFetch--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFetch</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa">FetchType</a>&nbsp;getFetch()</pre>
<div class="block">Gets the value of the fetch property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa"><code>FetchType</code></a></dd>
</dl>
</li>
</ul>
<a name="setFetch-org.apache.openejb.jee.jpa.FetchType-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFetch</h4>
<pre>public&nbsp;void&nbsp;setFetch(<a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa">FetchType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the fetch property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/FetchType.html" title="enum in org.apache.openejb.jee.jpa"><code>FetchType</code></a></dd>
</dl>
</li>
</ul>
<a name="getAccess--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAccess</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa">AccessType</a>&nbsp;getAccess()</pre>
<div class="block">Gets the value of the access property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa"><code>AccessType</code></a></dd>
</dl>
</li>
</ul>
<a name="setAccess-org.apache.openejb.jee.jpa.AccessType-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setAccess</h4>
<pre>public&nbsp;void&nbsp;setAccess(<a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa">AccessType</a>&nbsp;value)</pre>
<div class="block">Sets the value of the access property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/AccessType.html" title="enum in org.apache.openejb.jee.jpa"><code>AccessType</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/openejb/jee/jpa/DiscriminatorType.html" title="enum in org.apache.openejb.jee.jpa"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/jpa/Embeddable.html" title="class in org.apache.openejb.jee.jpa"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/openejb/jee/jpa/ElementCollection.html" target="_top">Frames</a></li>
<li><a href="ElementCollection.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.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>
</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 name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>