Hi guys,
I have a "best practice" question regarding the submission of patches.
I've attached a patch to an existing JIRA issue
(http://opensource.atlassian.com/projects/hibernate/browse/HHH-3532) and
wonder if there's anything else I can (or should) do to indicate a
change of the issue's sta
Hello,
when using mappings it's quite likely that you get
ObjectNotFoundExceptions, as it's impossible to use on-delete cascades
in such a scenario. Unlike other relation mappings, currently does
not support the not-found="ignore" setting.
The only work-around I came up with so far is to u