public class HibernateJpaVendorAdapter
extends org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
| Constructor and Description |
|---|
HibernateJpaVendorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?> |
determineDatabaseDialectClass(org.springframework.orm.jpa.vendor.Database database)
Determine the Hibernate database dialect class for the given target database.
|
Class<? extends javax.persistence.EntityManagerFactory> |
getEntityManagerFactoryInterface() |
Class<? extends javax.persistence.EntityManager> |
getEntityManagerInterface() |
org.springframework.orm.jpa.JpaDialect |
getJpaDialect() |
Map<String,Object> |
getJpaPropertyMap() |
javax.persistence.spi.PersistenceProvider |
getPersistenceProvider() |
String |
getPersistenceProviderRootPackage() |
public javax.persistence.spi.PersistenceProvider getPersistenceProvider()
public String getPersistenceProviderRootPackage()
getPersistenceProviderRootPackage in interface org.springframework.orm.jpa.JpaVendorAdaptergetPersistenceProviderRootPackage in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapterpublic Map<String,Object> getJpaPropertyMap()
getJpaPropertyMap in interface org.springframework.orm.jpa.JpaVendorAdaptergetJpaPropertyMap in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapterprotected Class<?> determineDatabaseDialectClass(org.springframework.orm.jpa.vendor.Database database)
database - the target databasenull if none foundpublic org.springframework.orm.jpa.JpaDialect getJpaDialect()
getJpaDialect in interface org.springframework.orm.jpa.JpaVendorAdaptergetJpaDialect in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapterpublic Class<? extends javax.persistence.EntityManagerFactory> getEntityManagerFactoryInterface()
getEntityManagerFactoryInterface in interface org.springframework.orm.jpa.JpaVendorAdaptergetEntityManagerFactoryInterface in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapterpublic Class<? extends javax.persistence.EntityManager> getEntityManagerInterface()
getEntityManagerInterface in interface org.springframework.orm.jpa.JpaVendorAdaptergetEntityManagerInterface in class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapterCopyright © 2015. All rights reserved.