EclipseLink 2.5.0, build 'v20130110-d839ca4' API Reference

org.eclipse.persistence.jpa.rs.util
Class QueryResultListMetadataSource

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

public class QueryResultListMetadataSource
extends java.lang.Object
implements MetadataSource

Makes the QueryResultList class available to JPA-RS JAXB context.

See Also:
QueryResultList
Author:
gonural

Constructor Summary
QueryResultListMetadataSource()
           
 
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

QueryResultListMetadataSource

public QueryResultListMetadataSource()
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.5.0, build 'v20130110-d839ca4' API Reference