> Question3: Given that A is annotated with @Version and the version > field is protected, should a subclass of A needs to be annotated with > @Version too in order to have the version managed by JDO/JPA?
No. The field is protected, so is available to subclasses ... -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
