Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/Documentation/MOXy"

m
 
(93 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''[[EclipseLink/UserGuide/MOXy|EclipseLink MOXy User's Guide]]''' (under development) <css>
+
__NOTOC__<css>
 
.editsection {display:none;}
 
.editsection {display:none;}
 
#bodyContent h2, #bodyContent h3 {margin-bottom:3px;}
 
#bodyContent h2, #bodyContent h3 {margin-bottom:3px;}
Line 8: Line 8:
 
h3 span.mw-headline {font-size:0.9em;margin-left:1em;font-weight:normal;}
 
h3 span.mw-headline {font-size:0.9em;margin-left:1em;font-weight:normal;}
 
h4 span.mw-headline {margin-left:2em;font-weight:normal;}
 
h4 span.mw-headline {margin-left:2em;font-weight:normal;}
 +
.widetoc #toc {width:99%;}
 
</css>  
 
</css>  
<div style="width: 100%;">__TOC__</div> <div style="font-size: 0.8em;"><div style="float: left; width: 50%;">
+
<div style="font-size: 0.8em;">
= [[EclipseLink/UserGuide/MOXy/Overview|Overview]]  =
+
  
== [[EclipseLink/UserGuide/MOXy/Overview|About EclipseLink]] ==
+
<div style="float: left; width: 49%;">
 +
= Overview <br> =
  
== [[EclipseLink/UserGuide/MOXy/Overview/JAXB|JAXB Overview ]] ==
+
== [[EclipseLink/UserGuide/MOXy/Overview|About EclipseLink]] [[Image:Elug_Delete.png‎ ]] ==
  
== Metadata ==
+
== [[EclipseLink/UserGuide/MOXy/Overview/JAXB|JAXB Overview ]]  [[Image:Accept.png]] ==  
  
== Annotations ==
+
= Runtime =
  
== [[EclipseLink/UserGuide/MOXy/Overview/DynamicEntities|Static vs. Dynamic MOXy]]&nbsp; ==
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]  [[Image:Accept.png]] ==
  
= [[EclipseLink/UserGuide/MOXy/Runtime|Runtime]] =
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping|Bootstrapping]] [[Image:Accept.png]] ==
  
== [[EclipseLink/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]] ==
+
== [[EclipseLink/UserGuide/MOXy/Runtime/XML Bindings|XML Bindings]] [[Image:Accept.png]] ==
  
== Bootstrapping  ==
+
== [[EclipseLink/UserGuide/MOXy/Runtime/MetadataSource|MetadataSource]] [[Image:Accept.png]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project|From a Single Project]]  ===
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Generating Schema|Generating Schema]]  [[Image:Accept.png]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple Projects|From Multiple Projects]] ===
+
== Converting XML to Objects (Unmarshalling) ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Generating Schema|Generating Schema]]  ===
+
=== [[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Sources|Sources (DOM, SAX, StAX, Streams)]]  [[Image:Elug_Delete.png‎ ]] ===
  
== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping Dynamic|Dynamic JAXB]]  ==
+
=== [[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Handling Unmapped Content|Handling Unmapped Content]]  [[Image:Elug_Delete.png‎ ]] ===
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime/Using DynamicEntities|Specifying the EclipseLink Runtime]]  ===
+
== Convert Objects to XML (Marshalling) ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/From Schema|From an XML Schema]] ===
+
=== [[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Targets|Targets (DOM, SAX, StAX, Streams)]] [[Image:Elug_Delete.png‎ ]] ===
  
=== From a Single Project  ===
+
=== [[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Properties|Properties (Formatting &amp; Encoding)]] [[Image:Elug_Delete.png‎ ]] ===
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project/From OXM using DynamicEntities|From OXM using DynamicEntities]] ====
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Validating Against an XML Schema|Validating Against an XML Schema]] [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project/From sessions.xml using DynamicEntities|From sessions.xml using DynamicEntities]] ====
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Events|Events]] [[Image:Accept.png]] ==
  
