Class EntityManagerFactoryFactory


  • public class EntityManagerFactoryFactory
    extends java.lang.Object
    Factory for creating EntityManagerFactory instances. This class delegates to the configured IEntityManagerFactoryProvider implementation.
    Since:
    7.5
    Author:
    Javier Paniza
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map.Entry<java.util.Map,​javax.persistence.EntityManagerFactory> createEntityManagerFactory​(java.util.Map properties)
      Creates an EntityManagerFactory with the provided properties.
      • Methods inherited from class java.lang.Object

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

      • EntityManagerFactoryFactory

        public EntityManagerFactoryFactory()
    • Method Detail

      • createEntityManagerFactory

        public static java.util.Map.Entry<java.util.Map,​javax.persistence.EntityManagerFactory> createEntityManagerFactory​(java.util.Map properties)
        Creates an EntityManagerFactory with the provided properties.
        Parameters:
        properties - Properties for creating the EntityManagerFactory
        Returns:
        A Map.Entry containing the original properties and the created EntityManagerFactory