Uses of Interface
org.tynamo.jpa.JPAEntityManagerSource

Packages that use JPAEntityManagerSource
org.tynamo.jpa   
org.tynamo.jpa.internal   
 

Uses of JPAEntityManagerSource in org.tynamo.jpa
 

Methods in org.tynamo.jpa that return JPAEntityManagerSource
static JPAEntityManagerSource JPACoreModule.buildJPAEntityManagerSource(org.slf4j.Logger logger, String persistenceUnit, org.apache.tapestry5.ioc.services.RegistryShutdownHub hub)
           
 

Methods in org.tynamo.jpa with parameters of type JPAEntityManagerSource
static JPATransactionManager JPACoreModule.buildJPATransactionManager(JPAEntityManagerSource sessionSource, org.apache.tapestry5.ioc.services.PerthreadManager perthreadManager)
          The transaction manager manages transaction on a per-thread/per-request basis.
static void JPACoreModule.contributeRegistryStartup(org.apache.tapestry5.ioc.OrderedConfiguration<Runnable> configuration, boolean earlyStartup, JPAEntityManagerSource entityManagerSource)
           
 

Uses of JPAEntityManagerSource in org.tynamo.jpa.internal
 

Classes in org.tynamo.jpa.internal that implement JPAEntityManagerSource
 class JPAEntityManagerSourceImpl
           
 

Constructors in org.tynamo.jpa.internal with parameters of type JPAEntityManagerSource
JPATransactionManagerImpl(JPAEntityManagerSource source)
           
 



Copyright © 2009-2010. All Rights Reserved.