Package org.eclipse.persistence.jpa.rs
Class SystemDefaults
- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.SystemDefaults
-
public class SystemDefaults extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
JPARS_DEFAULT_PAGE_LIMIT
static int
JPARS_DEFAULT_PAGE_OFFSET
-
Constructor Summary
Constructors Constructor Description SystemDefaults()
-
-
-
Field Detail
-
JPARS_DEFAULT_PAGE_LIMIT
public static final int JPARS_DEFAULT_PAGE_LIMIT
- See Also:
- Constant Field Values
-
JPARS_DEFAULT_PAGE_OFFSET
public static final int JPARS_DEFAULT_PAGE_OFFSET
- See Also:
- Constant Field Values
-
-