=== From Multiple Projects ===
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Querying Objects by XPath|Querying Objects by XPath]]  [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project/From OXM using DynamicEntities|From OXM using DynamicEntities]] ====
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Binding to an Existing Document|Binding to an Existing Document]] [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple Project/From sessions.xml using DynamicEntities|From sessions.xml using DynamicEntities]] ====
+
= Type Level =
  
== [[EclipseLink/UserGuide/MOXy/Runtime/Querying Objects by XPath|Querying Objects by XPath]]  ==
+
== [[EclipseLink/UserGuide/MOXy/Type Level/Mapping to a Type or Element/Default Root Element|Default Root Element]]  [[Image:Accept.png]] ==
  
== Converting XML to Objects (Unmarshalling) ==
+
== [[EclipseLink/UserGuide/MOXy/Type Level/Setting Up Namespace Information|Setting Up Namespace Information]] [[Image:Accept.png]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Sources|Sources (DOM, SAX, StAX, Sk Runtime/Using DynamicEntities|Specifying the EclipseLink Runtime]] ===
+
== [[EclipseLink/UserGuide/MOXy/Type Level/Creating Objects|Creating Objects (Constructors &amp; Factories)]] [[Image:Elug_Delete.png‎ ]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/From Schema|From an XML Schema]]  ===
+
== [[EclipseLink/UserGuide/MOXy/Type Level/Handling Inheritance|Handling Inheritance]]  [[Image:Accept.png]]  ==
  
=== From a Single Project ===
+
Mapping Simple Values and Collections  =
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project/From OXM using DynamicEntities|From OXM using DynamicEntities]]  ====
+
== [[EclipseLink/UserGuide/MOXy/Simple Values/Single Values/XMLDirectMapping|Mapping Simple Values]]  [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project/From sessions.xml using DynamicEntities|From sessions.xml using DynamicEntities]]  ====
+
== [[EclipseLink/UserGuide/MOXy/Simple Values/Collections/XMLDirectCollectionMapping|Mapping Collections of Simple Values]]  [[Image:Accept.png]] ==
  
=== From Multiple Projects ===
+
== [[EclipseLink/UserGuide/MOXy/Simple Values/Multiple Mappings|Multiple Mappings for a Single Property ]] [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project/From OXM using DynamicEntities|From OXM using DynamicEntities]] = ====
+
== [[EclipseLink/UserGuide/MOXy/Simple Values/Enums|Enums]]  [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple Project/From sessions.xml using DynamicEntities|From sessions.xml using DynamicEntities]] ====
+
== Special Schema Types ==
  
== [[EclipseLink/UserGuide/MOXy/Runtime/Querying Objects by XPath|Querying Objects by XPath]] ==
+
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Date and Time Types|Date and Time Types]] [[Image:Accept.png]] ===
  
== Converting XML to Objects (Unmarshalling) ==
+
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Binary Types|Binary Types]] [[Image:Accept.png‎ ]] ===
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Sources|Sources (DOM, SAX, StAX, Streams)]] ===
+
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Leveraging xsi:type|Leveraging xsi:type]] [[Image:Elug_Delete.png‎ ]] ===
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Validating Against an XML Schema|Validating Against an XML Schema]] ===
+
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Unions|Unions]] [[Image:Accept.png]] ===
 +
</div> <div style="clear: right;">&nbsp;</div> <div style="float:right;width:49%">
 +
= Mapping Relationships  =
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Events|Events]]  ===
+
== Mapping Privately Owned Relationships ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Handling Unmapped Content|Handling Unmapped Content]]  ===
+
=== [[EclipseLink/UserGuide/MOXy/Relationships/Privately Owned/One-to-One|Mapping One-to-One Relationships]] [[Image:Accept.png]]  ===
  
== [[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML|Convert Objects to XML (Marshalling)]]  ==
+
=== [[EclipseLink/UserGuide/MOXy/Relationships/Privately Owned/One-to-Many|Mapping One-to-Many Relationships]] [[Image:Accept.png]]  ===
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Targets|Targets (DOM, SAX, StAX, Streams)]]  ===
 
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Properties|Properties (Formatting &amp; Encoding)]]  ===
+
== Shared Reference Mappings ==
  
