Uses of Interface
org.apache.openjpa.event.LifecycleCallbacks

Packages that use LifecycleCallbacks
org.apache.openjpa.event OpenJPA Events 
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of LifecycleCallbacks in org.apache.openjpa.event
 

Classes in org.apache.openjpa.event that implement LifecycleCallbacks
 class BeanLifecycleCallbacks
          Performs a callback method on a cached bean instance.
 class MethodLifecycleCallbacks
          Callback adapter that invokes a callback method via reflection.
 

Uses of LifecycleCallbacks in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta that return LifecycleCallbacks
 LifecycleCallbacks[] LifecycleMetaData.getCallbacks(int eventType)
          Return all callbacks for the given event type, including superclass callbacks if appropriate.
 LifecycleCallbacks[] LifecycleMetaData.getDeclaredCallbacks(int eventType)
          Return the declared callbacks for the given event type.
 LifecycleCallbacks[] LifecycleMetaData.getNonPCSuperclassCallbacks(int eventType)
          Return the callbacks for the non-PC superclass.
 

Methods in org.apache.openjpa.meta with parameters of type LifecycleCallbacks
 void 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
 

Method parameters in org.apache.openjpa.persistence with type arguments of type LifecycleCallbacks
static void MetaDataParsers.validateMethodsForSameCallback(Class cls, Collection<LifecycleCallbacks> callbacks, Method method, MetaDataTag tag, OpenJPAConfiguration conf, Log log)
          Validate that the given listener class does not have multiple methods listening for the same lifecycle event, which is forbidden by the spec.
 

Constructors in org.apache.openjpa.persistence with parameters of type LifecycleCallbacks
PersistenceListenerAdapter(LifecycleCallbacks[][] callbacks)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.