Java org.hibernate.jpa HibernatePersistenceProvider fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.jpa HibernatePersistenceProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.jpa HibernatePersistenceProvider.

The text is from its open source code.

Subclass

org.hibernate.jpa.HibernatePersistenceProvider has subclasses.
Click this link to see all its subclasses.

Constructor

Method

EntityManagerFactorycreateContainerEntityManagerFactory(PersistenceUnitInfo info, Map properties)

Note: per-spec, the values passed as properties override values found in PersistenceUnitInfo

EntityManagerFactorycreateEntityManagerFactory(String persistenceUnitName, Map properties)

Note: per-spec, the values passed as properties override values found in persistence.xml