You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 entityB
and I attempt to removeA
, JOPA should detect this and throw a referential integrity violation exception.The text was updated successfully, but these errors were encountered: