1. Hibernate Envers for EclipseLink (Entity Auditing) stackoverflow.comI 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.comI have a table with properties defined like this :
|
3. How to audit JPA without Hibernate Envers stackoverflow.comI 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 ... |