Re: [hibernate-dev] Hibernate Envers question

2012-09-01 Thread Steve Ebersole
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

[hibernate-dev] Hibernate Envers question

2012-08-31 Thread Christian Beikov
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