Fabric3 JPA/Hibernate Extension

org.fabric3.jpa.runtime.proxy
Class MultiThreadedSessionProxyFactory

java.lang.Object
  extended by org.fabric3.jpa.runtime.proxy.MultiThreadedSessionProxyFactory
All Implemented Interfaces:
org.fabric3.spi.objectfactory.ObjectFactory<MultiThreadedSessionProxy>

public class MultiThreadedSessionProxyFactory
extends Object
implements org.fabric3.spi.objectfactory.ObjectFactory<MultiThreadedSessionProxy>

Creates MultiThreadedSessionProxy instances.

Version:
$Rev: 7148 $ $Date: 2009-06-14 17:18:27 -0700 (Sun, 14 Jun 2009) $

Constructor Summary
MultiThreadedSessionProxyFactory(String unitName, EntityManagerService service, TransactionManager tm)
           
 
Method Summary
 MultiThreadedSessionProxy getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiThreadedSessionProxyFactory

public MultiThreadedSessionProxyFactory(String unitName,
                                        EntityManagerService service,
                                        TransactionManager tm)
Method Detail

getInstance

public MultiThreadedSessionProxy getInstance()
                                      throws org.fabric3.spi.objectfactory.ObjectCreationException
Specified by:
getInstance in interface org.fabric3.spi.objectfactory.ObjectFactory<MultiThreadedSessionProxy>
Throws:
org.fabric3.spi.objectfactory.ObjectCreationException

Fabric3 JPA/Hibernate Extension

Copyright © 2007-2012 Metaform Systems.