Envers works using *Hibernate* event listeners which are more fine grained
than JPA listeners/callbacks. JPA does not define all the events needed to
capture everything Envers does.
Also no other provider has this capability, which in my experience
sometimes makes it difficult to get into specs.
O
Hello!
I wondered how envers works/could work in a JPA portable way. Are you
using somehow a entity listener approach or so? Does the the code needed
for envers really depend on the hibernate core stuff or does hibernate
just offer a more relaxed contract in respect to entity listeners?
I was