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

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

Introduction

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

Usage

From source file es.logongas.ix3.dao.impl.rules.EventListenerImplRuleEngine.java

/**
 * Lanza el sistema de reglas en las entidades de Hibernate
 *
 * @author logongas
 */
public class EventListenerImplRuleEngine

From source file org.grails.orm.hibernate.support.ClosureEventListener.java

/**
 * <p>Invokes closure events on domain entities such as beforeInsert, beforeUpdate and beforeDelete.
 *
 * <p>Also deals with auto time stamping of domain classes that have properties named 'lastUpdated' and/or 'dateCreated'.
 *
 * @author Lari Hotari

From source file org.grails.orm.hibernate.support.ClosureEventTriggeringInterceptor.java

/**
 * Listens for Hibernate events and publishes corresponding Datastore events.
 *
 * @author Graeme Rocher
 * @author Lari Hotari
 * @author Burt Beckwith