Fabric3 JPA/Hibernate Extension

Uses of Interface
org.fabric3.jpa.runtime.proxy.EntityManagerService

Packages that use EntityManagerService
org.fabric3.jpa.runtime   
org.fabric3.jpa.runtime.proxy   
 

Uses of EntityManagerService in org.fabric3.jpa.runtime
 

Constructors in org.fabric3.jpa.runtime with parameters of type EntityManagerService
PersistenceContextWireAttacher(EntityManagerService emService, TransactionManager tm, EntityManagerFactoryResolver emfResolver, org.fabric3.spi.classloader.ClassLoaderRegistry registry)
          Constructor.
SessionWireAttacher(EntityManagerService emService, TransactionManager tm, EntityManagerFactoryResolver emfResolver, org.fabric3.spi.classloader.ClassLoaderRegistry registry)
          Constructor.
 

Uses of EntityManagerService in org.fabric3.jpa.runtime.proxy
 

Classes in org.fabric3.jpa.runtime.proxy that implement EntityManagerService
 class EntityManagerServiceImpl
          Manages a cache of EntityManagers.
 

Constructors in org.fabric3.jpa.runtime.proxy with parameters of type EntityManagerService
MultiThreadedEntityManagerProxy(String unitName, EntityManagerService emService, TransactionManager tm)
           
MultiThreadedEntityManagerProxyFactory(String unitName, EntityManagerService service, TransactionManager tm)
           
MultiThreadedSessionProxy(String unitName, EntityManagerService emService, TransactionManager tm)
           
MultiThreadedSessionProxyFactory(String unitName, EntityManagerService service, TransactionManager tm)
           
StatefulEntityManagerProxy(String unitName, EntityManagerService emService, TransactionManager tm)
           
StatefulEntityManagerProxyFactory(String unitName, EntityManagerService service, TransactionManager tm)
           
StatefulSessionProxy(String unitName, EntityManagerService emService, TransactionManager tm)
           
StatefulSessionProxyFactory(String unitName, EntityManagerService service, TransactionManager tm)
           
 


Fabric3 JPA/Hibernate Extension

Copyright © 2007-2012 Metaform Systems.