Save This Page
Home » spring-framework-2.5.6-with-dependencies » org.springframework » orm » jpa » vendor » [javadoc | source]
org.springframework.orm.jpa.vendor
public class: HibernateJpaVendorAdapter [javadoc | source]
java.lang.Object
   org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
      org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter

All Implemented Interfaces:
    JpaVendorAdapter

org.springframework.orm.jpa.JpaVendorAdapter implementation for Hibernate EntityManager. Developed and tested against Hibernate 3.2.

Exposes Hibernate's persistence provider and EntityManager extension interface, and supports AbstractJpaVendorAdapter 's common configuration settings.

Method from org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter Summary:
determineDatabaseDialectClass,   getEntityManagerFactoryInterface,   getEntityManagerInterface,   getJpaDialect,   getJpaPropertyMap,   getPersistenceProvider,   getPersistenceProviderRootPackage
Methods from org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter:
getDatabase,   getDatabasePlatform,   getEntityManagerFactoryInterface,   getEntityManagerInterface,   getJpaDialect,   getJpaPropertyMap,   getPersistenceProviderRootPackage,   isGenerateDdl,   isShowSql,   postProcessEntityManagerFactory,   setDatabase,   setDatabasePlatform,   setGenerateDdl,   setShowSql
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter Detail:
 protected Class determineDatabaseDialectClass(Database database) 
    Determine the Hibernate database dialect class for the given target database.
 public Class getEntityManagerFactoryInterface() 
 public Class getEntityManagerInterface() 
 public JpaDialect getJpaDialect() 
 public Map getJpaPropertyMap() 
 public PersistenceProvider getPersistenceProvider() 
 public String getPersistenceProviderRootPackage()