Uses of Class
org.apache.aries.jpa.container.context.transaction.impl.JTAPersistenceContextRegistry

Packages that use JTAPersistenceContextRegistry
org.apache.aries.jpa.container.context.impl   
org.apache.aries.jpa.container.context.transaction.impl   
 

Uses of JTAPersistenceContextRegistry in org.apache.aries.jpa.container.context.impl
 

Constructors in org.apache.aries.jpa.container.context.impl with parameters of type JTAPersistenceContextRegistry
ManagedPersistenceContextFactory(String name, org.osgi.framework.ServiceReference unit, Map<String,Object> props, JTAPersistenceContextRegistry contextRegistry)
           
PersistenceContextManager(org.osgi.framework.BundleContext ctx, JTAPersistenceContextRegistry registry)
          Create a new PersistenceContextManager at a scope defined by the supplied BundleContext
 

Uses of JTAPersistenceContextRegistry in org.apache.aries.jpa.container.context.transaction.impl
 

Constructors in org.apache.aries.jpa.container.context.transaction.impl with parameters of type JTAPersistenceContextRegistry
JTAEntityManager(javax.persistence.EntityManagerFactory factory, Map<String,Object> properties, JTAPersistenceContextRegistry registry, AtomicLong activeCount, DestroyCallback onDestroy)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.