JPA Static Method
in javax.persistence.Persistence

EntityManagerFactory createEntityManagerFactory(
  String persistenceUnitName
)


Create and return an EntityManagerFactory for the named persistence unit.
Parameters:
persistenceUnitName the - name of the persistence unit
Return:
the factory that creates EntityManagers configured according to the specified persistence unit
Since:
JPA 1.0