Class JpaHelper


  • public class JpaHelper
    extends java.lang.Object
    Author:
    Tom Baeyens
    • Constructor Summary

      Constructors 
      Constructor Description
      JpaHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.persistence.EntityManagerFactory createEntityManagerFactory​(java.lang.String jpaPersistenceUnitName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JpaHelper

        public JpaHelper()
    • Method Detail

      • createEntityManagerFactory

        public static javax.persistence.EntityManagerFactory createEntityManagerFactory​(java.lang.String jpaPersistenceUnitName)