Java org.springframework.boot.orm.jpa EntityManagerFactoryBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.orm.jpa EntityManagerFactoryBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.orm.jpa EntityManagerFactoryBuilder.

The text is from its open source code.

Constructor

EntityManagerFactoryBuilder(JpaVendorAdapter jpaVendorAdapter, Map jpaProperties, PersistenceUnitManager persistenceUnitManager)
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.

Method