=== [[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Events|Events]] ===
+
=== [[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Single Key|Mapping Single Key Relationships]] [[Image:Accept.png]] ===
  
== [[EclipseLink/UserGuide/MOXy/Runtime/Binding to an Existing Document|Binding to an Existing Document]] ==
+
=== [[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Composite Key|Mapping Composite Key Relationships]] [[Image:Accept.png]] ===
  
= [[EclipseLink/UserGuide/MOXy/Type Level|Type Level]] =
+
=== [[EclipseLink/UserGuide/MOXy/Relationships/Bidirectional Relationships|Bidirectional Relationships]] [[Image:Accept.png]] ===
  
== [[EclipseLink/UserGuide/MOXy/Type Level/Mapping to a Type or Element|Mapping to a Type or Element]] ==
+
= Advanced Concepts =
  
=== [[EclipseLink/UserGuide/MOXy/Type Level/Mapping to a Type or Element/Default Root Element|Default Root Element]]  ===
+
== [[EclipseLink/UserGuide/MOXy/Advanced Concepts/Refreshing Metadata|Refreshing Metadata]] [[Image:Accept.png]]  ==
  
== [[EclipseLink/UserGuide/MOXy/Type Level/Setting Up Namespace Information|Setting Up Namespace Information]]  ==
+
== [[EclipseLink/UserGuide/MOXy/Advanced Concepts/Customizing XML Name Conversions|Customizing XML Name Conversions]] [[Image:Accept.png]]  ==
  
== [[EclipseLink/UserGuide/MOXy/Type Level/Creating Objects|Creating Objects (Constructors &amp; Factories)]]  ==
+
== [[EclipseLink/UserGuide/MOXy/Advanced Concepts/Virtual Access Methods|Virtual Access Methods]] [[Image:Accept.png]]  ==
  
== [[EclipseLink/UserGuide/MOXy/Type Level/Handling Inheritance|Handling Inheritance]]  ==
+
== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Handling Null Values|Handling Null Values]] [[Image:Elug_Delete.png‎ ]]  ==
  
= <!-- [[EclipseLink/UserGuide/MOXy/Simple Values|Simple Values]] --> Simple Values =
+
== [[EclipseLink/UserGuide/MOXy/Advanced_Concepts/XPath_Predicates|Mapping using XPath Predicates]] [[Image:Accept.png]]  ==
  
== <!-- [[EclipseLink/UserGuide/MOXy/Simple Values/Single Values|Single Values]] --> Single Values  ==
 
  
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Single Values/XMLDirectMapping|Mapping Simple Values]] ===
+
== Choice Mappings ==
  
== <!-- [[EclipseLink/UserGuide/MOXy/Simple Values/Collections|Collections]] --> Colections ==
+
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Substitution Groups and Choices/XMLChoiceObjectMapping|XMLChoiceObjectMapping]]  [[Image:Elug_Delete.png‎ ]] ===
  
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Collections/XMLDirectCollectionMapping|Mappng Collections of Simple Values]]  ===
+
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Substitution Groups and Choices/XMLChoiceCollectionMapping|XMLChoiceCollectionMapping]]  [[Image:Elug_Delete.png‎ ]] ===
  
== [[EclipseLink/UserGuide/MOXy/Simple Values/Enums|Enums]] ==
+
== Wildcard Content ==
  
== Special Schema Types ==
+
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Wildcard Content/XMLAnyAttributeMapping|Any Attribute Mapping]] [[Image:Elug_Delete.png‎ ]] ===
  
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Date and Time Types|Date and Time Types]]  ===
+
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Wildcard Content/XMLAnyObjectMapping|Any Element Mapping]]  [[Image:Elug_Delete.png‎ ]] ===
  
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Binary Types|Binary Types]] ===
+
= Mapping the Unmappable =
  
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Leveraging xsi:type|Leveraging xsi:type]] ===
+
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/XmlAdapter|XmlAdapter]] [[Image:Accept.png]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Simple Values/Special Schema Types/Unions|Unions]]  ===
+
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/Transformation Mapping|XML Transformations]]  [[Image:Accept.png]]  ==
</div> <div style="clear: right;">&nbsp;</div> <div>
+
= Relationships &nbsp;  =
+
  
