org.apache.openjpa.event
public interface LoadListener
Modifier and Type | Method and Description |
---|---|
void |
afterLoad(LifecycleEvent event)
Invoked after state has been loaded into the instance.
|
void |
afterRefresh(LifecycleEvent event)
Invoked after state has been refreshed.
|
void afterLoad(LifecycleEvent event)
void afterRefresh(LifecycleEvent event)