HHH-6319 : Add getter for attribute node name
This commit is contained in:
parent
496b508c73
commit
7e2e1e3ea7
|
@ -156,6 +156,10 @@ public abstract class AbstractAttributeBinding implements AttributeBinding {
|
|||
return optimisticLockable;
|
||||
}
|
||||
|
||||
public String getNodeName() {
|
||||
return nodeName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public MetaAttributeContext getMetaAttributeContext() {
|
||||
return metaAttributeContext;
|
||||
|
|
Loading…
Reference in New Issue