Uses of Interface
org.eclipse.persistence.core.sessions.CoreSessionEventListener
-
-
Uses of CoreSessionEventListener in org.eclipse.persistence.core.sessions
Classes in org.eclipse.persistence.core.sessions with type parameters of type CoreSessionEventListener Modifier and Type Class Description classCoreSessionEventManager<SESSION_EVENT_LISTENER extends CoreSessionEventListener>INTERNAL A abstraction of sessuin event manager capturing behavior common to all persistence types. -
Uses of CoreSessionEventListener in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type CoreSessionEventListener Modifier and Type Class Description classContext<ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends Descriptor<?,?,?,?,?,NAMESPACE_RESOLVER,?,?,?,?>,FIELD extends Field,NAMESPACE_RESOLVER extends NamespaceResolver,PROJECT extends CoreProject,SESSION extends CoreSession,SESSION_EVENT_LISTENER extends CoreSessionEventListener>static classContext.ContextState<ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends Descriptor,PROJECT extends CoreProject,SESSION extends CoreSession,SESSION_EVENT_LISTENER extends CoreSessionEventListener> -
Uses of CoreSessionEventListener in org.eclipse.persistence.internal.sessions.factories
Classes in org.eclipse.persistence.internal.sessions.factories that implement CoreSessionEventListener Modifier and Type Class Description classMissingDescriptorListenerINTERNAL: Event listener class used to lazy-load the descriptors for EIS and XDB, as they have external jar dependencies that may not be on the classpath. -
Uses of CoreSessionEventListener in org.eclipse.persistence.sessions
Subinterfaces of CoreSessionEventListener in org.eclipse.persistence.sessions Modifier and Type Interface Description interfaceSessionEventListenerPurpose: Used to support session events.Classes in org.eclipse.persistence.sessions that implement CoreSessionEventListener Modifier and Type Class Description classSessionEventAdapterPurpose: To provide a trivial implemetation of SessionEventListener.
-