Uses of Class
org.eclipse.persistence.sessions.SessionEventManager
-
Packages that use SessionEventManager Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions -
-
Uses of SessionEventManager in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as SessionEventManager Modifier and Type Field Description protected SessionEventManagerAbstractSession. eventManagerStores the event listeners for this session.Methods in org.eclipse.persistence.internal.sessions that return SessionEventManager Modifier and Type Method Description SessionEventManagerAbstractSession. getEventManager()PUBLIC: Return the event manager.Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionEventManager Modifier and Type Method Description voidAbstractSession. setEventManager(SessionEventManager eventManager)INTERNAL: Set the event manager. -
Uses of SessionEventManager in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return SessionEventManager Modifier and Type Method Description SessionEventManagerSessionEventManager. clone(Session newSession)INTERNAL: Clone the event manager for the new session.SessionEventManagerSession. getEventManager()PUBLIC: Return the event manager.
-