== Privately Owned  ==
+
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/XMLFragmentMapping|XMLFragmentMapping]] [[Image:Elug_Delete.png]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Relationships/Privately Owned/One-to-One|Mapping One-to-One Relationships]] &nbsp; ===
+
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/XMLFragmentCollectionMapping|XMLFragmentCollectionMapping]] [[Image:Elug_Delete.png]]  ==
  
=== [[EclipseLink/UserGuide/MOXy/Relationships/Privately Owned/One-to-Many|Mapping One-to-Many Relationships]]&nbsp; ===
+
= Customizing Schemas [[Image:Elug_Delete.png‎ ]]  =
  
== [[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference|Shared Reference]] ==
+
= Generating Java Classes from an XML Schema =
  
=== <!--[[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys|Keys and Foreign Keys]] --> Keys and Foreign Keys  ===
+
== [[EclipseLink/UserGuide/MOXy/Generating_Java_Classes_from_an_XML_Schema|JAXB Compiler]] [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Single Key|Mapping Single Key Relationships]] ====
+
= Dynamic JAXB =
  
==== [[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Composite Key|Mapping Composite Key Relationships]]  ====
+
== [[EclipseLink/UserGuide/MOXy/Overview/DynamicEntities|Static vs. Dynamic MOXy]]  [[Image:Accept.png]] ==
  
==== [[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Embedded Key Class|Embedded Key Class]]  ====
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime/Using DynamicEntities|Specifying the EclipseLink Runtime]]  [[Image:Accept.png]] ==
  
== [[EclipseLink/UserGuide/MOXy/Relationships/Collections and Maps|Collections and Maps]]  ==
+
== Bootstrapping ==
  
== [[EclipseLink/UserGuide/MOXy/Relationships/Bidirectional Relationships|Bidirectional Relationships]] (includes [[EclipseLink/UserGuide/MOXy/Relationships/Bidirectional Relationships/XMLInverseMapping|XMLInverseMapping]]==
+
=== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/From Schema|From XML Schema]] [[Image:Accept.png]] ===
  
= Advanced XML Schema Concepts  =
+
=== [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/From OXM|From EclipseLink OXM]] [[Image:Accept.png]] ===
  
== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Handling Null Values|Handling Null Values]]&nbsp;  ==
+
== [[EclipseLink/UserGuide/MOXy/Runtime/Dynamic/Customizing|Customizing Generated Mappings]] [[Image:Accept.png]] ==
  
== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Substitution Groups and Choices|Substitution Groups and Choices]] ==
+
= Mapping JPA Entities to XML  =
  
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Substitution Groups and Choices/XMLChoiceObjectMapping|XMLChoiceObjectMapping]]  ===
+
== [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Lazily Loaded Fields/Properties|Properties]]  [[Image:Elug about icon.png]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Substitution Groups and Choices/XMLChoiceCollectionMapping|XMLChoiceCollectionMapping]]  ===
+
== [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Bidirectional Relationships|Bidirectional Relationships]]  [[Image:Elug about icon.png]]==
  
== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Wildcard Content|Wildcard Content]]  ==
+
== [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Keys and Foreign Keys|Keys and Foreign Keys]]  [[Image:Elug about icon.png]]==
  
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Wildcard Content/XMLAnyAttributeMapping|XMLAnyAttributeMapping]] ===
+
== [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Embedded Key Class|Embedded Key Class]] [[Image:Elug about icon.png]] ==
  
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Wildcard Content/XMLAnyObjectMapping|XMLAnyObjectMapping]] ===
+
= Web Services =
  
=== [[EclipseLink/UserGuide/MOXy/Advanced XML Schema Concepts/Wildcard Content/XMLAnyCollectionMapping|XMLAnyCollectionMapping]] ===
+
== [[EclipseLink/UserGuide/MOXy/Web_Services|JAX-WS Implementation]] [[Image:Elug about icon.png]] ==
  
