Search code examples
javaruby-on-railsactiverecordjpaacts-as-versioned

Rails ActiveRecord plugin acts_as_versioned for Java (JPA)


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)


Solution

  • The closest equivalent is probably Hibernate Envers.