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
When an entity cannot be deleted because it's referenced from another entity, a call to delete in the business layer will fail (propagating the exception from the persistence layer). It is desirable to have a mechanism that facilitates implementing a Validator for this scenario, so that the exception message can be written in business terms and/or the Validator can be leveraged in the UI.
The text was updated successfully, but these errors were encountered:
When an entity cannot be deleted because it's referenced from another entity, a call to
delete
in the business layer will fail (propagating the exception from the persistence layer). It is desirable to have a mechanism that facilitates implementing aValidator
for this scenario, so that the exception message can be written in business terms and/or theValidator
can be leveraged in the UI.The text was updated successfully, but these errors were encountered: