Jakarta Persistence (JPA) Method

EntityManagerFactory createEntityManagerFactory(
  String persistenceUnitName
)


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