Uses of Class
org.datanucleus.transaction.jta.JTASyncRegistry
-
Packages that use JTASyncRegistry 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.transaction.jta Package providing handlers for JTA transactions -
-
Uses of JTASyncRegistry in org.datanucleus
Fields in org.datanucleus declared as JTASyncRegistry Modifier and Type Field Description private JTASyncRegistry
PersistenceNucleusContextImpl. jtaSyncRegistry
JTA Synchronization Registry (if using JTA 1.1 and supported).Methods in org.datanucleus that return JTASyncRegistry Modifier and Type Method Description JTASyncRegistry
PersistenceNucleusContext. getJtaSyncRegistry()
Accessor for the JTA Synchronization registry, when using JTA.JTASyncRegistry
PersistenceNucleusContextImpl. getJtaSyncRegistry()
-
Uses of JTASyncRegistry in org.datanucleus.transaction.jta
Fields in org.datanucleus.transaction.jta declared as JTASyncRegistry Modifier and Type Field Description private JTASyncRegistry
JTATransactionImpl. jtaSyncRegistry
-