Package | Description |
---|---|
org.seedstack.crud.rest |
Modifier and Type | Interface and Description |
---|---|
interface |
CreateResource<A extends AggregateRoot<I>,I,D>
Specialization of
Resource for creating aggregates (the C of CRUD). |
interface |
DeleteResource<A extends AggregateRoot<I>,I,D>
Specialization of
Resource for deleting aggregates (the D of CRUD). |
interface |
ReadResource<A extends AggregateRoot<I>,I,D>
Specialization of
Resource for reading aggregates (the R of CRUD). |
interface |
UpdateResource<A extends AggregateRoot<I>,I,D>
Specialization of
Resource for updating aggregates (the U of CRUD). |
Modifier and Type | Class and Description |
---|---|
class |
BaseCrudResource<A extends AggregateRoot<I>,I,D>
Base class implementing all the CRUD operations.
|
class |
BaseResource<A extends AggregateRoot<I>,I,D>
This base class for CRUD resources provides the necessary infrastructure without defining any
JAX-RS mapping.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.