Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-05-10 01:21:57 +0000
committerpfullbright2007-05-10 01:21:57 +0000
commit74e0f27246b007af1ffec6ef6843d865684338f5 (patch)
tree4b50c9d88ab8619ed6c2c76a844b457280664c96 /jpa/plugins/org.eclipse.jpt.core/property_files
parent96c831a775763862bcc5fb5d24656f98e7f57e80 (diff)
downloadwebtools.dali-74e0f27246b007af1ffec6ef6843d865684338f5.tar.gz
webtools.dali-74e0f27246b007af1ffec6ef6843d865684338f5.tar.xz
webtools.dali-74e0f27246b007af1ffec6ef6843d865684338f5.zip
added mappedBy validation
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.core/property_files')
-rw-r--r--jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties
index fe1597cfb4..9ee7de3dec 100644
--- a/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties
+++ b/jpa/plugins/org.eclipse.jpt.core/property_files/jpa_validation.properties
@@ -32,6 +32,8 @@ ENTITY_NO_ID=Entity \"{0}\" has no Id or EmbeddedId
PERSISTENT_ATTRIBUTE_UNSPECIFIED_NAME=Unspecified name
PERSISTENT_ATTRIBUTE_UNRESOLVED_NAME=Attribute \"{0}\" in class \"{1}\" cannot be resolved
PERSISTENT_ATTRIBUTE_INVALID_MAPPING=Attribute \"{0}\" has invalid mapping type in this context
+MAPPING_UNRESOLVED_MAPPED_BY=Cannot resolve attribute named \"{0}\"
+MAPPING_INVALID_MAPPED_BY=Attribute named \"{0}\" has invalid mapping for this relationship
TABLE_UNRESOLVED_SCHEMA=Schema \"{0}\" cannot be resolved for table \"{1}\"
TABLE_UNRESOLVED_NAME=Table \"{0}\" cannot be resolved
SECONDARY_TABLE_UNRESOLVED_SCHEMA=Schema \"{0}\" cannot be resolved for secondary table \"{1}\"

Back to the top