HHH-6636 - Comment change
This commit is contained in:
parent
9fff9862b9
commit
8dd9c79ebd
|
@ -123,8 +123,8 @@ public class AuditedPropertiesReader {
|
||||||
Property property = (Property) propertyIter.next();
|
Property property = (Property) propertyIter.next();
|
||||||
addPersistentProperty(property);
|
addPersistentProperty(property);
|
||||||
if ("embedded".equals(property.getPropertyAccessorName()) && property.getName().equals(property.getNodeName())) {
|
if ("embedded".equals(property.getPropertyAccessorName()) && property.getName().equals(property.getNodeName())) {
|
||||||
// If property name equals node name and embedded accessor type is used, processing field
|
// If property name equals node name and embedded accessor type is used, processing component
|
||||||
// has been defined inside <properties> tag. See HHH-6636 JIRA issue.
|
// has been defined with <properties> tag. See HHH-6636 JIRA issue.
|
||||||
createPropertiesGroupMapping(property);
|
createPropertiesGroupMapping(property);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue