- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.QueryParameters
-
public class QueryParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJPARS_LIST_ITEM_IDstatic StringJPARS_PAGING_LIMITstatic StringJPARS_PAGING_OFFSETstatic StringJPARS_RELATIONSHIP_PARTNER
-
Constructor Summary
Constructors Constructor Description QueryParameters()
-
-
-
Field Detail
-
JPARS_LIST_ITEM_ID
public static final String JPARS_LIST_ITEM_ID
- See Also:
- Constant Field Values
-
JPARS_RELATIONSHIP_PARTNER
public static final String JPARS_RELATIONSHIP_PARTNER
- See Also:
- Constant Field Values
-
JPARS_PAGING_OFFSET
public static final String JPARS_PAGING_OFFSET
- See Also:
- Constant Field Values
-
JPARS_PAGING_LIMIT
public static final String JPARS_PAGING_LIMIT
- See Also:
- Constant Field Values
-
-