HHH-18072 - Transform hbm.xml not-found
This commit is contained in:
parent
1cce4537ee
commit
9d10547d3d
|
@ -1490,7 +1490,7 @@ public class XmlAnnotationHelper {
|
|||
assert jaxbNode != null;
|
||||
|
||||
final NotFoundAction notFoundAction = jaxbNode.getNotFound();
|
||||
if ( notFoundAction == null || jaxbNode.getNotFound() != NotFoundAction.EXCEPTION ) {
|
||||
if ( notFoundAction == null || notFoundAction == NotFoundAction.EXCEPTION ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue