Uses of Interface
org.datanucleus.ExecutionContextListener
-
Packages that use ExecutionContextListener Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.store.federation Package providing management for federation of datastores.org.datanucleus.store.query Package providing implementation of query language support for datastores. -
-
Uses of ExecutionContextListener in org.datanucleus
Methods in org.datanucleus with parameters of type ExecutionContextListener Modifier and Type Method Description voidExecutionContext. 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 ExecutionContextListener Modifier and Type Class Description classFederatedJDOQLQueryJDOQL query that is federated across multiple datastores -
Uses of ExecutionContextListener in org.datanucleus.store.query
Classes in org.datanucleus.store.query that implement ExecutionContextListener Modifier and Type Class Description classAbstractJavaQuery<T>Abstract representation of a Java-based query.classAbstractJDOQLQueryAbstract representation of a JDOQL query.classAbstractJPQLQueryAbstract representation of a JPQL query used by DataNucleus.classAbstractStoredProcedureQueryAbstract representation of a stored procedure query.classQuery<T>Abstract implementation for all queries in DataNucleus.
-