Uses of Interface
org.eclipse.persistence.sessions.SessionEventListener
Packages that use SessionEventListener
Package
Description
-
Uses of SessionEventListener in org.eclipse.persistence.internal.jaxb
Classes in org.eclipse.persistence.internal.jaxb that implement SessionEventListenerModifier and TypeClassDescriptionclassAllows actions to be performed upon receipt of various Session events. -
Uses of SessionEventListener in org.eclipse.persistence.internal.sessions.factories
Classes in org.eclipse.persistence.internal.sessions.factories that implement SessionEventListenerModifier and TypeClassDescriptionclassINTERNAL: 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 SessionEventListener in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb that return types with arguments of type SessionEventListenerModifier and TypeMethodDescriptionprotected Collection<SessionEventListener> JAXBContext.JAXBContextInput.sessionEventListeners() -
Uses of SessionEventListener in org.eclipse.persistence.jpa.rs.util
Classes in org.eclipse.persistence.jpa.rs.util that implement SessionEventListenerModifier and TypeClassDescriptionclassThis adapter alters the way the JAXBContext handles relationships for an existing persistence unit.classThis listener is used for crating XML mappings for weaved fields. -
Uses of SessionEventListener in org.eclipse.persistence.oxm
Constructors in org.eclipse.persistence.oxm with parameters of type SessionEventListenerModifierConstructorDescriptionXMLContext(Project project, ClassLoader classLoader, SessionEventListener sessionEventListener) Create a new XMLContext based on the specified Project and ClassLoader.Constructor parameters in org.eclipse.persistence.oxm with type arguments of type SessionEventListenerModifierConstructorDescriptionXMLContext(Project project, ClassLoader classLoader, Collection<SessionEventListener> sessionEventListeners) Create a new XMLContext based on the specified Project and ClassLoader. -
Uses of SessionEventListener in org.eclipse.persistence.sessions
Classes in org.eclipse.persistence.sessions that implement SessionEventListenerModifier and TypeClassDescriptionclassPurpose: To provide a trivial implemetation of SessionEventListener.Fields in org.eclipse.persistence.sessions with type parameters of type SessionEventListenerModifier and TypeFieldDescriptionprotected List<SessionEventListener> SessionEventManager.listenersMethods in org.eclipse.persistence.sessions that return types with arguments of type SessionEventListenerModifier and TypeMethodDescriptionSessionEventManager.getListeners()PUBLIC: The event listeners will receive all events raised by this session.Methods in org.eclipse.persistence.sessions with parameters of type SessionEventListenerModifier and TypeMethodDescriptionvoidSessionEventManager.addListener(SessionEventListener listener) PUBLIC: Add the event listener to the session.voidSessionEventManager.removeListener(SessionEventListener listener) PUBLIC: Remove the event listener from the session.Method parameters in org.eclipse.persistence.sessions with type arguments of type SessionEventListenerModifier and TypeMethodDescriptionprotected voidSessionEventManager.setListeners(List<SessionEventListener> listeners) The event listeners will receive all events raised by this session.