Uses of Interface
org.datanucleus.store.NucleusConnection
-
Packages that use NucleusConnection Package Description org.datanucleus.store Package handling the storage of classes to the datastore, and the management of the datastore.org.datanucleus.store.federation Package providing management for federation of datastores. -
-
Uses of NucleusConnection in org.datanucleus.store
Classes in org.datanucleus.store that implement NucleusConnection Modifier and Type Class Description classNucleusConnectionImplRepresentation of a datastore connection.Methods in org.datanucleus.store that return NucleusConnection Modifier and Type Method Description NucleusConnectionAbstractStoreManager. getNucleusConnection(ExecutionContext ec)NucleusConnectionStoreManager. getNucleusConnection(ExecutionContext ec)Method to return a connection to the user for the ExecutionContext. -
Uses of NucleusConnection in org.datanucleus.store.federation
Methods in org.datanucleus.store.federation that return NucleusConnection Modifier and Type Method Description NucleusConnectionFederatedStoreManager. getNucleusConnection(ExecutionContext ec)
-