Interface PersistenceProvider


public interface PersistenceProvider
Interface implemented by the persistence provider.

It is invoked by the container in Jakarta EE environments and by the Persistence class in Java SE environments to create an EntityManagerFactory and/or to cause schema generation to occur.

Since:
1.0