HHH-10299 - Fix DOM4J entity-mode deprecation warning for Envers audited entities.
(cherry picked from commit be93105
)
This commit is contained in:
parent
6117886049
commit
5ab790cad2
|
@ -158,7 +158,7 @@ public class CompositeIdentifierSingularAttributeSourceManyToOneImpl
|
|||
|
||||
@Override
|
||||
public String getXmlNodeName() {
|
||||
return keyManyToOneElement.getName();
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue