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