Java javax.persistence.spi PersistenceProvider fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.spi PersistenceProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.spi PersistenceProvider.

The text is from its open source code.

Implementation

javax.persistence.spi.PersistenceProvider has the following implementations.
Click this link to see all its implementation.

Method

EntityManagerFactorycreateContainerEntityManagerFactory(PersistenceUnitInfo info, Map map)
Called by the container when an EntityManagerFactory is to be created.
EntityManagerFactorycreateEntityManagerFactory(String emName, Map map)
Called by Persistence class when an EntityManagerFactory is to be created.
ClassgetClass()
Returns the runtime class of this Object .