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.ecListenersSet 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 TypeMethodDescriptionvoidExecutionContext.deregisterExecutionContextListener(ExecutionContextListener listener) Deregister a listener from calling when this ExecutionContext is closing.voidExecutionContextImpl.deregisterExecutionContextListener(ExecutionContextListener listener) voidExecutionContext.registerExecutionContextListener(ExecutionContextListener listener) Register a listener to be called when this ExecutionContext is closing.voidExecutionContextImpl.registerExecutionContextListener(ExecutionContextListener listener) -
Uses of ExecutionContextListener in org.datanucleus.store.federation
Classes in org.datanucleus.store.federation that implement ExecutionContextListenerModifier and TypeClassDescriptionclassJDOQL 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 TypeClassDescriptionclassAbstract representation of a Java-based query.classAbstract representation of a JDOQL query.classAbstract representation of a JPQL query used by DataNucleus.classAbstract representation of a stored procedure query.classQuery<T>Abstract implementation for all queries in DataNucleus.