| Interface | Description |
|---|---|
| CRUDInterface<T> |
Repository interface (or contract) when implemented provide symmetric data
extraction, processing and saving functions.
|
| RepositoryInterface<T,ID extends Serializable> |
RepositoryInterface extends JPA paging and sorting repository interface.
|
| Class | Description |
|---|---|
| BasicController |
WindnTrees basic controller that adds standard locale messages with locale
messages resolution mechanism required by subsequent controllers.
|
| ContentController<T> |
ContentController produces WindnTrees compliant JSON Object, List
and Error responses.
|
| CRUDController<T> |
CRUDController implements WindnTrees server side CRUD functionality
and maintains data repository interface reference for data persistence
purposes.
|
| CRUDSource<T> |
Generalized class for data extracting, processing and saving data or content
objects based on CRUDInterface implementation.
|
Copyright © 2018. All rights reserved.