Fabric3 JPA/Hibernate Extension

Package org.fabric3.jpa.runtime.proxy

Interface Summary
EntityManagerService Responsible for returning an EntityManager with a persitence context tied to an execution context.
HibernateProxy  
 

Class Summary
EntityManagerServiceImpl Manages a cache of EntityManagers.
MultiThreadedEntityManagerProxy An EntityManager proxy that delegates to a backing instance.
MultiThreadedEntityManagerProxyFactory Creates MultiThreadedEntityManagerProxy instances.
MultiThreadedSessionProxy An Hibernate Session proxy that delegates to a backing instance.
MultiThreadedSessionProxyFactory Creates MultiThreadedSessionProxy instances.
StatefulEntityManagerProxy An EntityManager proxy that delegates to a cached instance.
StatefulEntityManagerProxyFactory Creates StatefulEntityManagerProxy instances.
StatefulSessionProxy An Hibernate Session proxy that delegates to a cached instance.
StatefulSessionProxyFactory Creates StatefulEntityManagerProxy instances.
 

Exception Summary
EntityManagerCreationException Denotes an exception creating and associating an EntityManager with an execution context.
 


Fabric3 JPA/Hibernate Extension

Copyright © 2007-2012 Metaform Systems.