24.2.59. @NotFound
The @NotFound
annotation is used to specify the NotFoundAction
strategy for when an element is not found in a given association.
</div>
The NotFoundAction
defines with two possibilities:
</div>
An exception is thrown when an element is not found (default and recommended).
</dd>
Ignore the element when not found in the database.
</dd> </dl> </div> </div>