Jakarta Persistence (JPA) Method
EntityManagerFactory createEntityManagerFactory(
PersistenceConfiguration configuration
)
Create and return an
EntityManagerFactory for the named persistence unit, using the given properties. - Parameters:
configuration- configuration of the persistence unit
- Returns:
- the factory that creates
EntityManagers configured according to the specified persistence unit.
- Since:
- Jakarta Persistence (JPA) 3.2