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

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

Introduction

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

The text is from its open source code.

Method

EntityManagercreateSharedEntityManager(EntityManagerFactory emf)
Create a transactional EntityManager proxy for the given EntityManagerFactory.
EntityManagercreateSharedEntityManager(EntityManagerFactory emf, @Nullable Map properties)
Create a transactional EntityManager proxy for the given EntityManagerFactory.