List of usage examples for org.hibernate.event.spi PreDeleteEventListener interface-usage
From source file com.invariantproperties.sandbox.springentitylistener.listener.HibernateEntityListenersAdapter.java
/**
* Adapter that allows a Hibernate event listener to call a standard JPA
* EntityListener.
*
* For simplicity only a single bean of each class is supported. It is not
* difficult to support multiple beans, just messy.
From source file com.mpe.common.validation.BeanValidationEventListener.java
/**
* Event listener used to enable Bean Validation for insert/update/delete events.
*
* @author Emmanuel Bernard
* @author Hardy Ferentschik
*/
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.flowerplatform.web.security.sandbox.SecurityEntityListener.java
/**
* Responsibility of this class is to listen for modifications
* of entities like permissions, users, groups and organizations
* and to clear the caches of {@link FlowerWebPolicy} accordingly.
*
* @author Cristi
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
From source file org.web4thejob.orm.event.PreDeleteListener.java
/**
* @author Veniamin Isaias
* @since 1.0.0
*/
@Deprecated