Dekoh platform API

dekoh.portal.fwk.persistence
Class DIOEntityManagerFactory

java.lang.Object
  extended by dekoh.portal.fwk.persistence.DIOEntityManagerFactory

public class DIOEntityManagerFactory
extends Object

DIOEntityManagerFactory is a wrapper over EntityManagerFactory. It instances DIOEntityManager

Since:
Dec 21, 2006

Constructor Summary
DIOEntityManagerFactory(EntityManagerFactory emf)
           
DIOEntityManagerFactory(String puName)
           
DIOEntityManagerFactory(String puName, Map properties)
           
 
Method Summary
 void close()
           
 DIOEntityManager createDIOEntityManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DIOEntityManagerFactory

public DIOEntityManagerFactory(String puName,
                               Map properties)

DIOEntityManagerFactory

public DIOEntityManagerFactory(String puName)

DIOEntityManagerFactory

public DIOEntityManagerFactory(EntityManagerFactory emf)
Method Detail

createDIOEntityManager

public DIOEntityManager createDIOEntityManager()

close

public void close()

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers