cismet / data-objects

A hibernate wrapper of the system tables of the cids system.
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Special user deletion operation #14

Closed mscholl closed 11 years ago

mscholl commented 11 years ago

Users can currently be delete like any other entity. However, users tend to have relations to other tables (fk constraints) which need to be cleaned before the user can be deleted. Thus it is beneficial to have an operation that cleans all (possible) entries within a single transaction to avoid inconsistencies in the database.