1

Anyone know of an equivalent of the acts_as_versioned plugin for ActiveRecord in Rails for Java (more specifically for JPA)

I'm asking before I have to go to the trouble of re-modelling to accomodate and rolling my own :o)

Ben Hoskins
  • 3,638
  • 2
  • 13
  • 7
  • p.s. as far as i understand it, the @Version annotation is mostly used for optimistic locking, so don't know if this can be appropriated... – Ben Hoskins Jan 22 '12 at 19:33
  • Since you're asking a java crowd that likely is unfamiliar with acts_as_versioned, it may be useful for you to explain what it does so we can find you an equivalent technology. – Jonathan S. Fisher Feb 29 '12 at 22:25

1 Answers1

0

The closest equivalent is probably Hibernate Envers.

George Armhold
  • 30,824
  • 50
  • 153
  • 232