Uses of Interface
org.tynamo.jdo.JDOPersistenceManagerSource

Packages that use JDOPersistenceManagerSource
org.tynamo.jdo   
org.tynamo.jdo.internal   
 

Uses of JDOPersistenceManagerSource in org.tynamo.jdo
 

Methods in org.tynamo.jdo that return JDOPersistenceManagerSource
static JDOPersistenceManagerSource JDOCoreModule.buildJDOEntityManagerSource(org.slf4j.Logger logger, String pmfName)
           
 

Methods in org.tynamo.jdo with parameters of type JDOPersistenceManagerSource
static JDOTransactionManager JDOCoreModule.buildJDOTransactionManager(JDOPersistenceManagerSource sessionSource, org.apache.tapestry5.ioc.services.PerthreadManager perthreadManager)
          The transaction manager manages transaction on a per-thread/per-request basis.
static void JDOCoreModule.contributeRegistryStartup(org.apache.tapestry5.ioc.OrderedConfiguration<Runnable> configuration, boolean earlyStartup, JDOPersistenceManagerSource persistenceManagerSource)
           
 

Uses of JDOPersistenceManagerSource in org.tynamo.jdo.internal
 

Classes in org.tynamo.jdo.internal that implement JDOPersistenceManagerSource
 class JDOPersistenceManagerSourceImpl
           
 

Constructors in org.tynamo.jdo.internal with parameters of type JDOPersistenceManagerSource
JDOTransactionManagerImpl(JDOPersistenceManagerSource source)
           
 



Copyright © 2011-2012. All Rights Reserved.