public abstract class AbstractHibernateEventListener extends AbstractPersistenceEventListener
Invokes closure events on domain entities such as beforeInsert, beforeUpdate and beforeDelete.
| Modifiers | Name | Description |
|---|---|---|
protected java.util.concurrent.ConcurrentMap<SoftKey<java.lang.Class<?>>, java.lang.Boolean> |
cachedShouldTrigger |
|
protected boolean |
failOnError |
|
protected java.util.List<?> |
failOnErrorPackages |
| Fields inherited from class | Fields |
|---|---|
class AbstractPersistenceEventListener |
datastore |
| Constructor and description |
|---|
protected AbstractHibernateEventListener(AbstractHibernateDatastore datastore) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected AbstractHibernateDatastore |
getDatastore()
|
|
public boolean |
supportsEventType(java.lang.Class<? extends ApplicationEvent> eventType){@inheritDoc} |
| Methods inherited from class | Name |
|---|---|
class AbstractPersistenceEventListener |
getOrder, isValidSource, onApplicationEvent, onPersistenceEvent, supportsSourceType |
{@inheritDoc}