Fabric3 JPA/Hibernate Extension

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

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

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

Classes in org.fabric3.jpa.runtime.proxy that implement HibernateProxy
 class MultiThreadedEntityManagerProxy
          An EntityManager proxy that delegates to a backing instance.
 class MultiThreadedSessionProxy
          An Hibernate Session proxy that delegates to a backing instance.
 class StatefulEntityManagerProxy
          An EntityManager proxy that delegates to a cached instance.
 class StatefulSessionProxy
          An Hibernate Session proxy that delegates to a cached instance.
 

Methods in org.fabric3.jpa.runtime.proxy with parameters of type HibernateProxy
 javax.persistence.EntityManager EntityManagerService.getEntityManager(String unitName, HibernateProxy proxy, Transaction transaction)
          Returns the EntityManager associated with the given transaction.
 javax.persistence.EntityManager EntityManagerServiceImpl.getEntityManager(String unitName, HibernateProxy proxy, Transaction transaction)
           
 


Fabric3 JPA/Hibernate Extension

Copyright © 2007-2012 Metaform Systems.