Uses of Interface
org.apache.openjpa.event.LifecycleCallbacks
Package
Description
OpenJPA Events
OpenJPA Metadata
OpenJPA JPA
-
Uses of LifecycleCallbacks in org.apache.openjpa.event
Modifier and TypeClassDescriptionclass
Performs a callback method on a cached bean instance.class
Callback adapter that invokes a callback method via reflection. -
Uses of LifecycleCallbacks in org.apache.openjpa.meta
Modifier and TypeMethodDescriptionLifecycleMetaData.getCallbacks
(int eventType) Return all callbacks for the given event type, including superclass callbacks if appropriate.LifecycleMetaData.getDeclaredCallbacks
(int eventType) Return the declared callbacks for the given event type.LifecycleMetaData.getNonPCSuperclassCallbacks
(int eventType) Return the callbacks for the non-PC superclass.Modifier and TypeMethodDescriptionvoid
LifecycleMetaData.setDeclaredCallbacks
(int eventType, LifecycleCallbacks[] callbacks, int highPriority) Set the callbacks for the given event type.void
LifecycleMetaData.setNonPCSuperclassCallbacks
(int eventType, LifecycleCallbacks[] callbacks, int highPriority) Set the callbacks for the given event type for non-persistent superclass. -
Uses of LifecycleCallbacks in org.apache.openjpa.persistence
Modifier and TypeMethodDescriptionstatic Collection<LifecycleCallbacks>[]
AnnotationPersistenceMetaDataParser.parseCallbackMethods
(Class<?> cls, Collection<LifecycleCallbacks>[] callbacks, boolean sups, boolean listener, MetaDataRepository repos) Parse callback methods into the given array, and return that array, creating one if null.