JPA Constructor
in jakarta.persistence.PersistenceConfiguration

PersistenceConfiguration(
  String name
)


Create a new empty configuration. An empty configuration does not typically hold enough information for successful invocation of createEntityManagerFactory().
Parameters:
name - the name of the persistence unit, which may be used by the persistence provider for logging and error reporting
Since:
JPA 3.2