= [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable|Mapping the Unmappable]]  =
 
  
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/Converters|Converters]]  ==
+
</div> </div> <div style="clear: both;">&nbsp;</div>
  
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/Transformation Mapping|Transformation Mapping]]  ==
+
'''New items for 2.3'''
 +
*Extensible Domain Models (339371)
 +
*XML Extensions (339381)
 +
*Adding mapping to XMLDescriptor at runtime (339377)
 +
*Persist metadata mods at runtime (339383)
 +
*Multiple Bindings support (339373)
  
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/XMLFragmentMapping|XMLFragmentMapping]]  ==
 
  
== [[EclipseLink/UserGuide/MOXy/Mapping the Unmappable/XMLFragmentCollectionMapping|XMLFragmentCollectionMapping]]  ==
 
  
= [[EclipseLink/UserGuide/MOXy/Customizing Schemas|Customizing Schemas]]  =
+
'''Status'''
  
= [[EclipseLink/UserGuide/MOXy/Generating Java Classes from an XML Schema|Generating Java Classes from an XML Schema]]&nbsp;  =
+
[[Image:Elug about icon.png]] - Pending Review
  
= [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML|Mapping JPA Entities to XML]] =
+
[[Image:Accept.png]] - Approved
  
== [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Lazily Loaded Fields/Properties|Properties]] ==
+
[[Image:Elug_Delete.png‎ ]] - Content pending
  
== [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Bidirectional Relationships|Bidirectional Relationships]]  ==
 
 
== [[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Keys and Foreign Keys|Keys and Foreign Keys]]  ==
 
 
= [[EclipseLink/UserGuide/MOXy/Web Services|Web Services]]  =
 
</div> </div> <div style="clear: both;">&nbsp;</div>
 
---
 
  
= Table of Contents =
+
<div style="display: none;">
 +
''''Table of Contents ''''
  
 
The following is the proposed TOC which is currently '''under development'''. Where applicable, show where existing ELUG wiki pages can be mined for initial content.  
 
The following is the proposed TOC which is currently '''under development'''. Where applicable, show where existing ELUG wiki pages can be mined for initial content.  
Line 203: Line 198:
 
##Metadata  
 
##Metadata  
 
##Annotations  
 
##Annotations  
##[[EclipseLink/UserGuide/MOXy/Overview/DynamicEntities|Static vs. Dynamic MOXy]]&nbsp; [[Image:Accept.png]]<br>[[Image:Elug about icon.png]] Review
+
##<strike>[[EclipseLink/UserGuide/MOXy/Overview/DynamicEntities|Static vs. Dynamic MOXy]]</strike> [[Image:Accept.png]]  
 
#[[EclipseLink/UserGuide/MOXy/Runtime|Runtime]] <br>[[Image:Elug about icon.png]] Review  
 
#[[EclipseLink/UserGuide/MOXy/Runtime|Runtime]] <br>[[Image:Elug about icon.png]] Review  
##<strike>[[EclipseLink/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]] </strike> [[Image:Accept.png]]  
+
##<strike>[[EclipseLink/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]</strike> [[Image:Accept.png]]  
 
##Bootstrapping - B ''<br>''  
 
##Bootstrapping - B ''<br>''  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project|From a Single Project]]<br>[[Image:Elug about icon.png]] Review  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project|From a Single Project]]<br>[[Image:Elug about icon.png]] Review  
Line 294: Line 289:
 
##[[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Keys and Foreign Keys|Keys and Foreign Keys]]<br>[[Image:Elug about icon.png]] Review  
 
##[[EclipseLink/UserGuide/MOXy/Mapping JPA Entities to XML/Keys and Foreign Keys|Keys and Foreign Keys]]<br>[[Image:Elug about icon.png]] Review  
 
#[[EclipseLink/UserGuide/MOXy/Web Services|Web Services]] <br>[[Image:Elug about icon.png]]Review<br>''<br>''
 
#[[EclipseLink/UserGuide/MOXy/Web Services|Web Services]] <br>[[Image:Elug about icon.png]]Review<br>''<br>''
 +
</div>

Latest revision as of 11:12, 15 July 2011

