jopa
jopa copied to clipboard
Referential integrity validation
As a developer, I want JOPA to check that referential integrity is not violated when I remove an entity. That is, if entity A is referenced by another entity B and I attempt to remove A, JOPA should detect this and throw a referential integrity violation exception.