class SpecPersistenceListener extends AbstractPersistenceEventListener
Fields inherited from class | Fields |
---|---|
class AbstractPersistenceEventListener |
datastore |
Type | Name and description |
---|---|
int |
PostDeleteCount |
int |
PostInsertCount |
int |
PostLoadCount |
int |
PostUpdateCount |
int |
PreDeleteCount |
int |
PreInsertCount |
int |
PreLoadCount |
int |
PreUpdateCount |
int |
SaveOrUpdateCount |
int |
ValidationCount |
java.util.List<AbstractPersistenceEvent> |
events |
Constructor and description |
---|
SpecPersistenceListener(Datastore datastore) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
onPersistenceEvent(AbstractPersistenceEvent event) |
|
boolean |
supportsEventType(java.lang.Class<? extends ApplicationEvent> eventType) |
Methods inherited from class | Name |
---|---|
class AbstractPersistenceEventListener |
getOrder, isValidSource, onApplicationEvent, onPersistenceEvent, supportsSourceType |
Groovy Documentation