blob: a4c886eb9b16bedd443c748de635a885fc27a5aa [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>EntityMappings</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="EntityMappings";
}
}
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};
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/EntityListeners.html" title="class in org.apache.openejb.jee.jpa"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/jpa/EntityResult.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/EntityMappings.html" target="_top">Frames</a></li>
<li><a href="EntityMappings.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 EntityMappings" class="title">Class EntityMappings</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.openejb.jee.jpa.EntityMappings</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">EntityMappings</span>
extends java.lang.Object</pre>
<div class="block">The entity-mappings element is the root element of a mapping
file. It contains the following four types of elements:
1. The persistence-unit-metadata element contains metadata
for the entire persistence unit. It is undefined if this element
occurs in multiple mapping files within the same persistence unit.
2. The package, schema, catalog and access elements apply to all of
the entity, mapped-superclass and embeddable elements defined in
the same file in which they occur.
3. The sequence-generator, table-generator, named-query,
named-native-query and sql-result-set-mapping elements are global
to the persistence unit. It is undefined to have more than one
sequence-generator or table-generator of the same name in the same
or different mapping files in a persistence unit. It is also
undefined to have more than one named-query, named-native-query, or
result-set-mapping of the same name in the same or different mapping
files in a persistence unit.
4. The entity, mapped-superclass and embeddable elements each define
the mapping information for a managed persistent class. The mapping
information contained in these elements may be complete or it may
be partial.
<p>Java class for anonymous complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType&gt;
&lt;complexContent&gt;
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
&lt;sequence&gt;
&lt;element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="persistence-unit-metadata" type="{http://java.sun.com/xml/ns/persistence/orm}persistence-unit-metadata" minOccurs="0"/&gt;
&lt;element name="package" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
&lt;element name="access" type="{http://java.sun.com/xml/ns/persistence/orm}access-type" minOccurs="0"/&gt;
&lt;element name="sequence-generator" type="{http://java.sun.com/xml/ns/persistence/orm}sequence-generator" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="table-generator" type="{http://java.sun.com/xml/ns/persistence/orm}table-generator" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="named-query" type="{http://java.sun.com/xml/ns/persistence/orm}named-query" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="named-native-query" type="{http://java.sun.com/xml/ns/persistence/orm}named-native-query" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="sql-result-set-mapping" type="{http://java.sun.com/xml/ns/persistence/orm}sql-result-set-mapping" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="mapped-superclass" type="{http://java.sun.com/xml/ns/persistence/orm}mapped-superclass" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="entity" type="{http://java.sun.com/xml/ns/persistence/orm}entity" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;element name="embeddable" type="{http://java.sun.com/xml/ns/persistence/orm}embeddable" maxOccurs="unbounded" minOccurs="0"/&gt;
&lt;/sequence&gt;
&lt;attribute name="version" use="required" type="{http://java.sun.com/xml/ns/persistence/orm}versionType" fixed="2.0" /&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 java.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#Z:Z_package">_package</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<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/EntityMappings.html#access">access</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/EntityMappings.html#catalog">catalog</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/EntityMappings.html#description">description</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/Embeddable.html" title="class in org.apache.openejb.jee.jpa">Embeddable</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#embeddable">embeddable</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/KeyedCollection.html" title="class in org.apache.openejb.jee">KeyedCollection</a>&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/Entity.html" title="class in org.apache.openejb.jee.jpa">Entity</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#entity">entity</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/KeyedCollection.html" title="class in org.apache.openejb.jee">KeyedCollection</a>&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/MappedSuperclass.html" title="class in org.apache.openejb.jee.jpa">MappedSuperclass</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#mappedSuperclass">mappedSuperclass</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/NamedNativeQuery.html" title="class in org.apache.openejb.jee.jpa">NamedNativeQuery</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#namedNativeQuery">namedNativeQuery</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/NamedQuery.html" title="class in org.apache.openejb.jee.jpa">NamedQuery</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#namedQuery">namedQuery</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa">PersistenceUnitMetadata</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#persistenceUnitMetadata">persistenceUnitMetadata</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/EntityMappings.html#schema">schema</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/SequenceGenerator.html" title="class in org.apache.openejb.jee.jpa">SequenceGenerator</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#sequenceGenerator">sequenceGenerator</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/SqlResultSetMapping.html" title="class in org.apache.openejb.jee.jpa">SqlResultSetMapping</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#sqlResultSetMapping">sqlResultSetMapping</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/TableGenerator.html" title="class in org.apache.openejb.jee.jpa">TableGenerator</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#tableGenerator">tableGenerator</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/EntityMappings.html#version">version</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/EntityMappings.html#EntityMappings--">EntityMappings</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/EntityMappings.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.lang.String</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getCatalog--">getCatalog</a></span>()</code>
<div class="block">Gets the value of the catalog property.</div>
</td>
</tr>
<tr id="i2" 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/EntityMappings.html#getDescription--">getDescription</a></span>()</code>
<div class="block">Gets the value of the description property.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/Embeddable.html" title="class in org.apache.openejb.jee.jpa">Embeddable</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getEmbeddable--">getEmbeddable</a></span>()</code>
<div class="block">Gets the value of the embeddable property.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/openejb/jee/jpa/Entity.html" title="class in org.apache.openejb.jee.jpa">Entity</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getEntity--">getEntity</a></span>()</code>
<div class="block">Gets the value of the entity property.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/Entity.html" title="class in org.apache.openejb.jee.jpa">Entity</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getEntityMap--">getEntityMap</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.util.Collection&lt;<a href="../../../../../org/apache/openejb/jee/jpa/MappedSuperclass.html" title="class in org.apache.openejb.jee.jpa">MappedSuperclass</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getMappedSuperclass--">getMappedSuperclass</a></span>()</code>
<div class="block">Gets the value of the mappedSuperclass property.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/MappedSuperclass.html" title="class in org.apache.openejb.jee.jpa">MappedSuperclass</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getMappedSuperclassMap--">getMappedSuperclassMap</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/NamedNativeQuery.html" title="class in org.apache.openejb.jee.jpa">NamedNativeQuery</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getNamedNativeQuery--">getNamedNativeQuery</a></span>()</code>
<div class="block">Gets the value of the namedNativeQuery property.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/NamedQuery.html" title="class in org.apache.openejb.jee.jpa">NamedQuery</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getNamedQuery--">getNamedQuery</a></span>()</code>
<div class="block">Gets the value of the namedQuery property.</div>
</td>
</tr>
<tr id="i10" 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/EntityMappings.html#getPackage--">getPackage</a></span>()</code>
<div class="block">Gets the value of the package property.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa">PersistenceUnitMetadata</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getPersistenceUnitMetadata--">getPersistenceUnitMetadata</a></span>()</code>
<div class="block">Gets the value of the persistenceUnitMetadata property.</div>
</td>
</tr>
<tr id="i12" 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/EntityMappings.html#getSchema--">getSchema</a></span>()</code>
<div class="block">Gets the value of the schema property.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/SequenceGenerator.html" title="class in org.apache.openejb.jee.jpa">SequenceGenerator</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getSequenceGenerator--">getSequenceGenerator</a></span>()</code>
<div class="block">Gets the value of the sequenceGenerator property.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/SqlResultSetMapping.html" title="class in org.apache.openejb.jee.jpa">SqlResultSetMapping</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getSqlResultSetMapping--">getSqlResultSetMapping</a></span>()</code>
<div class="block">Gets the value of the sqlResultSetMapping property.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/TableGenerator.html" title="class in org.apache.openejb.jee.jpa">TableGenerator</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#getTableGenerator--">getTableGenerator</a></span>()</code>
<div class="block">Gets the value of the tableGenerator 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/EntityMappings.html#getVersion--">getVersion</a></span>()</code>
<div class="block">Gets the value of the version property.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.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="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#setCatalog-java.lang.String-">setCatalog</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the catalog property.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/openejb/jee/jpa/EntityMappings.html#setDescription-java.lang.String-">setDescription</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the description 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/EntityMappings.html#setPackage-java.lang.String-">setPackage</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the package 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/EntityMappings.html#setPersistenceUnitMetadata-org.apache.openejb.jee.jpa.PersistenceUnitMetadata-">setPersistenceUnitMetadata</a></span>(<a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa">PersistenceUnitMetadata</a>&nbsp;value)</code>
<div class="block">Sets the value of the persistenceUnitMetadata 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/EntityMappings.html#setSchema-java.lang.String-">setSchema</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the schema 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/EntityMappings.html#setVersion-java.lang.String-">setVersion</a></span>(java.lang.String&nbsp;value)</code>
<div class="block">Sets the value of the version 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="description">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>description</h4>
<pre>protected&nbsp;java.lang.String description</pre>
</li>
</ul>
<a name="persistenceUnitMetadata">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>persistenceUnitMetadata</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa">PersistenceUnitMetadata</a> persistenceUnitMetadata</pre>
</li>
</ul>
<a name="Z:Z_package">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>_package</h4>
<pre>protected&nbsp;java.lang.String _package</pre>
</li>
</ul>
<a name="schema">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>schema</h4>
<pre>protected&nbsp;java.lang.String schema</pre>
</li>
</ul>
<a name="catalog">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>catalog</h4>
<pre>protected&nbsp;java.lang.String catalog</pre>
</li>
</ul>
<a name="access">
<!-- -->
</a>
<ul class="blockList">
<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>
<a name="sequenceGenerator">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sequenceGenerator</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/SequenceGenerator.html" title="class in org.apache.openejb.jee.jpa">SequenceGenerator</a>&gt; sequenceGenerator</pre>
</li>
</ul>
<a name="tableGenerator">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tableGenerator</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/TableGenerator.html" title="class in org.apache.openejb.jee.jpa">TableGenerator</a>&gt; tableGenerator</pre>
</li>
</ul>
<a name="namedQuery">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>namedQuery</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/NamedQuery.html" title="class in org.apache.openejb.jee.jpa">NamedQuery</a>&gt; namedQuery</pre>
</li>
</ul>
<a name="namedNativeQuery">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>namedNativeQuery</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/NamedNativeQuery.html" title="class in org.apache.openejb.jee.jpa">NamedNativeQuery</a>&gt; namedNativeQuery</pre>
</li>
</ul>
<a name="sqlResultSetMapping">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sqlResultSetMapping</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/SqlResultSetMapping.html" title="class in org.apache.openejb.jee.jpa">SqlResultSetMapping</a>&gt; sqlResultSetMapping</pre>
</li>
</ul>
<a name="mappedSuperclass">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>mappedSuperclass</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/KeyedCollection.html" title="class in org.apache.openejb.jee">KeyedCollection</a>&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/MappedSuperclass.html" title="class in org.apache.openejb.jee.jpa">MappedSuperclass</a>&gt; mappedSuperclass</pre>
</li>
</ul>
<a name="entity">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>entity</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/openejb/jee/KeyedCollection.html" title="class in org.apache.openejb.jee">KeyedCollection</a>&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/Entity.html" title="class in org.apache.openejb.jee.jpa">Entity</a>&gt; entity</pre>
</li>
</ul>
<a name="embeddable">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>embeddable</h4>
<pre>protected&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/Embeddable.html" title="class in org.apache.openejb.jee.jpa">Embeddable</a>&gt; embeddable</pre>
</li>
</ul>
<a name="version">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>version</h4>
<pre>protected&nbsp;java.lang.String version</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="EntityMappings--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>EntityMappings</h4>
<pre>public&nbsp;EntityMappings()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDescription</h4>
<pre>public&nbsp;java.lang.String&nbsp;getDescription()</pre>
<div class="block">Gets the value of the description property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setDescription-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDescription</h4>
<pre>public&nbsp;void&nbsp;setDescription(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the description 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="getPersistenceUnitMetadata--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPersistenceUnitMetadata</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa">PersistenceUnitMetadata</a>&nbsp;getPersistenceUnitMetadata()</pre>
<div class="block">Gets the value of the persistenceUnitMetadata property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa"><code>PersistenceUnitMetadata</code></a></dd>
</dl>
</li>
</ul>
<a name="setPersistenceUnitMetadata-org.apache.openejb.jee.jpa.PersistenceUnitMetadata-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPersistenceUnitMetadata</h4>
<pre>public&nbsp;void&nbsp;setPersistenceUnitMetadata(<a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa">PersistenceUnitMetadata</a>&nbsp;value)</pre>
<div class="block">Sets the value of the persistenceUnitMetadata property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<a href="../../../../../org/apache/openejb/jee/jpa/PersistenceUnitMetadata.html" title="class in org.apache.openejb.jee.jpa"><code>PersistenceUnitMetadata</code></a></dd>
</dl>
</li>
</ul>
<a name="getPackage--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPackage</h4>
<pre>public&nbsp;java.lang.String&nbsp;getPackage()</pre>
<div class="block">Gets the value of the package property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setPackage-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPackage</h4>
<pre>public&nbsp;void&nbsp;setPackage(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the package 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="getSchema--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSchema</h4>
<pre>public&nbsp;java.lang.String&nbsp;getSchema()</pre>
<div class="block">Gets the value of the schema property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setSchema-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSchema</h4>
<pre>public&nbsp;void&nbsp;setSchema(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the schema 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="getCatalog--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCatalog</h4>
<pre>public&nbsp;java.lang.String&nbsp;getCatalog()</pre>
<div class="block">Gets the value of the catalog property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setCatalog-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setCatalog</h4>
<pre>public&nbsp;void&nbsp;setCatalog(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the catalog 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="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="blockList">
<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>
<a name="getSequenceGenerator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSequenceGenerator</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/SequenceGenerator.html" title="class in org.apache.openejb.jee.jpa">SequenceGenerator</a>&gt;&nbsp;getSequenceGenerator()</pre>
<div class="block">Gets the value of the sequenceGenerator 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 sequenceGenerator property.
For example, to add a new item, do as follows:
<pre>
getSequenceGenerator().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/SequenceGenerator.html" title="class in org.apache.openejb.jee.jpa"><code>SequenceGenerator</code></a></div>
</li>
</ul>
<a name="getTableGenerator--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTableGenerator</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/TableGenerator.html" title="class in org.apache.openejb.jee.jpa">TableGenerator</a>&gt;&nbsp;getTableGenerator()</pre>
<div class="block">Gets the value of the tableGenerator 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 tableGenerator property.
For example, to add a new item, do as follows:
<pre>
getTableGenerator().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/TableGenerator.html" title="class in org.apache.openejb.jee.jpa"><code>TableGenerator</code></a></div>
</li>
</ul>
<a name="getNamedQuery--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNamedQuery</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/NamedQuery.html" title="class in org.apache.openejb.jee.jpa">NamedQuery</a>&gt;&nbsp;getNamedQuery()</pre>
<div class="block">Gets the value of the namedQuery 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 namedQuery property.
For example, to add a new item, do as follows:
<pre>
getNamedQuery().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/NamedQuery.html" title="class in org.apache.openejb.jee.jpa"><code>NamedQuery</code></a></div>
</li>
</ul>
<a name="getNamedNativeQuery--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNamedNativeQuery</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/NamedNativeQuery.html" title="class in org.apache.openejb.jee.jpa">NamedNativeQuery</a>&gt;&nbsp;getNamedNativeQuery()</pre>
<div class="block">Gets the value of the namedNativeQuery 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 namedNativeQuery property.
For example, to add a new item, do as follows:
<pre>
getNamedNativeQuery().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/NamedNativeQuery.html" title="class in org.apache.openejb.jee.jpa"><code>NamedNativeQuery</code></a></div>
</li>
</ul>
<a name="getSqlResultSetMapping--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSqlResultSetMapping</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/SqlResultSetMapping.html" title="class in org.apache.openejb.jee.jpa">SqlResultSetMapping</a>&gt;&nbsp;getSqlResultSetMapping()</pre>
<div class="block">Gets the value of the sqlResultSetMapping 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 sqlResultSetMapping property.
For example, to add a new item, do as follows:
<pre>
getSqlResultSetMapping().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/SqlResultSetMapping.html" title="class in org.apache.openejb.jee.jpa"><code>SqlResultSetMapping</code></a></div>
</li>
</ul>
<a name="getMappedSuperclass--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMappedSuperclass</h4>
<pre>public&nbsp;java.util.Collection&lt;<a href="../../../../../org/apache/openejb/jee/jpa/MappedSuperclass.html" title="class in org.apache.openejb.jee.jpa">MappedSuperclass</a>&gt;&nbsp;getMappedSuperclass()</pre>
<div class="block">Gets the value of the mappedSuperclass 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 mappedSuperclass property.
For example, to add a new item, do as follows:
<pre>
getMappedSuperclass().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/MappedSuperclass.html" title="class in org.apache.openejb.jee.jpa"><code>MappedSuperclass</code></a></div>
</li>
</ul>
<a name="getMappedSuperclassMap--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMappedSuperclassMap</h4>
<pre>public&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/MappedSuperclass.html" title="class in org.apache.openejb.jee.jpa">MappedSuperclass</a>&gt;&nbsp;getMappedSuperclassMap()</pre>
</li>
</ul>
<a name="getEntity--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntity</h4>
<pre>public&nbsp;java.util.Collection&lt;<a href="../../../../../org/apache/openejb/jee/jpa/Entity.html" title="class in org.apache.openejb.jee.jpa">Entity</a>&gt;&nbsp;getEntity()</pre>
<div class="block">Gets the value of the entity 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 entity property.
For example, to add a new item, do as follows:
<pre>
getEntity().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/Entity.html" title="class in org.apache.openejb.jee.jpa"><code>Entity</code></a></div>
</li>
</ul>
<a name="getEntityMap--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEntityMap</h4>
<pre>public&nbsp;java.util.Map&lt;java.lang.String,<a href="../../../../../org/apache/openejb/jee/jpa/Entity.html" title="class in org.apache.openejb.jee.jpa">Entity</a>&gt;&nbsp;getEntityMap()</pre>
</li>
</ul>
<a name="getEmbeddable--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getEmbeddable</h4>
<pre>public&nbsp;java.util.List&lt;<a href="../../../../../org/apache/openejb/jee/jpa/Embeddable.html" title="class in org.apache.openejb.jee.jpa">Embeddable</a>&gt;&nbsp;getEmbeddable()</pre>
<div class="block">Gets the value of the embeddable 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 embeddable property.
For example, to add a new item, do as follows:
<pre>
getEmbeddable().add(newItem);
</pre>
Objects of the following type(s) are allowed in the list
<a href="../../../../../org/apache/openejb/jee/jpa/Embeddable.html" title="class in org.apache.openejb.jee.jpa"><code>Embeddable</code></a></div>
</li>
</ul>
<a name="getVersion--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersion</h4>
<pre>public&nbsp;java.lang.String&nbsp;getVersion()</pre>
<div class="block">Gets the value of the version property.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>possible object is
<code>String</code></dd>
</dl>
</li>
</ul>
<a name="setVersion-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setVersion</h4>
<pre>public&nbsp;void&nbsp;setVersion(java.lang.String&nbsp;value)</pre>
<div class="block">Sets the value of the version property.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>value</code> - allowed object is
<code>String</code></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/EntityListeners.html" title="class in org.apache.openejb.jee.jpa"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/openejb/jee/jpa/EntityResult.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/EntityMappings.html" target="_top">Frames</a></li>
<li><a href="EntityMappings.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>