Uses of Class
org.datanucleus.api.jdo.LifecycleListenerForClass
-
Packages that use LifecycleListenerForClass Package Description org.datanucleus.api.jdo Package providing components specific to JDO persistence. -
-
Uses of LifecycleListenerForClass in org.datanucleus.api.jdo
Fields in org.datanucleus.api.jdo with type parameters of type LifecycleListenerForClass Modifier and Type Field Description protected Map<javax.jdo.listener.InstanceLifecycleListener,LifecycleListenerForClass>JDOPersistenceManagerFactory. lifecycleListenersLifecycle Listeners.Methods in org.datanucleus.api.jdo that return types with arguments of type LifecycleListenerForClass Modifier and Type Method Description List<LifecycleListenerForClass>JDOPersistenceManagerFactory. getLifecycleListenerSpecifications()Deprecated.protected List<LifecycleListenerForClass>JDOCallbackHandler. getListenersWorkingCopy()Accessor for the working copy of the listeners (in case any are added/removed in the callbacks).
-