datanucleus / datanucleus-api-jdo

Support for DataNucleus persistence using the JDO API (JSR0012, JSR0243)
18 stars 27 forks source link

Support @Version on field/property in extension to JDO API #117

Closed andyjefferson closed 3 years ago

andyjefferson commented 3 years ago

JDO-683 requests that the JDO API allow @Version to be applicable on field/property to mark that field/property as storing the version of the object. We can easily add it to the DN version of javax.jdo and support it from there