EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.rs.util.metadatasources
Class LinkMetadataSource

java.lang.Object
  extended by org.eclipse.persistence.jpa.rs.util.metadatasources.LinkMetadataSource
All Implemented Interfaces:
MetadataSource

public class LinkMetadataSource
extends java.lang.Object
implements MetadataSource

Makes the Link class available in our Dynamic JAXB context. This class is used to describe non-private owned relationships and is not available by default because it is used in a mapping that is added at preLogin.

See Also:
PreLoginMappingAdapter
Author:
tware

Constructor Summary
LinkMetadataSource()
           
 
Method Summary
 XmlBindings getXmlBindings(java.util.Map<java.lang.String,?> properties, java.lang.ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkMetadataSource

public LinkMetadataSource()
Method Detail

getXmlBindings

public XmlBindings getXmlBindings(java.util.Map<java.lang.String,?> properties,
                                  java.lang.ClassLoader classLoader)
Specified by:
getXmlBindings in interface MetadataSource
Parameters:
properties - - The properties passed in to create the JAXBContext
classLoader - - The ClassLoader passed in to create the JAXBContext
Returns:
the XmlBindings object representing the metadata

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference