Package | Description |
---|---|
org.seedstack.crud.rest |
Class and Description |
---|
BaseResource
This base class for CRUD resources provides the necessary infrastructure without defining any
JAX-RS mapping.
|
CreateResource
Specialization of
Resource for creating aggregates (the C of CRUD). |
DeleteResource
Specialization of
Resource for deleting aggregates (the D of CRUD). |
PaginationParams
Groups all JAX-RS query parameters supporting the various pagination modes (attribute based,
offset-based and page-based).
|
ReadResource
Specialization of
Resource for reading aggregates (the R of CRUD). |
Resource
Common interface shared by all CRUD-specialized interfaces.
|
SortParams |
UpdateResource
Specialization of
Resource for updating aggregates (the U of CRUD). |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.