List of usage examples for org.hibernate.envers EntityTrackingRevisionListener interface-usage
From source file com.actelion.research.spiritcore.services.dao.SpiritRevisionListener.java
/**
* When a new revision is created, we make sure to add the logged in user, and the date of the DB.
*
* @author Joel Freyss
*
*/
From source file fr.mcc.ginco.audit.tracking.GincoRevListener.java
/** * Takes control on audit. */ @Component public class GincoRevListener implements EntityTrackingRevisionListener, ApplicationContextAware {