JavaScript is disabled on your browser.
Skip navigation links
EclipseLink 3.0.4, API Reference
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.eclipse.persistence.jpa.rs.annotations
Annotation Type RestPageable
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
RestPageable
Collection fields annotated by this annotation support pagination in JPARS service.
Author:
Dmitry Kornilov
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
limit
Specified the default limit.
Element Details
limit
int
limit
Specified the default limit.
Default:
100