org.loom.persistence
Class HibernateExtendedJpaVendorAdapter

java.lang.Object
  extended by org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
      extended by org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
          extended by org.loom.persistence.HibernateExtendedJpaVendorAdapter
All Implemented Interfaces:
org.springframework.orm.jpa.JpaVendorAdapter
Direct Known Subclasses:
ExtendedHibernateJpaVendorAdapter

public class HibernateExtendedJpaVendorAdapter
extends org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter

This class exists only because HibernateJpaVendorAdapter does not have a setJpaDialect() method. Tested against spring 2.5.5.


Constructor Summary
HibernateExtendedJpaVendorAdapter()
           
 
Method Summary
 java.lang.Class<? extends javax.persistence.EntityManager> getEntityManagerInterface()
           
 javax.persistence.spi.PersistenceProvider getPersistenceProvider()
           
 
Methods inherited from class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter
determineDatabaseDialectClass, getEntityManagerFactoryInterface, getJpaDialect, getJpaPropertyMap, getPersistenceProviderRootPackage
 
Methods inherited from class org.springframework.orm.jpa.vendor.AbstractJpaVendorAdapter
getDatabase, getDatabasePlatform, isGenerateDdl, isShowSql, postProcessEntityManagerFactory, setDatabase, setDatabasePlatform, setGenerateDdl, setShowSql
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateExtendedJpaVendorAdapter

public HibernateExtendedJpaVendorAdapter()
Method Detail

getEntityManagerInterface

public java.lang.Class<? extends javax.persistence.EntityManager> getEntityManagerInterface()
Specified by:
getEntityManagerInterface in interface org.springframework.orm.jpa.JpaVendorAdapter
Overrides:
getEntityManagerInterface in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter

getPersistenceProvider

public javax.persistence.spi.PersistenceProvider getPersistenceProvider()
Specified by:
getPersistenceProvider in interface org.springframework.orm.jpa.JpaVendorAdapter
Overrides:
getPersistenceProvider in class org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter