org.apache.openjpa.event
public interface PersistListener
Modifier and Type | Method and Description |
---|---|
void |
afterPersist(LifecycleEvent event)
Invoked when an instance is persisted.
|
void |
beforePersist(LifecycleEvent event)
Invoked before an instance is persisted.
|
void beforePersist(LifecycleEvent event)
void afterPersist(LifecycleEvent event)