mirror of https://github.com/apache/openjpa.git
Added missing 'join-bad-col-name' localized string.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@525029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cf7ae01b08
commit
24538f5431
|
@ -214,6 +214,8 @@ join-no-fkcol-name: "{0}" does not supply a name for at least one declared \
|
|||
join column.
|
||||
join-bad-fkconst: "{0}" declares invalid constant value target "{1}" for \
|
||||
join column with name "{2}".
|
||||
join-bad-col-name: "{0}" declares column "{1}", but this column does not \
|
||||
exist in table "{2}".
|
||||
join-bad-fktarget-inverse: "{0}" declares a target for join column "{1}" in \
|
||||
table "{3}", but all join targets must be in table "{2}".
|
||||
join-bad-fk-inverse: "{0}" declares a join column in table "{1}", but all \
|
||||
|
|
Loading…
Reference in New Issue