Uses of Interface
com.sun.jdo.api.persistence.support.PersistenceManager
-
-
Uses of PersistenceManager in com.sun.jdo.api.persistence.support
Methods in com.sun.jdo.api.persistence.support that return PersistenceManager Modifier and Type Method Description static PersistenceManagerJDOHelper. getPersistenceManager(Object obj)Returns the associated PersistenceManager of an object if there is one.PersistenceManagerPersistenceManagerFactory. getPersistenceManager()Creates new PersistenceManager without extra infoPersistenceManagerPersistenceManagerFactory. getPersistenceManager(String username, char[] password)Creates new PersistenceManager with specific username and password.PersistenceManagerQuery. getPersistenceManager()Get the PersistenceManager associated with this Query.PersistenceManagerTransaction. getPersistenceManager()The Tranansaction instance is always associated with exactly one PersistenceManager.PersistenceManagerPersistenceCapable. jdoGetPersistenceManager()Return the associated PersistenceManager if there is one.Methods in com.sun.jdo.api.persistence.support with parameters of type PersistenceManager Modifier and Type Method Description protected static SynchronizationManagerSynchronizationManager. getSynchronizationManager(PersistenceManager pm)Get the synchronization manager already registered with this persistence manager.static voidSynchronizationManager. registerSynchronization(jakarta.transaction.Synchronization instance, PersistenceManager pm)Register a new Synchronization with the current transaction.Constructors in com.sun.jdo.api.persistence.support with parameters of type PersistenceManager Constructor Description SynchronizationManager(PersistenceManager pm)Creates new SynchronizationManager instance and registers it with the persistence manager. -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.ejb.cmp
Methods in com.sun.jdo.spi.persistence.support.ejb.cmp with parameters of type PersistenceManager Modifier and Type Method Description static voidCMPBeanHelper. assertPersistenceManagerIsNull(PersistenceManager pm, Object bean, StringBuilder buf)Called from a CMP bean to verify that the PersistenceManager is null.static voidCMPBeanHelper. assertPersistenceManagerNotNull(PersistenceManager pm, Object bean)Called from a CMP bean to verify that the PersistenceManager is not null.CollectionJDOEJB20HelperImpl. convertCollectionEJBLocalObjectToPC(Collection coll, PersistenceManager pm, boolean validate)Converts Collection of EJBLocalObjects to a Collection of persistence-capable instances.CollectionJDOEJB11HelperImpl. convertCollectionEJBObjectToPC(Collection coll, PersistenceManager pm, boolean validate)Converts Collection of EJBObjects to a Collection of persistence-capable instances.CollectionJDOEJB20HelperImpl. convertCollectionPCToEJBLocalObject(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of EJBLocalObjects.SetJDOEJB20HelperImpl. convertCollectionPCToEJBLocalObjectSet(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Set of EJBLocalObjects.CollectionJDOEJB11HelperImpl. convertCollectionPCToEJBObject(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of EJBObjects.SetJDOEJB11HelperImpl. convertCollectionPCToEJBObjectSet(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Set of EJBObjects.CollectionJDOEJB11HelperImpl. convertCollectionPCToPrimaryKey(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of the PrimaryKey Class instances.ObjectJDOEJB20HelperImpl. convertEJBLocalObjectToPC(jakarta.ejb.EJBLocalObject o, PersistenceManager pm, boolean validate)Converts EJBLocalObject to persistence-capable instance.ObjectJDOEJB11HelperImpl. convertEJBObjectToPC(jakarta.ejb.EJBObject o, PersistenceManager pm, boolean validate)Converts EJBObject to persistence-capable instance.jakarta.ejb.EJBLocalObjectJDOEJB20HelperImpl. convertPCToEJBLocalObject(Object pc, PersistenceManager pm)Converts persistence-capable instance to EJBLocalObject.jakarta.ejb.EJBLocalObjectJDOEJB20HelperImpl. convertPCToEJBLocalObject(Object pc, PersistenceManager pm, jakarta.ejb.EJBContext context)Converts persistence-capable instance to EJBLocalObject.jakarta.ejb.EJBObjectJDOEJB11HelperImpl. convertPCToEJBObject(Object pc, PersistenceManager pm)Converts persistence-capable instance to EJBObject.ObjectJDOEJB11HelperImpl. convertPCToPrimaryKey(Object pc, PersistenceManager pm)Converts persistence-capable instance to an instance of the PrimaryKey Class.protected ObjectJDOEJB11HelperImpl. convertPrimaryKeyToPC(Object key, PersistenceManager pm, boolean validate)Converts PrimaryKey object to persistence-capable instance.Constructors in com.sun.jdo.spi.persistence.support.ejb.cmp with parameters of type PersistenceManager Constructor Description EJBHashSet(PersistenceManager pm, JDOEJB20Helper helper, Collection pcs)Creates new instance ofEJBHashSetfor this parameters. -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore
Subinterfaces of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore Modifier and Type Interface Description interfacePersistenceManagerMethods in com.sun.jdo.spi.persistence.support.sqlstore that return PersistenceManager Modifier and Type Method Description PersistenceManagerSQLStateManager. getPersistenceManager()...PersistenceManagerStateManager. getPersistenceManager()...PersistenceManagerSQLStateManager. getPersistenceManagerInternal()...PersistenceManagerStateManager. getPersistenceManagerInternal()...Methods in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type PersistenceManager Modifier and Type Method Description voidSQLStateManager. setPersistenceManager(PersistenceManager pm)voidStateManager. setPersistenceManager(PersistenceManager pm)... -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.ejb
Methods in com.sun.jdo.spi.persistence.support.sqlstore.ejb with parameters of type PersistenceManager Modifier and Type Method Description static voidCMPHelper. beginInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.voidContainerHelper. beginInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.voidSunContainerHelper. beginInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.static voidCMPHelper. commitInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.voidContainerHelper. commitInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.voidSunContainerHelper. commitInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.CollectionJDOEJB20Helper. convertCollectionEJBLocalObjectToPC(Collection coll, PersistenceManager pm, boolean validate)Converts Collection of EJBLocalObjects to a Collection of persistence-capable instances.CollectionJDOEJB11Helper. convertCollectionEJBObjectToPC(Collection coll, PersistenceManager pm, boolean validate)Converts Collection of EJBObjects to a Collection of persistence-capable instances.CollectionJDOEJB20Helper. convertCollectionPCToEJBLocalObject(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of EJBLocalObjects.SetJDOEJB20Helper. convertCollectionPCToEJBLocalObjectSet(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Set of EJBLocalObjects.CollectionJDOEJB11Helper. convertCollectionPCToEJBObject(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of EJBObjects.SetJDOEJB11Helper. convertCollectionPCToEJBObjectSet(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Set of EJBObjects.CollectionJDOEJB11Helper. convertCollectionPCToPrimaryKey(Collection pcs, PersistenceManager pm)Converts Collection of persistence-capable instances to a Collection of the PrimaryKey Class instances.ObjectJDOEJB20Helper. convertEJBLocalObjectToPC(jakarta.ejb.EJBLocalObject o, PersistenceManager pm, boolean validate)Converts EJBLocalObject to persistence-capable instance.ObjectJDOEJB11Helper. convertEJBObjectToPC(jakarta.ejb.EJBObject o, PersistenceManager pm, boolean validate)Converts EJBObject to persistence-capable instance.jakarta.ejb.EJBLocalObjectJDOEJB20Helper. convertPCToEJBLocalObject(Object pc, PersistenceManager pm)Converts persistence-capable instance to EJBLocalObject.jakarta.ejb.EJBLocalObjectJDOEJB20Helper. convertPCToEJBLocalObject(Object pc, PersistenceManager pm, jakarta.ejb.EJBContext context)Converts persistence-capable instance to EJBLocalObject.jakarta.ejb.EJBObjectJDOEJB11Helper. convertPCToEJBObject(Object pc, PersistenceManager pm)Converts persistence-capable instance to EJBObject.ObjectJDOEJB11Helper. convertPCToPrimaryKey(Object pc, PersistenceManager pm)Converts persistence-capable instance to an instance of the PrimaryKey Class.static voidCMPHelper. flush(PersistenceManager pm)Flush transactional changes to the database.static voidCMPHelper. rollbackInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.voidContainerHelper. rollbackInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment.voidSunContainerHelper. rollbackInternalTransaction(PersistenceManager pm)Called in a unspecified transaction context of a managed environment. -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.impl
Classes in com.sun.jdo.spi.persistence.support.sqlstore.impl that implement PersistenceManager Modifier and Type Class Description classPersistenceManagerImplclassPersistenceManagerWrapperPersistenceManagerWrapper is ....Methods in com.sun.jdo.spi.persistence.support.sqlstore.impl that return PersistenceManager Modifier and Type Method Description PersistenceManagerPersistenceManagerFactoryImpl. getPersistenceManager()Creates new PersistenceManager without extra infoPersistenceManagerPersistenceManagerFactoryImpl. getPersistenceManager(String username, char[] passwd)Creates new PersistenceManager with specific username and password.PersistenceManagerPersistenceManagerWrapper. getPersistenceManager()PersistenceManagerSQLPersistenceManagerFactory. getPersistenceManager()Creates new PersistenceManager without specific info.PersistenceManagerSQLPersistenceManagerFactory. getPersistenceManager(String username, char[] password)Creates new PersistenceManager with specific username and password.PersistenceManagerTransactionImpl. getPersistenceManager()Returns PersistenceManager associated with this transaction -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.query
Methods in com.sun.jdo.spi.persistence.support.sqlstore.query that return PersistenceManager Modifier and Type Method Description PersistenceManagerQueryImpl. getPersistenceManager()Get the PersistenceManager associated with this Query.
-