Uses of Class
org.eclipse.persistence.sessions.SessionEventManager
Packages that use SessionEventManager
-
Uses of SessionEventManager in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as SessionEventManagerModifier and TypeFieldDescriptionprotected SessionEventManager
AbstractSession.eventManager
Stores the event listeners for this session.Methods in org.eclipse.persistence.internal.sessions that return SessionEventManagerModifier and TypeMethodDescriptionAbstractSession.getEventManager()
PUBLIC: Return the event manager.Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionEventManagerModifier and TypeMethodDescriptionvoid
AbstractSession.setEventManager
(SessionEventManager eventManager) INTERNAL: Set the event manager. -
Uses of SessionEventManager in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return SessionEventManagerModifier and TypeMethodDescriptionINTERNAL: Clone the event manager for the new session.Session.getEventManager()
PUBLIC: Return the event manager.