Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.jpa
Class LocalContainerEntityManagerFactoryBean

java.lang.Object
  extended by org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
      extended by org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
          extended by com.liferay.portal.spring.jpa.LocalContainerEntityManagerFactoryBean
All Implemented Interfaces:
Serializable, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<javax.persistence.EntityManagerFactory>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware, org.springframework.context.weaving.LoadTimeWeaverAware, org.springframework.dao.support.PersistenceExceptionTranslator, org.springframework.orm.jpa.EntityManagerFactoryInfo

public class LocalContainerEntityManagerFactoryBean
extends org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
logger, nativeEntityManagerFactory
 
Constructor Summary
LocalContainerEntityManagerFactoryBean()
           
 
Method Summary
protected  String getDatabasePlatform(org.springframework.orm.jpa.vendor.Database database)
           
protected  Class<?> getProviderClass(String provider)
           
 void setDataSource(DataSource dataSource)
           
 
Methods inherited from class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
createNativeEntityManagerFactory, determinePersistenceUnitInfo, getDataSource, getPersistenceUnitInfo, getPersistenceUnitName, postProcessEntityManagerFactory, setLoadTimeWeaver, setPersistenceUnitManager, setPersistenceUnitPostProcessors, setPersistenceXmlLocation, setResourceLoader
 
Methods inherited from class org.springframework.orm.jpa.AbstractEntityManagerFactoryBean
afterPropertiesSet, createEntityManagerFactoryProxy, destroy, getBeanClassLoader, getEntityManagerInterface, getJpaDialect, getJpaPropertyMap, getJpaVendorAdapter, getNativeEntityManagerFactory, getObject, getObjectType, getPersistenceProvider, isSingleton, setBeanClassLoader, setBeanFactory, setBeanName, setEntityManagerFactoryInterface, setEntityManagerInterface, setJpaDialect, setJpaProperties, setJpaPropertyMap, setJpaVendorAdapter, setPersistenceProvider, setPersistenceProviderClass, setPersistenceUnitName, translateExceptionIfPossible, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalContainerEntityManagerFactoryBean

public LocalContainerEntityManagerFactoryBean()
Method Detail

setDataSource

public void setDataSource(DataSource dataSource)
Overrides:
setDataSource in class org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean

getDatabasePlatform

protected String getDatabasePlatform(org.springframework.orm.jpa.vendor.Database database)

getProviderClass

protected Class<?> getProviderClass(String provider)
                             throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3