public class EntityEventDispatcher extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
log
The Constant log.
|
| Constructor and Description |
|---|
EntityEventDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
fireEventListeners(EntityMetadata metadata,
Object entity,
Class<?> event)
Fire event listeners.
|
public void fireEventListeners(EntityMetadata metadata, Object entity, Class<?> event)
metadata - the metadataentity - the entityevent - the eventjavax.persistence.PersistenceException - the persistence exceptionCopyright © 2015. All Rights Reserved.