This content has been marked as final.
Show 1 reply
-
1. Re: Versioning a class, rather than each field
adamw Apr 26, 2008 4:48 AM (in response to awhitford)Hello,
if you mark a class with @Versioned, then all its persistent properties will be versioned. Unless you have a property with an unsupported type (for example @ManyToMany), then you'll have to annotate each property separately.
Adam