Module eclipselink
Package org.eclipse.persistence.jpa.rs.util.list
-
Interface Summary Interface Description PageableCollection<T> Marker interface for queries returning paged resultsSingleResultQuery Marker interface for queries returning single results. -
Class Summary Class Description LinkList This class is used to wrap collection of Link objectsQueryList This class is used to wrap collection of Query objectsReadAllQueryResultCollection This class is used to wrap collection of records returned by a JPA read all query and includes paging links.ReportQueryResultCollection This class is used to wrap collection of records returned by a JPA report query and includes paging links.ReportQueryResultList This class is used to wrap collection of records returned by a JPA report query.ReportQueryResultListItem This class is used to wrap collection of attributes of a record returned by a JPA report query.SimpleHomogeneousList This class is used to wrap collection of homogeneous simple java type attributes, such as Strings, Integers, etc..., and MUST NOT be used to wrap collection of attributes with the type that is assignable from PersistenceWeavedRest.SingleResultQueryList This class is used to wrap collection of attributes returned by the single-result JPA report query.SingleResultQueryResult The result of single result query.