Remove @Field and @Property and replace them with @Persistent
-------------------------------------------------------------
Key: JDO-510
URL: https://issues.apache.org/jira/browse/JDO-510
Project: JDO
Issue Type: New Feature
Components: api2
Reporter: Craig Russell
Fix For: JDO 2 maintenance release 1
Annotations are different from xml ways that make it impossible to refer to
persistent fields and properties in the same way. We started out thinking that
we could simply map the xml field to annotations @Field and xml property to
@Property but could not refer to multiples in a sane way.
This change removes @Field and @Property and replaces them with @Persistent.
Other annotations that refer to these are changed so that they refer to members
instead of to fields or properties.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.