Overview

About EclipseLink Elug Delete.png

JAXB Overview Accept.png

Runtime

Specifying the EclipseLink Runtime Accept.png

Bootstrapping Accept.png

XML Bindings Accept.png

MetadataSource Accept.png

Generating Schema Accept.png

Converting XML to Objects (Unmarshalling)

Sources (DOM, SAX, StAX, Streams) Elug Delete.png

Handling Unmapped Content Elug Delete.png

Convert Objects to XML (Marshalling)

Targets (DOM, SAX, StAX, Streams) Elug Delete.png

Properties (Formatting & Encoding) Elug Delete.png

Validating Against an XML Schema Accept.png

Events Accept.png

Querying Objects by XPath Accept.png

Binding to an Existing Document Accept.png

Type Level

Default Root Element Accept.png

Setting Up Namespace Information Accept.png

Creating Objects (Constructors & Factories) Elug Delete.png

Handling Inheritance Accept.png

Mapping Simple Values and Collections

Mapping Simple Values Accept.png

Mapping Collections of Simple Values Accept.png

Multiple Mappings for a Single Property Accept.png

Enums Accept.png

Special Schema Types

Date and Time Types Accept.png

Binary Types Accept.png

Leveraging xsi:type Elug Delete.png

Unions Accept.png

 

Mapping Relationships

Mapping Privately Owned Relationships

Mapping One-to-One Relationships Accept.png

Mapping One-to-Many Relationships Accept.png

Shared Reference Mappings

Mapping Single Key Relationships Accept.png

Mapping Composite Key Relationships Accept.png

Bidirectional Relationships Accept.png

Advanced Concepts

Refreshing Metadata Accept.png

Customizing XML Name Conversions Accept.png

Virtual Access Methods Accept.png

Handling Null Values Elug Delete.png

Mapping using XPath Predicates Accept.png

Choice Mappings

XMLChoiceObjectMapping Elug Delete.png

XMLChoiceCollectionMapping Elug Delete.png

Wildcard Content

Any Attribute Mapping Elug Delete.png

Any Element Mapping Elug Delete.png

Mapping the Unmappable

XmlAdapter Accept.png

XML Transformations Accept.png

XMLFragmentMapping Elug Delete.png

XMLFragmentCollectionMapping Elug Delete.png

Customizing Schemas Elug Delete.png

Generating Java Classes from an XML Schema

JAXB Compiler Accept.png

Dynamic JAXB

Static vs. Dynamic MOXy Accept.png

Specifying the EclipseLink Runtime Accept.png

Bootstrapping

From XML Schema Accept.png

From EclipseLink OXM Accept.png

Customizing Generated Mappings Accept.png

Mapping JPA Entities to XML

Properties Elug about icon.png

Bidirectional Relationships Elug about icon.png

Keys and Foreign Keys Elug about icon.png

Embedded Key Class Elug about icon.png

Web Services

JAX-WS Implementation Elug about icon.png

 

New items for 2.3

  • Extensible Domain Models (339371)
  • XML Extensions (339381)
  • Adding mapping to XMLDescriptor at runtime (339377)
  • Persist metadata mods at runtime (339383)
  • Multiple Bindings support (339373)


Status

Elug about icon.png - Pending Review

Accept.png - Approved

Elug Delete.png - Content pending


'Table of Contents '

