mirror of https://github.com/apache/openjpa.git
OPENJPA-413 committing for Teresa
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@588004 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e5cc06fcb
commit
8a67bc2813
|
@ -128,7 +128,8 @@ property-no-getter: No getter method found for persistent property "{0}". All \
|
|||
persistent properties must have getter methods.
|
||||
property-no-setter: No setter method found for persistent property "{0}", and \
|
||||
bytecode analysis of the getter did not reveal a clear backing field. \
|
||||
Please create a setter method for this property (it may be private).
|
||||
Please create a setter method for this property which may be a private \
|
||||
property.
|
||||
property-setter-getter-mismatch: Bytecode analysis of the setter and getter \
|
||||
methods for persistent property "{0}" indicates that the two methods \
|
||||
might be acting on different backing fields. The setter method assigns to \
|
||||
|
|
Loading…
Reference in New Issue