Example usage for org.hibernate.event.spi FlushEventListener interface-usage

List of usage examples for org.hibernate.event.spi FlushEventListener interface-usage

Introduction

In this page you can find the example usage for org.hibernate.event.spi FlushEventListener interface-usage.

Usage

From source file org.cgiar.ccafs.marlo.data.HibernateAuditLogListener.java

/**
 * Most of the code here was previously in a Hibernate Interceptor but has been refactored to use Hibernate
 * Event Listener framework. The Listeners need to be registered in the Hibernate
 * Configuration for the callback methods to work.
 * 
 * @author Christian Garcia, Grant Lay