Uses of Interface
org.datanucleus.ExecutionContextListener
Packages that use ExecutionContextListener
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Package providing management for federation of datastores.
Package providing query language support for datastores.
-
Uses of ExecutionContextListener in org.datanucleus
Fields in org.datanucleus with type parameters of type ExecutionContextListenerModifier and TypeFieldDescriptionprivate Set
<ExecutionContextListener> ExecutionContextImpl.ecListeners
Set of listeners who need to know when this ExecutionContext is closing, so they can clean up.Methods in org.datanucleus with parameters of type ExecutionContextListenerModifier and TypeMethodDescriptionvoid
ExecutionContext.deregisterExecutionContextListener
(ExecutionContextListener listener) Deregister a listener from calling when this ExecutionContext is closing.void
ExecutionContextImpl.deregisterExecutionContextListener
(ExecutionContextListener listener) void
ExecutionContext.registerExecutionContextListener
(ExecutionContextListener listener) Register a listener to be called when this ExecutionContext is closing.void
ExecutionContextImpl.registerExecutionContextListener
(ExecutionContextListener listener) -
Uses of ExecutionContextListener in org.datanucleus.store.federation
Classes in org.datanucleus.store.federation that implement ExecutionContextListenerModifier and TypeClassDescriptionclass
JDOQL query that is federated across multiple datastores -
Uses of ExecutionContextListener in org.datanucleus.store.query
Classes in org.datanucleus.store.query that implement ExecutionContextListenerModifier and TypeClassDescriptionclass
Abstract representation of a Java-based query.class
Abstract representation of a JDOQL query.class
Abstract representation of a JPQL query used by DataNucleus.class
Abstract representation of a stored procedure query.class
Query<T>
Abstract implementation for all queries in DataNucleus.