Uses of Class
org.eclipse.persistence.core.sessions.CoreSessionEventManager
-
Packages that use CoreSessionEventManager Package Description org.eclipse.persistence.core.sessions org.eclipse.persistence.internal.core.sessions org.eclipse.persistence.sessions -
-
Uses of CoreSessionEventManager in org.eclipse.persistence.core.sessions
Classes in org.eclipse.persistence.core.sessions with type parameters of type CoreSessionEventManager Modifier and Type Interface Description interfaceCoreSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager>INTERNAL A abstraction of session capturing behavior common to all persistence types. -
Uses of CoreSessionEventManager in org.eclipse.persistence.internal.core.sessions
Classes in org.eclipse.persistence.internal.core.sessions with type parameters of type CoreSessionEventManager Modifier and Type Class Description classCoreAbstractSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager> -
Uses of CoreSessionEventManager in org.eclipse.persistence.sessions
Subclasses of CoreSessionEventManager in org.eclipse.persistence.sessions Modifier and Type Class Description classSessionEventManagerPurpose: Used to support session events.
-