Class ReadAllQueryResultCollectionMetadataSource
java.lang.Object
org.eclipse.persistence.jpa.rs.util.metadatasources.ReadAllQueryResultCollectionMetadataSource
- All Implemented Interfaces:
- MetadataSource
Makes the ReadAllQueryResultCollection class available to JPA-RS JAXB context.
- See Also:
- Author:
- gonural
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetXmlBindings(Map<String, ?> properties, ClassLoader classLoader) 
- 
Constructor Details- 
ReadAllQueryResultCollectionMetadataSourcepublic ReadAllQueryResultCollectionMetadataSource()
 
- 
- 
Method Details- 
getXmlBindings- Specified by:
- getXmlBindingsin 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
 
 
-