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()AnExtentis managed by aPersistenceManager; this method gives access to the owningPersistenceManager.static PersistenceManagerJDOHelper.getPersistenceManager(Object pc) Return the associatedPersistenceManagerif there is one.PersistenceManagerFactory.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.