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 SessionEventManagerAbstractSession.eventManagerStores 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 TypeMethodDescriptionvoidAbstractSession.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.