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

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

Introduction

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

The text is from its open source code.

Method

ClassgetEntityManagerFactoryInterface()
Return the vendor-specific EntityManagerFactory interface that the EntityManagerFactory proxy is supposed to implement.
ClassgetEntityManagerInterface()
Return the vendor-specific EntityManager interface that this provider's EntityManagers will implement.
JpaDialectgetJpaDialect()
Return the vendor-specific JpaDialect implementation for this provider, or null if there is none.
MapgetJpaPropertyMap(PersistenceUnitInfo pui)
Return a Map of vendor-specific JPA properties for the given persistence unit, typically based on settings in this JpaVendorAdapter instance.
PersistenceProvidergetPersistenceProvider()
Return the vendor-specific persistence provider.
voidpostProcessEntityManagerFactory(EntityManagerFactory emf)
Optional callback for post-processing the native EntityManagerFactory before active use.