...
Type | Description |
---|---|
adding services | These services add the stated object into the database. The id (of type _long_) assigned to the stored object by the database is returned. |
delete services | These services delete an object stored in the database. Only the id of the object you want to delete is needed. |
update services | These services update the stated object into the database. The data transfer objects don't contain other objects (e.g. in a Collection), so only the stated object is updated. |
retrieve service |
|