blob: 950308659159f67a3d7c9438e9be103d0ef747c5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 14 10:04:04 CEST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AnnotationPersistenceMetaDataSerializer (OpenJPA Parent POM 2.4.3 API)</title>
<meta name="date" content="2018-06-14">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AnnotationPersistenceMetaDataSerializer (OpenJPA Parent POM 2.4.3 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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="class-use/AnnotationPersistenceMetaDataSerializer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.html" title="class in org.apache.openjpa.persistence"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.SerializationComparator.html" title="class in org.apache.openjpa.persistence"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html" target="_top">Frames</a></li>
<li><a href="AnnotationPersistenceMetaDataSerializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&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.openjpa.persistence</div>
<h2 title="Class AnnotationPersistenceMetaDataSerializer" class="title">Class AnnotationPersistenceMetaDataSerializer</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html" title="interface in org.apache.openjpa.lib.meta">MetaDataSerializer</a>, <a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/apache/openjpa/persistence/jdbc/AnnotationPersistenceMappingSerializer.html" title="class in org.apache.openjpa.persistence.jdbc">AnnotationPersistenceMappingSerializer</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">AnnotationPersistenceMetaDataSerializer</span>
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
implements <a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></pre>
<div class="block">Serializes persistence metadata as annotations.
This class processes all object level tags that are store-agnostic.
However, it provides hooks for the subclasses to include store-specific
tags to be serialized both at &lt;entity-mappings&gt; and
&lt;entity&gt; level.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>1.0.0</dd>
<dt><span class="strong">Author:</span></dt>
<dd>Steve Kim, Gokhan Ergul</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.SerializationComparator.html" title="class in org.apache.openjpa.persistence">AnnotationPersistenceMetaDataSerializer.SerializationComparator</a></strong></code>
<div class="block">Compares clases, sequences, and queries to order them for serialization.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" 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 static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#TYPE_CLASS_QUERIES">TYPE_CLASS_QUERIES</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#TYPE_CLASS_SEQS">TYPE_CLASS_SEQS</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#TYPE_META">TYPE_META</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#TYPE_QUERY">TYPE_QUERY</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#TYPE_SEQ">TYPE_SEQ</a></strong></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.openjpa.lib.meta.MetaDataSerializer">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.openjpa.lib.meta.<a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html" title="interface in org.apache.openjpa.lib.meta">MetaDataSerializer</a></h3>
<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#APPEND">APPEND</a>, <a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#COMPACT">COMPACT</a>, <a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#PRETTY">PRETTY</a>, <a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#VERBOSE">VERBOSE</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" 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><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#AnnotationPersistenceMetaDataSerializer(org.apache.openjpa.conf.OpenJPAConfiguration)">AnnotationPersistenceMetaDataSerializer</a></strong>(<a href="../../../../org/apache/openjpa/conf/OpenJPAConfiguration.html" title="interface in org.apache.openjpa.conf">OpenJPAConfiguration</a>&nbsp;conf)</code>
<div class="block">Constructor.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAll(org.apache.openjpa.meta.MetaDataRepository)">addAll</a></strong>(<a href="../../../../org/apache/openjpa/meta/MetaDataRepository.html" title="class in org.apache.openjpa.meta">MetaDataRepository</a>&nbsp;repos)</code>
<div class="block">Add all components in the given repository to the set to be serialized.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder,%20org.apache.openjpa.meta.ClassMetaData)">addAnnotation</a></strong>(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</code>
<div class="block">Add an annotation builder to list of builders for the specified
class metadata.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder,%20org.apache.openjpa.meta.FieldMetaData)">addAnnotation</a></strong>(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;meta)</code>
<div class="block">Add an annotation builder to list of builders for the specified
field metadata.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder,%20java.lang.Object)">addAnnotation</a></strong>(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;meta)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder,%20org.apache.openjpa.meta.QueryMetaData)">addAnnotation</a></strong>(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</code>
<div class="block">Add an annotation builder to list of builders for the specified
query metadata.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder,%20org.apache.openjpa.meta.SequenceMetaData)">addAnnotation</a></strong>(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</code>
<div class="block">Add an annotation builder to list of builders for the specified
sequence metadata.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(java.lang.Class,%20org.apache.openjpa.meta.ClassMetaData)">addAnnotation</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</code>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(java.lang.Class,%20org.apache.openjpa.meta.FieldMetaData)">addAnnotation</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;meta)</code>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(java.lang.Class,%20org.apache.openjpa.meta.QueryMetaData)">addAnnotation</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</code>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addAnnotation(java.lang.Class,%20org.apache.openjpa.meta.SequenceMetaData)">addAnnotation</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</code>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addClassMappingAnnotations(org.apache.openjpa.meta.ClassMetaData)">addClassMappingAnnotations</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;mapping)</code>
<div class="block">Add mapping attributes for the given class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addFieldMappingAttributes(org.apache.openjpa.meta.FieldMetaData,%20org.apache.openjpa.meta.FieldMetaData,%20org.apache.openjpa.persistence.AnnotationBuilder)">addFieldMappingAttributes</a></strong>(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;orig,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</code>
<div class="block">Add mapping attributes for the given field.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addMetaData(org.apache.openjpa.meta.ClassMetaData)">addMetaData</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</code>
<div class="block">Add a class meta data to the set to be serialized.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addQueryMetaData(org.apache.openjpa.meta.QueryMetaData)">addQueryMetaData</a></strong>(<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</code>
<div class="block">Add a query meta data to the set to be serialized.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addSequenceMetaData(org.apache.openjpa.meta.SequenceMetaData)">addSequenceMetaData</a></strong>(<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</code>
<div class="block">Add a sequence meta data to the set to be serialized.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addStrategyMappingAttributes(org.apache.openjpa.meta.FieldMetaData,%20org.apache.openjpa.persistence.AnnotationBuilder)">addStrategyMappingAttributes</a></strong>(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</code>
<div class="block">Set mapping attributes for strategy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#addSystemMappingElements(java.util.Collection)">addSystemMappingElements</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;toSerialize)</code>
<div class="block">Add system-level mapping elements to be serialized.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#clear()">clear</a></strong>()</code>
<div class="block">Clear the set of metadatas to be serialized.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getClassMetaData()">getClassMetaData</a></strong>()</code>
<div class="block">Returns the stored ClassMetaData</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/openjpa/conf/OpenJPAConfiguration.html" title="interface in org.apache.openjpa.conf">OpenJPAConfiguration</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getConfiguration()">getConfiguration</a></strong>()</code>
<div class="block">Configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/openjpa/lib/log/Log.html" title="interface in org.apache.openjpa.lib.log">Log</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getLog()">getLog</a></strong>()</code>
<div class="block">The log to write to.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()">getMode</a></strong>()</code>
<div class="block">The serialization mode according to the expected document type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getObjects()">getObjects</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openjpa/persistence/PersistenceStrategy.html" title="enum in org.apache.openjpa.persistence">PersistenceStrategy</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getStrategy(org.apache.openjpa.meta.FieldMetaData)">getStrategy</a></strong>(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd)</code>
<div class="block">Return the serialized strategy name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#isMappingMode()">isMappingMode</a></strong>()</code>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#isMappingMode(org.apache.openjpa.meta.ClassMetaData)">isMappingMode</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</code>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#isMappingMode(org.apache.openjpa.meta.ValueMetaData)">isMappingMode</a></strong>(<a href="../../../../org/apache/openjpa/meta/ValueMetaData.html" title="interface in org.apache.openjpa.meta">ValueMetaData</a>&nbsp;vmd)</code>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#isMetaDataMode()">isMetaDataMode</a></strong>()</code>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#isQueryMode()">isQueryMode</a></strong>()</code>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#newAnnotationBuilder(java.lang.Class)">newAnnotationBuilder</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType)</code>
<div class="block">Creates a new annotation builder for the specified annotation type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.SerializationComparator.html" title="class in org.apache.openjpa.persistence">AnnotationPersistenceMetaDataSerializer.SerializationComparator</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#newSerializationComparator()">newSerializationComparator</a></strong>()</code>
<div class="block">Create a new comparator for ordering objects that are to be serialized.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#removeAll(org.apache.openjpa.meta.MetaDataRepository)">removeAll</a></strong>(<a href="../../../../org/apache/openjpa/meta/MetaDataRepository.html" title="class in org.apache.openjpa.meta">MetaDataRepository</a>&nbsp;repos)</code>
<div class="block">Remove all the components in the given repository from the set to be
serialized.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#removeMetaData(org.apache.openjpa.meta.ClassMetaData)">removeMetaData</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</code>
<div class="block">Remove a metadata from the set to be serialized.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#removeQueryMetaData(org.apache.openjpa.meta.QueryMetaData)">removeQueryMetaData</a></strong>(<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</code>
<div class="block">Remove a query metadata from the set to be serialized.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#removeSequenceMetaData(org.apache.openjpa.meta.SequenceMetaData)">removeSequenceMetaData</a></strong>(<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</code>
<div class="block">Remove a sequence metadata from the set to be serialized.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serialize(java.util.Collection)">serialize</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;objects)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serialize(java.io.File,%20int)">serialize</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
int&nbsp;flags)</code>
<div class="block">Serialize the current set of objects to the given file.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serialize(int)">serialize</a></strong>(int&nbsp;flags)</code>
<div class="block">Serialize the current set of objects to the files from which they were
parsed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serialize(java.util.Map,%20int)">serialize</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;output,
int&nbsp;flags)</code>
<div class="block">Serialize the current set of objects to the files from which they were
parsed.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serialize(java.io.Writer,%20int)">serialize</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;out,
int&nbsp;flags)</code>
<div class="block">Serialize the current set of objects to the given stream.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeAttributeOverride(org.apache.openjpa.meta.FieldMetaData,%20org.apache.openjpa.meta.FieldMetaData)">serializeAttributeOverride</a></strong>(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;orig)</code>
<div class="block">Always returns false by default.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeAttributeOverrideMappingContent(org.apache.openjpa.meta.FieldMetaData,%20org.apache.openjpa.meta.FieldMetaData,%20org.apache.openjpa.persistence.AnnotationBuilder)">serializeAttributeOverrideMappingContent</a></strong>(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;orig,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</code>
<div class="block">Serialize attribute override mapping content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeClass(org.apache.openjpa.meta.ClassMetaData)">serializeClass</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</code>
<div class="block">Serialize class metadata.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeClassMappingContent(org.apache.openjpa.meta.ClassMetaData)">serializeClassMappingContent</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;mapping)</code>
<div class="block">Serialize class mapping content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeFieldMappingContent(org.apache.openjpa.meta.FieldMetaData,%20org.apache.openjpa.persistence.PersistenceStrategy,%20org.apache.openjpa.persistence.AnnotationBuilder)">serializeFieldMappingContent</a></strong>(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/persistence/PersistenceStrategy.html" title="enum in org.apache.openjpa.persistence">PersistenceStrategy</a>&nbsp;strategy,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</code>
<div class="block">Serialize field mapping content; this will be called before
<code>#serializeValueMappingContent</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeInheritanceContent(org.apache.openjpa.meta.ClassMetaData)">serializeInheritanceContent</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;mapping)</code>
<div class="block">Serialize inheritance content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeQueryMappings(org.apache.openjpa.meta.ClassMetaData)">serializeQueryMappings</a></strong>(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</code>
<div class="block">Serialize query mappings.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeSequence(org.apache.openjpa.meta.SequenceMetaData)">serializeSequence</a></strong>(<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</code>
<div class="block">Serialize sequence metadata.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#serializeSystemMappingElement(java.lang.Object)">serializeSystemMappingElement</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</code>
<div class="block">Serialize unknown mapping element at system level.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#setLog(org.apache.openjpa.lib.log.Log)">setLog</a></strong>(<a href="../../../../org/apache/openjpa/lib/log/Log.html" title="interface in org.apache.openjpa.lib.log">Log</a>&nbsp;log)</code>
<div class="block">The log to write to.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#setMode(int)">setMode</a></strong>(int&nbsp;mode)</code>
<div class="block">The serialization mode according to the expected document type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#setMode(int,%20boolean)">setMode</a></strong>(int&nbsp;mode,
boolean&nbsp;on)</code>
<div class="block">The serialization mode according to the expected document type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#type(java.lang.Object)">type</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>
<div class="block">Return the type constant for the given object based on its runtime
class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#writeAnnotations(java.lang.Object,%20java.util.List,%20java.util.Map)">writeAnnotations</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;meta,
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&gt;&nbsp;builders,
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;output)</code>&nbsp;</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.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></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="TYPE_SEQ">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TYPE_SEQ</h4>
<pre>protected static final&nbsp;int TYPE_SEQ</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.TYPE_SEQ">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TYPE_QUERY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TYPE_QUERY</h4>
<pre>protected static final&nbsp;int TYPE_QUERY</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.TYPE_QUERY">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TYPE_META">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TYPE_META</h4>
<pre>protected static final&nbsp;int TYPE_META</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.TYPE_META">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TYPE_CLASS_SEQS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TYPE_CLASS_SEQS</h4>
<pre>protected static final&nbsp;int TYPE_CLASS_SEQS</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.TYPE_CLASS_SEQS">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="TYPE_CLASS_QUERIES">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>TYPE_CLASS_QUERIES</h4>
<pre>protected static final&nbsp;int TYPE_CLASS_QUERIES</pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.TYPE_CLASS_QUERIES">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AnnotationPersistenceMetaDataSerializer(org.apache.openjpa.conf.OpenJPAConfiguration)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AnnotationPersistenceMetaDataSerializer</h4>
<pre>public&nbsp;AnnotationPersistenceMetaDataSerializer(<a href="../../../../org/apache/openjpa/conf/OpenJPAConfiguration.html" title="interface in org.apache.openjpa.conf">OpenJPAConfiguration</a>&nbsp;conf)</pre>
<div class="block">Constructor. Supply configuration.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getConfiguration()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfiguration</h4>
<pre>public&nbsp;<a href="../../../../org/apache/openjpa/conf/OpenJPAConfiguration.html" title="interface in org.apache.openjpa.conf">OpenJPAConfiguration</a>&nbsp;getConfiguration()</pre>
<div class="block">Configuration.</div>
</li>
</ul>
<a name="getLog()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLog</h4>
<pre>public&nbsp;<a href="../../../../org/apache/openjpa/lib/log/Log.html" title="interface in org.apache.openjpa.lib.log">Log</a>&nbsp;getLog()</pre>
<div class="block">The log to write to.</div>
</li>
</ul>
<a name="setLog(org.apache.openjpa.lib.log.Log)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLog</h4>
<pre>public&nbsp;void&nbsp;setLog(<a href="../../../../org/apache/openjpa/lib/log/Log.html" title="interface in org.apache.openjpa.lib.log">Log</a>&nbsp;log)</pre>
<div class="block">The log to write to.</div>
</li>
</ul>
<a name="getMode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMode</h4>
<pre>public&nbsp;int&nbsp;getMode()</pre>
<div class="block">The serialization mode according to the expected document type. The
mode constants act as bit flags, and therefore can be combined.</div>
</li>
</ul>
<a name="setMode(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMode</h4>
<pre>public&nbsp;void&nbsp;setMode(int&nbsp;mode)</pre>
<div class="block">The serialization mode according to the expected document type. The
mode constants act as bit flags, and therefore can be combined.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html#setMode(int)">setMode</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></code></dd>
</dl>
</li>
</ul>
<a name="setMode(int, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMode</h4>
<pre>public&nbsp;void&nbsp;setMode(int&nbsp;mode,
boolean&nbsp;on)</pre>
<div class="block">The serialization mode according to the expected document type.</div>
</li>
</ul>
<a name="isMetaDataMode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMetaDataMode</h4>
<pre>protected&nbsp;boolean&nbsp;isMetaDataMode()</pre>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</li>
</ul>
<a name="isQueryMode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isQueryMode</h4>
<pre>protected&nbsp;boolean&nbsp;isQueryMode()</pre>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</li>
</ul>
<a name="isMappingMode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMappingMode</h4>
<pre>protected&nbsp;boolean&nbsp;isMappingMode()</pre>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>.</div>
</li>
</ul>
<a name="isMappingMode(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMappingMode</h4>
<pre>protected&nbsp;boolean&nbsp;isMappingMode(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</pre>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>. Takes into
account whether mapping information is loaded for the given instance.
OPENJPA-1360 - Allow @Column attributes when meta.isEmbeddedOnly()</div>
</li>
</ul>
<a name="isMappingMode(org.apache.openjpa.meta.ValueMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMappingMode</h4>
<pre>protected&nbsp;boolean&nbsp;isMappingMode(<a href="../../../../org/apache/openjpa/meta/ValueMetaData.html" title="interface in org.apache.openjpa.meta">ValueMetaData</a>&nbsp;vmd)</pre>
<div class="block">Convenience method for interpreting <a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html#getMode()"><code>getMode()</code></a>. Takes into
account whether mapping information is loaded for the given instance.</div>
</li>
</ul>
<a name="addMetaData(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addMetaData</h4>
<pre>public&nbsp;void&nbsp;addMetaData(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</pre>
<div class="block">Add a class meta data to the set to be serialized.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html#addMetaData(org.apache.openjpa.meta.ClassMetaData)">addMetaData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></code></dd>
</dl>
</li>
</ul>
<a name="addSequenceMetaData(org.apache.openjpa.meta.SequenceMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addSequenceMetaData</h4>
<pre>public&nbsp;void&nbsp;addSequenceMetaData(<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</pre>
<div class="block">Add a sequence meta data to the set to be serialized.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html#addSequenceMetaData(org.apache.openjpa.meta.SequenceMetaData)">addSequenceMetaData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></code></dd>
</dl>
</li>
</ul>
<a name="addQueryMetaData(org.apache.openjpa.meta.QueryMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addQueryMetaData</h4>
<pre>public&nbsp;void&nbsp;addQueryMetaData(<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</pre>
<div class="block">Add a query meta data to the set to be serialized.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html#addQueryMetaData(org.apache.openjpa.meta.QueryMetaData)">addQueryMetaData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></code></dd>
</dl>
</li>
</ul>
<a name="addAll(org.apache.openjpa.meta.MetaDataRepository)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAll</h4>
<pre>public&nbsp;void&nbsp;addAll(<a href="../../../../org/apache/openjpa/meta/MetaDataRepository.html" title="class in org.apache.openjpa.meta">MetaDataRepository</a>&nbsp;repos)</pre>
<div class="block">Add all components in the given repository to the set to be serialized.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html#addAll(org.apache.openjpa.meta.MetaDataRepository)">addAll</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></code></dd>
</dl>
</li>
</ul>
<a name="removeMetaData(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeMetaData</h4>
<pre>public&nbsp;boolean&nbsp;removeMetaData(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</pre>
<div class="block">Remove a metadata from the set to be serialized.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html#removeMetaData(org.apache.openjpa.meta.ClassMetaData)">removeMetaData</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/meta/AbstractCFMetaDataFactory.Serializer.html" title="interface in org.apache.openjpa.meta">AbstractCFMetaDataFactory.Serializer</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>true if removed, false if not in set</dd></dl>
</li>
</ul>
<a name="removeSequenceMetaData(org.apache.openjpa.meta.SequenceMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeSequenceMetaData</h4>
<pre>public&nbsp;boolean&nbsp;removeSequenceMetaData(<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</pre>
<div class="block">Remove a sequence metadata from the set to be serialized.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if removed, false if not in set</dd></dl>
</li>
</ul>
<a name="removeQueryMetaData(org.apache.openjpa.meta.QueryMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeQueryMetaData</h4>
<pre>public&nbsp;boolean&nbsp;removeQueryMetaData(<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</pre>
<div class="block">Remove a query metadata from the set to be serialized.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if removed, false if not in set</dd></dl>
</li>
</ul>
<a name="removeAll(org.apache.openjpa.meta.MetaDataRepository)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeAll</h4>
<pre>public&nbsp;boolean&nbsp;removeAll(<a href="../../../../org/apache/openjpa/meta/MetaDataRepository.html" title="class in org.apache.openjpa.meta">MetaDataRepository</a>&nbsp;repos)</pre>
<div class="block">Remove all the components in the given repository from the set to be
serialized.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>true if any components removed, false if none in set</dd></dl>
</li>
</ul>
<a name="clear()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>clear</h4>
<pre>public&nbsp;void&nbsp;clear()</pre>
<div class="block">Clear the set of metadatas to be serialized.</div>
</li>
</ul>
<a name="addSystemMappingElements(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addSystemMappingElements</h4>
<pre>protected&nbsp;void&nbsp;addSystemMappingElements(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;toSerialize)</pre>
<div class="block">Add system-level mapping elements to be serialized. Does nothing
by default.</div>
</li>
</ul>
<a name="newSerializationComparator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newSerializationComparator</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.SerializationComparator.html" title="class in org.apache.openjpa.persistence">AnnotationPersistenceMetaDataSerializer.SerializationComparator</a>&nbsp;newSerializationComparator()</pre>
<div class="block">Create a new comparator for ordering objects that are to be serialized.</div>
</li>
</ul>
<a name="newAnnotationBuilder(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newAnnotationBuilder</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;newAnnotationBuilder(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType)</pre>
<div class="block">Creates a new annotation builder for the specified annotation type.</div>
</li>
</ul>
<a name="addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;void&nbsp;addAnnotation(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;meta)</pre>
</li>
</ul>
<a name="addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder, org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;void&nbsp;addAnnotation(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</pre>
<div class="block">Add an annotation builder to list of builders for the specified
class metadata.</div>
</li>
</ul>
<a name="addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder, org.apache.openjpa.meta.FieldMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;void&nbsp;addAnnotation(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;meta)</pre>
<div class="block">Add an annotation builder to list of builders for the specified
field metadata.</div>
</li>
</ul>
<a name="addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder, org.apache.openjpa.meta.SequenceMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;void&nbsp;addAnnotation(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</pre>
<div class="block">Add an annotation builder to list of builders for the specified
sequence metadata.</div>
</li>
</ul>
<a name="addAnnotation(org.apache.openjpa.persistence.AnnotationBuilder, org.apache.openjpa.meta.QueryMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;void&nbsp;addAnnotation(<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab,
<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</pre>
<div class="block">Add an annotation builder to list of builders for the specified
query metadata.</div>
</li>
</ul>
<a name="addAnnotation(java.lang.Class, org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;addAnnotation(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</pre>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</li>
</ul>
<a name="addAnnotation(java.lang.Class, org.apache.openjpa.meta.FieldMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;addAnnotation(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;meta)</pre>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</li>
</ul>
<a name="addAnnotation(java.lang.Class, org.apache.openjpa.meta.SequenceMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;addAnnotation(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</pre>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</li>
</ul>
<a name="addAnnotation(java.lang.Class, org.apache.openjpa.meta.QueryMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addAnnotation</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;addAnnotation(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;annType,
<a href="../../../../org/apache/openjpa/meta/QueryMetaData.html" title="class in org.apache.openjpa.meta">QueryMetaData</a>&nbsp;meta)</pre>
<div class="block">Creates an an annotation builder for the specified class metadata
and adds it to list of builders.</div>
</li>
</ul>
<a name="serialize(java.util.Collection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>protected&nbsp;void&nbsp;serialize(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;objects)</pre>
</li>
</ul>
<a name="type(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>type</h4>
<pre>protected&nbsp;int&nbsp;type(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
<div class="block">Return the type constant for the given object based on its runtime
class. If the runtime class does not correspond to any of the known
types then returns -1. This can happen for tags
that are not handled at this store-agnostic level.</div>
</li>
</ul>
<a name="serializeSystemMappingElement(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeSystemMappingElement</h4>
<pre>protected&nbsp;void&nbsp;serializeSystemMappingElement(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
<div class="block">Serialize unknown mapping element at system level.</div>
</li>
</ul>
<a name="serializeSequence(org.apache.openjpa.meta.SequenceMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeSequence</h4>
<pre>protected&nbsp;void&nbsp;serializeSequence(<a href="../../../../org/apache/openjpa/meta/SequenceMetaData.html" title="class in org.apache.openjpa.meta">SequenceMetaData</a>&nbsp;meta)</pre>
<div class="block">Serialize sequence metadata.</div>
</li>
</ul>
<a name="serializeClass(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeClass</h4>
<pre>protected&nbsp;void&nbsp;serializeClass(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</pre>
<div class="block">Serialize class metadata.</div>
</li>
</ul>
<a name="addClassMappingAnnotations(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addClassMappingAnnotations</h4>
<pre>protected&nbsp;void&nbsp;addClassMappingAnnotations(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;mapping)</pre>
<div class="block">Add mapping attributes for the given class. Does nothing by default</div>
</li>
</ul>
<a name="serializeClassMappingContent(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeClassMappingContent</h4>
<pre>protected&nbsp;void&nbsp;serializeClassMappingContent(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;mapping)</pre>
<div class="block">Serialize class mapping content. Does nothing by default.</div>
</li>
</ul>
<a name="serializeInheritanceContent(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeInheritanceContent</h4>
<pre>protected&nbsp;void&nbsp;serializeInheritanceContent(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;mapping)</pre>
<div class="block">Serialize inheritance content. Does nothing by default.</div>
</li>
</ul>
<a name="serializeQueryMappings(org.apache.openjpa.meta.ClassMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeQueryMappings</h4>
<pre>protected&nbsp;void&nbsp;serializeQueryMappings(<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&nbsp;meta)</pre>
<div class="block">Serialize query mappings. Does nothing by default.</div>
</li>
</ul>
<a name="addFieldMappingAttributes(org.apache.openjpa.meta.FieldMetaData, org.apache.openjpa.meta.FieldMetaData, org.apache.openjpa.persistence.AnnotationBuilder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addFieldMappingAttributes</h4>
<pre>protected&nbsp;void&nbsp;addFieldMappingAttributes(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;orig,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</pre>
<div class="block">Add mapping attributes for the given field. Does nothing by default.</div>
</li>
</ul>
<a name="serializeAttributeOverride(org.apache.openjpa.meta.FieldMetaData, org.apache.openjpa.meta.FieldMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeAttributeOverride</h4>
<pre>protected&nbsp;boolean&nbsp;serializeAttributeOverride(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;orig)</pre>
<div class="block">Always returns false by default.</div>
</li>
</ul>
<a name="serializeAttributeOverrideMappingContent(org.apache.openjpa.meta.FieldMetaData, org.apache.openjpa.meta.FieldMetaData, org.apache.openjpa.persistence.AnnotationBuilder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeAttributeOverrideMappingContent</h4>
<pre>protected&nbsp;void&nbsp;serializeAttributeOverrideMappingContent(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;orig,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</pre>
<div class="block">Serialize attribute override mapping content. Does nothing by default,</div>
</li>
</ul>
<a name="getStrategy(org.apache.openjpa.meta.FieldMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStrategy</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/openjpa/persistence/PersistenceStrategy.html" title="enum in org.apache.openjpa.persistence">PersistenceStrategy</a>&nbsp;getStrategy(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd)</pre>
<div class="block">Return the serialized strategy name.</div>
</li>
</ul>
<a name="serializeFieldMappingContent(org.apache.openjpa.meta.FieldMetaData, org.apache.openjpa.persistence.PersistenceStrategy, org.apache.openjpa.persistence.AnnotationBuilder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serializeFieldMappingContent</h4>
<pre>protected&nbsp;void&nbsp;serializeFieldMappingContent(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/persistence/PersistenceStrategy.html" title="enum in org.apache.openjpa.persistence">PersistenceStrategy</a>&nbsp;strategy,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</pre>
<div class="block">Serialize field mapping content; this will be called before
<code>#serializeValueMappingContent</code>. Does nothing by default.</div>
</li>
</ul>
<a name="addStrategyMappingAttributes(org.apache.openjpa.meta.FieldMetaData, org.apache.openjpa.persistence.AnnotationBuilder)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addStrategyMappingAttributes</h4>
<pre>protected&nbsp;void&nbsp;addStrategyMappingAttributes(<a href="../../../../org/apache/openjpa/meta/FieldMetaData.html" title="class in org.apache.openjpa.meta">FieldMetaData</a>&nbsp;fmd,
<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&nbsp;ab)</pre>
<div class="block">Set mapping attributes for strategy. Sets mapped-by by default.</div>
</li>
</ul>
<a name="getObjects()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getObjects</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&nbsp;getObjects()</pre>
</li>
</ul>
<a name="writeAnnotations(java.lang.Object, java.util.List, java.util.Map)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>writeAnnotations</h4>
<pre>protected&nbsp;void&nbsp;writeAnnotations(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;meta,
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/openjpa/persistence/AnnotationBuilder.html" title="class in org.apache.openjpa.persistence">AnnotationBuilder</a>&gt;&nbsp;builders,
<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;output)</pre>
</li>
</ul>
<a name="serialize(java.util.Map, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>public&nbsp;void&nbsp;serialize(<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&nbsp;output,
int&nbsp;flags)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(java.util.Map,%20int)">MetaDataSerializer</a></code></strong></div>
<div class="block">Serialize the current set of objects to the files from which they were
parsed. The objects must implement the <a href="../../../../org/apache/openjpa/lib/meta/SourceTracker.html" title="interface in org.apache.openjpa.lib.meta"><code>SourceTracker</code></a> interface.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(java.util.Map,%20int)">serialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html" title="interface in org.apache.openjpa.lib.meta">MetaDataSerializer</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>output</code> - if null, then serialize directly to the file system;
otherwise, populate the specified <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><code>Map</code></a> with
keys that are the <a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> instances, and
values that are the <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> contents of the MetaData</dd><dd><code>flags</code> - bit flags specifying the output flags; e.g. <a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#PRETTY"><code>MetaDataSerializer.PRETTY</code></a></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="serialize(java.io.File, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>public&nbsp;void&nbsp;serialize(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
int&nbsp;flags)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(java.io.File,%20int)">MetaDataSerializer</a></code></strong></div>
<div class="block">Serialize the current set of objects to the given file.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(java.io.File,%20int)">serialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html" title="interface in org.apache.openjpa.lib.meta">MetaDataSerializer</a></code></dd>
<dd><code>flags</code> - bit flags specifying the output flags; e.g.
<a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#PRETTY"><code>MetaDataSerializer.PRETTY</code></a> | <a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#APPEND"><code>MetaDataSerializer.APPEND</code></a></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="serialize(java.io.Writer, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>public&nbsp;void&nbsp;serialize(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;out,
int&nbsp;flags)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(java.io.Writer,%20int)">MetaDataSerializer</a></code></strong></div>
<div class="block">Serialize the current set of objects to the given stream.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(java.io.Writer,%20int)">serialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html" title="interface in org.apache.openjpa.lib.meta">MetaDataSerializer</a></code></dd>
<dd><code>flags</code> - bit flags specifying the output flags; e.g. <a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#PRETTY"><code>MetaDataSerializer.PRETTY</code></a></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="serialize(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serialize</h4>
<pre>public&nbsp;void&nbsp;serialize(int&nbsp;flags)
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(int)">MetaDataSerializer</a></code></strong></div>
<div class="block">Serialize the current set of objects to the files from which they were
parsed. Any objects for which a source file cannot be determined will
not be included in the output.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#serialize(int)">serialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html" title="interface in org.apache.openjpa.lib.meta">MetaDataSerializer</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>flags</code> - bit flags specifying the output flags; e.g. <a href="../../../../org/apache/openjpa/lib/meta/MetaDataSerializer.html#PRETTY"><code>MetaDataSerializer.PRETTY</code></a></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
</li>
</ul>
<a name="getClassMetaData()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getClassMetaData</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="../../../../org/apache/openjpa/meta/ClassMetaData.html" title="class in org.apache.openjpa.meta">ClassMetaData</a>&gt;&nbsp;getClassMetaData()</pre>
<div class="block">Returns the stored ClassMetaData</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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="class-use/AnnotationPersistenceMetaDataSerializer.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataParser.html" title="class in org.apache.openjpa.persistence"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.SerializationComparator.html" title="class in org.apache.openjpa.persistence"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/openjpa/persistence/AnnotationPersistenceMetaDataSerializer.html" target="_top">Frames</a></li>
<li><a href="AnnotationPersistenceMetaDataSerializer.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All 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><a href="#nested_class_summary">Nested</a>&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 ======= -->
<p class="legalCopy"><small>Copyright &#169; 2006&#x2013;2018 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>