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 "User:Rick.barkhouse.oracle.com/Test2"

Line 10: Line 10:
 
}}
 
}}
  
= XML Metadata Repository =
+
= XML MetadataSource =
  
EclipseLink '''2.3''' introduces the concept of a metadata repository.
+
EclipseLink '''2.3''' introduces the concept of a '''MetadataSource''' which is responsible for returning EclipseLink metadata, which allows you to store mapping information outside of your application and have it retrieved when the application's '''JAXBContext''' is being created or refreshed.

Revision as of 16:04, 6 July 2011

EclipseLink MOXy

XML MetadataSource

EclipseLink 2.3 introduces the concept of a MetadataSource which is responsible for returning EclipseLink metadata, which allows you to store mapping information outside of your application and have it retrieved when the application's JAXBContext is being created or refreshed.

Back to the top