The following is the proposed TOC which is currently under development. Where applicable, show where existing ELUG wiki pages can be mined for initial content.

  1. Overview
    Generic EclipseLink info (i.e., non-MOXy) will be used to create a separate "Welcome to EclispeLink" guide.
    1. About EclipseLinkAccept.png 
    2. JAXB Overview Accept.png
    3. Metadata
    4. Annotations
    5. Static vs. Dynamic MOXy Accept.png
  2. Runtime
    Elug about icon.png Review
    1. Specifying the EclipseLink Runtime Accept.png
    2. Bootstrapping - B
      1. From a Single Project
        Elug about icon.png Review
      2. From Multiple Projects
        Elug about icon.png Review
      3. Generating Schema
        Elug about icon.png Review
    3. Dynamic JAXB Bootstrapping
      Elug about icon.png Review
      1. Specifying the EclipseLink Runtime Accept.png
      2. From an XML Schema
        Elug about icon.png Review
      3. From a Single Project
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.pngReview
      4. From Multiple Projects
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.png Review
    4. Querying Objects by XPath
      Elug about icon.png Review
    5. Converting XML to Objects (Unmarshalling)

      1. Sources (DOM, SAX, StAX, Sk Runtime/Using DynamicEntities|Specifying the EclipseLink Runtime</strike> Accept.png
      2. From an XML Schema
        Elug about icon.png Review
      3. From a Single Project
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.pngReview
      4. From Multiple Projects
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.png Review
    6. Querying Objects by XPath
      Elug about icon.png Review
    7. Converting XML to Objects (Unmarshalling)

      1. Sources (DOM, SAX, StAX, Streams)
      2. Validating Against an XML Schema
        Elug about icon.png Review
      3. Events
      4. Handling Unmapped Content
    8. Convert Objects to XML (Marshalling)
      need info
      1. Targets (DOM, SAX, StAX, Streams)
      2. Properties (Formatting & Encoding)
      3. Events
        Elug about icon.png Review
    9. Binding to an Existing Document Accept.png

  3. Type Level - A
    1. Mapping to a Type or Element - A
      1. Default Root Element Accept.png
    2. Setting Up Namespace Information Accept.png
    3. Creating Objects (Constructors & Factories)
    4. Handling Inheritance
      Elug about icon.png Review
  4. Simple Values - A
    1. Single Values - A
      1. Mapping Simple Values Accept.png
    2. Colections -A
      1. Mappng Collections of Simple Values Accept.png
    3. Enums Accept.png
    4. Special Schema Types
      1. Date and Time Types
        Elug about icon.png Review
      2. Binary Types
      3. Leveraging xsi:type
      4. Unions
        Elug about icon.png Review
  5. Relationships -A 
    1. Privately Owned - A
      1. Mapping One-to-One Relationships - A  Accept.png
      2. Mapping One-to-Many Relationships- A  Accept.png

    2. Shared Reference - A
      1. Keys and Foreign Keys - A
        1. Mapping Single Key Relationships- A Accept.png
        2. Mapping Composite Key Relationships- A Accept.png
        3. Embedded Key Class -A
          in progress
    3. Collections and Maps
      Elug about icon.png Review
    4. Bidirectional Relationships (includes XMLInverseMapping)
      Elug about icon.png Review
  6. Advanced XML Schema Concepts - B
    1. Handling Null Values  Accept.png

    2. Substitution Groups and Choices
      Elug about icon.png Review
      1. http://bdoughan.blogspot.com/2010/11/jaxb-and-inheritance-using-substitution.html
      2. XMLChoiceObjectMapping
      3. XMLChoiceCollectionMapping
    3. Wildcard Content
      Need info
      1. http://bdoughan.blogspot.com/2010/08/using-xmlanyelement-to-build-generic.html
      2. XMLAnyAttributeMapping
      3. XMLAnyObjectMapping
      4. XMLAnyCollectionMapping
  7. Mapping the Unmappable
    1. http://bdoughan.blogspot.com/2010/07/xmladapter-jaxbs-secret-weapon.html
    2. http://bdoughan.blogspot.com/2010/12/jaxb-and-immutable-objects.html
    3. http://bdoughan.blogspot.com/2010/08/xmltransformation-going-beyond.html
    4. Converters
    5. Transformation Mapping
      Elug about icon.png Review
    6. XMLFragmentMapping
    7. XMLFragmentCollectionMapping
  8. Customizing Schemas
    Need info
  9. Generating Java Classes from an XML Schema  Accept.png

  10. Mapping JPA Entities to XML
    http://wiki.eclipse.org/EclipseLink/Examples/MOXy/JPA
    1. Properties
    2. Bidirectional Relationships
      Elug about icon.pngReview
    3. Keys and Foreign Keys
      Elug about icon.png Review
  11. Web Services
    Elug about icon.pngReview

Back to the top