Uses of Interface
javax.jdo.PersistenceManager
Packages that use PersistenceManager
Package
Description
This package contains the JDO specification interfaces and classes.
This package contains the interfaces and classes used by JDO implementations.
-
Uses of PersistenceManager in javax.jdo
Subinterfaces of PersistenceManager in javax.jdoMethods 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.PersistenceManagerFactory.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.