Uses of Class
org.jboss.jpa.deployment.ManagedEntityManagerFactory

Packages that use ManagedEntityManagerFactory
org.jboss.jpa.deployment   
org.jboss.jpa.injection   
org.jboss.jpa.tx   
org.jboss.jpa.util   
 

Uses of ManagedEntityManagerFactory in org.jboss.jpa.deployment
 

Fields in org.jboss.jpa.deployment declared as ManagedEntityManagerFactory
protected  ManagedEntityManagerFactory PersistenceUnitDeployment.managedFactory
           
 

Fields in org.jboss.jpa.deployment with type parameters of type ManagedEntityManagerFactory
static ThreadLocalStack<Map<ManagedEntityManagerFactory,javax.persistence.EntityManager>> ManagedEntityManagerFactory.nonTxStack
           
 

Methods in org.jboss.jpa.deployment that return ManagedEntityManagerFactory
 ManagedEntityManagerFactory PersistenceUnitDeployment.getManagedFactory()
           
 

Uses of ManagedEntityManagerFactory in org.jboss.jpa.injection
 

Constructors in org.jboss.jpa.injection with parameters of type ManagedEntityManagerFactory
InjectedEntityManagerFactory(ManagedEntityManagerFactory managedFactory)
           
 

Uses of ManagedEntityManagerFactory in org.jboss.jpa.tx
 

Constructors in org.jboss.jpa.tx with parameters of type ManagedEntityManagerFactory
TransactionScopedEntityManager(ManagedEntityManagerFactory factory)
           
 

Uses of ManagedEntityManagerFactory in org.jboss.jpa.util
 

Methods in org.jboss.jpa.util that return ManagedEntityManagerFactory
static ManagedEntityManagerFactory ManagedEntityManagerFactoryHelper.getManagedEntityManagerFactory(String kernelName)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.