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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.orm.jpa.EntityManagerFactoryInfo has the following implementations.
Click this link to see all its implementation.

Method

ClassLoadergetBeanClassLoader()
Return the ClassLoader that the application's beans are loaded with.
ClassgetEntityManagerInterface()
Return the (potentially vendor-specific) EntityManager interface that this factory's EntityManagers will implement.
JpaDialectgetJpaDialect()
Return the vendor-specific JpaDialect implementation for this EntityManagerFactory, or null if not known.
EntityManagerFactorygetNativeEntityManagerFactory()
Return the raw underlying EntityManagerFactory.
PersistenceUnitInfogetPersistenceUnitInfo()
Return the PersistenceUnitInfo used to create this EntityManagerFactory, if the in-container API was used.