[ 
https://issues.apache.org/jira/browse/JDO-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465822
 ] 

Andy Jefferson commented on JDO-403:
------------------------------------

Just attached an updated jar with :-)
1. License headers as per http://www.apache.org/legal/src-headers.html and the 
same as existing Apache JDO "api2" code, removing all (C) copyrights. Also 
added @version and @since consistent with current Apache JDO practice
2. LICENSE file added under META-INF
3. Added @Transactional as per Ilan comments.
4. Removed @DatastoreIdentityColumns, @VersionColumns and moved into 
@DatastoreIdentiy, @Version so they are consistent with all other annotations.
5. Changed @Sequence "factoryClass" to be Class. Changed @Query "resultClass" 
to be Class.

> JDO2 Annotations
> ----------------
>
>                 Key: JDO-403
>                 URL: https://issues.apache.org/jira/browse/JDO-403
>             Project: JDO
>          Issue Type: New Feature
>          Components: api2
>    Affects Versions: JDO 2 final
>            Reporter: Andy Jefferson
>             Fix For: JDO 2 maintenance release 1
>
>         Attachments: jdo_2_1_annotations.jar
>
>
> It would be desirable for JDO2 to have its own set of annotations. We have 
> developed a set within JPOX that would likely serve as a starting point for 
> such a set. In my opinion they should be
> 1. Split into javax.jdo.annotations.jdo and javax.jdo.annotations.orm
> 2. Move ORM attributes from some of the JDO annotations and have a ORM 
> annotation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to