Uses of Interface
javax.jdo.PersistenceManager
Packages that use PersistenceManager
Package
Description
Package providing the Java Data Objects (JDO) primary API components.
This package contains the interfaces and classes used by JDO implementations.
-
Uses of PersistenceManager in javax.jdo
Methods in javax.jdo that return PersistenceManagerModifier and TypeMethodDescriptionExtent.getPersistenceManager()
AnExtent
is managed by aPersistenceManager
; this method gives access to the owningPersistenceManager
.static PersistenceManager
JDOHelper.getPersistenceManager
(Object pc) Return the associatedPersistenceManager
if there is one.JDOQLTypedQuery.getPersistenceManager()
Accessor for the PersistenceManager for this queryPersistenceManagerFactory.getPersistenceManager()
Get an instance ofPersistenceManager
from this factory.PersistenceManagerFactory.getPersistenceManager
(String userid, String password) Get an instance ofPersistenceManager
from this factory.Query.getPersistenceManager()
Get thePersistenceManager
associated with thisQuery
.Transaction.getPersistenceManager()
TheTransaction
instance is always associated with exactly onePersistenceManager
.PersistenceManagerFactory.getPersistenceManagerProxy()
Get a thread-safe instance of a proxy that dynamically binds on each method call to an instance ofPersistenceManager
. -
Uses of PersistenceManager in javax.jdo.spi
Methods in javax.jdo.spi that return PersistenceManagerModifier and TypeMethodDescriptionStateInterrogation.getPersistenceManager
(Object pc) Return the associatedPersistenceManager
if there is one.StateManager.getPersistenceManager
(PersistenceCapable pc) Return thePersistenceManager
that owns this instance.PersistenceCapable.jdoGetPersistenceManager()
Return the associated PersistenceManager if there is one.