net.sf.gilead.core.hibernate.jpa
Class HibernateJpaUtil

java.lang.Object
  extended by net.sf.gilead.core.hibernate.HibernateUtil
      extended by net.sf.gilead.core.hibernate.jpa.HibernateJpaUtil
All Implemented Interfaces:
IPersistenceUtil

public class HibernateJpaUtil
extends HibernateUtil

Author:
bruno.marchesson

Constructor Summary
HibernateJpaUtil()
           
 
Method Summary
 void setEntityManagerFactory(java.lang.Object entityManagerFactory)
          Sets the JPA entity manager factory
 
Methods inherited from class net.sf.gilead.core.hibernate.HibernateUtil
closeCurrentSession, createEntityProxy, createPersistentCollection, getId, getId, getInstance, getSessionFactory, getUnenhancedClass, initialize, isEnhanced, isInitialized, isPersistentClass, isPersistentCollection, isPersistentPojo, load, openSession, serializeEntityProxy, serializePersistentCollection, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateJpaUtil

public HibernateJpaUtil()
Method Detail

setEntityManagerFactory

public void setEntityManagerFactory(java.lang.Object entityManagerFactory)
Sets the JPA entity manager factory

Parameters:
entityManagerFactory -