envers « Eclipse « JPA Q&A





1. Hibernate Envers for EclipseLink (Entity Auditing)    stackoverflow.com

I have been looking at Hibernate Envers for entity auditing. I'm using EclipseLink but I'd like something similar. I've seen some implementations that involve creating a SessionCustomizer to handle some of ...

2. How to force Hibernate-Envers to use quotes around fields name?    stackoverflow.com

I have a table with properties defined like this : @Column(name="\"SERIAL#\"") When Hibernate inserts data, everything works fine. But it comes to Hibernate-Envers(HE), HE forgets to surround the field name with doublequotes. How can ...

3. How to audit JPA without Hibernate Envers    stackoverflow.com

I need to make an audit module to my Java Web App. I use EclipseLink, not Hibernate (can't use Envers). I searched a lot some way to get the SQL or ...