JavaScript is disabled on your browser.
Skip navigation links
EclipseLink 4.0.4, API Reference
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
org.eclipse.persistence.jpars.server
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.
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