Class ReportQueryResultListItem
- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
-
public class ReportQueryResultListItem extends java.lang.ObjectThis class is used to wrap collection of attributes of a record returned by a JPA report query.- Author:
- gonural
-
-
Constructor Summary
Constructors Constructor Description ReportQueryResultListItem()Instantiates a new query result list item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<javax.xml.bind.JAXBElement>getFields()Gets the fields.voidsetFields(java.util.List<javax.xml.bind.JAXBElement> fields)Sets the fields.
-