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()AnExtentis managed by aPersistenceManager; this method gives access to the owningPersistenceManager.static PersistenceManagerJDOHelper.getPersistenceManager(Object pc) Return the associatedPersistenceManagerif there is one.JDOQLTypedQuery.getPersistenceManager()Accessor for the PersistenceManager for this queryPersistenceManagerFactory.getPersistenceManager()Get an instance ofPersistenceManagerfrom this factory.PersistenceManagerFactory.getPersistenceManager(String userid, String password) Get an instance ofPersistenceManagerfrom this factory.Query.getPersistenceManager()Get thePersistenceManagerassociated with thisQuery.Transaction.getPersistenceManager()TheTransactioninstance 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 associatedPersistenceManagerif there is one.StateManager.getPersistenceManager(PersistenceCapable pc) Return thePersistenceManagerthat owns this instance.PersistenceCapable.jdoGetPersistenceManager()Return the associated PersistenceManager if there is one.