Uses of Interface
com.sun.jdo.api.persistence.support.PersistenceManagerFactory
-
-
Uses of PersistenceManagerFactory in com.sun.jdo.api.persistence.support
Methods in com.sun.jdo.api.persistence.support that return PersistenceManagerFactory Modifier and Type Method Description PersistenceManagerFactoryPersistenceManager. getPersistenceManagerFactory()This method returns the PersistenceManagerFactory used to create this PersistenceManager. -
Uses of PersistenceManagerFactory in com.sun.jdo.spi.persistence.support.sqlstore
Subinterfaces of PersistenceManagerFactory in com.sun.jdo.spi.persistence.support.sqlstore Modifier and Type Interface Description interfacePersistenceManagerFactory -
Uses of PersistenceManagerFactory in com.sun.jdo.spi.persistence.support.sqlstore.ejb
Methods in com.sun.jdo.spi.persistence.support.sqlstore.ejb that return PersistenceManagerFactory Modifier and Type Method Description static PersistenceManagerFactoryCMPHelper. getPersistenceManagerFactory(Object container)Called in a CMP environment to lookup PersistenceManagerFactory referenced by this Container instance as the CMP resource.PersistenceManagerFactoryContainerHelper. getPersistenceManagerFactory(Object container)Called in a CMP environment to lookup PersistenceManagerFactory referenced by this Container instance as the CMP resource.PersistenceManagerFactorySunContainerHelper. getPersistenceManagerFactory(Object container)Called in a CMP environment to lookup PersistenceManagerFactory referenced by this Container instance as the CMP resource.static PersistenceManagerFactoryEJBHelper. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)Returns the hashed instance of PersistenceManagerFactory that compares equal to the newly created instance or the instance itself if it is not found.PersistenceManagerFactorySunTransactionHelper. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)SunTransactionHelper specific codePersistenceManagerFactoryTransactionHelper. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)Replace newly created instance of PersistenceManagerFactory with the hashed one if it exists.PersistenceManagerFactoryTransactionHelperImpl. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)Replace newly created instance of PersistenceManagerFactory with the hashed one if it exists.Methods in com.sun.jdo.spi.persistence.support.sqlstore.ejb with parameters of type PersistenceManagerFactory Modifier and Type Method Description static PersistenceManagerFactoryEJBHelper. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)Returns the hashed instance of PersistenceManagerFactory that compares equal to the newly created instance or the instance itself if it is not found.PersistenceManagerFactorySunTransactionHelper. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)SunTransactionHelper specific codePersistenceManagerFactoryTransactionHelper. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)Replace newly created instance of PersistenceManagerFactory with the hashed one if it exists.PersistenceManagerFactoryTransactionHelperImpl. replaceInternalPersistenceManagerFactory(PersistenceManagerFactory pmf)Replace newly created instance of PersistenceManagerFactory with the hashed one if it exists.static voidEJBHelper. setPersistenceManagerFactoryDefaults(PersistenceManagerFactory pmf)Set environment specific default values for the given PersistenceManagerFactory.voidTransactionHelper. setPersistenceManagerFactoryDefaults(PersistenceManagerFactory pmf)Set environment specific default values for the given PersistenceManagerFactory.voidTransactionHelperImpl. setPersistenceManagerFactoryDefaults(PersistenceManagerFactory pmf)Set environment specific default values for the given PersistenceManagerFactory. -
Uses of PersistenceManagerFactory in com.sun.jdo.spi.persistence.support.sqlstore.impl
Classes in com.sun.jdo.spi.persistence.support.sqlstore.impl that implement PersistenceManagerFactory Modifier and Type Class Description classPersistenceManagerFactoryImplclassSQLPersistenceManagerFactoryMethods in com.sun.jdo.spi.persistence.support.sqlstore.impl that return PersistenceManagerFactory Modifier and Type Method Description PersistenceManagerFactoryPersistenceManagerImpl. getPersistenceManagerFactory()This method returns the PersistenceManagerFactory used to create this PersistenceManager.PersistenceManagerFactoryPersistenceManagerWrapper. getPersistenceManagerFactory()This method returns the PersistenceManagerFactory used to create this PersistenceManager.PersistenceManagerFactorySQLPersistenceManagerFactory. getPersistenceManagerFactory()Returns instance of PersistenceManagerFactoryConstructors in com.sun.jdo.spi.persistence.support.sqlstore.impl with parameters of type PersistenceManagerFactory Constructor Description SQLPersistenceManagerFactory(PersistenceManagerFactory persistenceManagerFactory)Creates newSQLPersistenceManagerFactorywith user parameters
-