fix error message
This commit is contained in:
parent
9005403344
commit
53e1ee2f19
|
@ -1120,7 +1120,7 @@ public abstract class CollectionBinder {
|
|||
}
|
||||
catch (MappingException e) {
|
||||
throw new AnnotationException(
|
||||
"mappedBy reference an unknown target entity property: " +
|
||||
"mappedBy references an unknown target entity property: " +
|
||||
collType + "." + this.mappedBy +
|
||||
" in " +
|
||||
collection.getOwnerEntityName() +
|
||||
|
|
Loading…
Reference in New Issue