Liferay 6.2-ce-ga5

com.liferay.portal.spring.hibernate
Class PortletHibernateConfiguration

java.lang.Object
  extended by org.springframework.orm.hibernate3.AbstractSessionFactoryBean
      extended by org.springframework.orm.hibernate3.LocalSessionFactoryBean
          extended by com.liferay.portal.spring.hibernate.PortalHibernateConfiguration
              extended by com.liferay.portal.spring.hibernate.PortletHibernateConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<org.hibernate.SessionFactory>, org.springframework.beans.factory.InitializingBean, org.springframework.dao.support.PersistenceExceptionTranslator

public class PortletHibernateConfiguration
extends PortalHibernateConfiguration


Field Summary
 
Fields inherited from class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
logger
 
Constructor Summary
PortletHibernateConfiguration()
           
 
Method Summary
protected  ClassLoader getConfigurationClassLoader()
           
protected  String[] getConfigurationResources()
           
protected  void setDB(org.hibernate.dialect.Dialect dialect)
           
 
Methods inherited from class com.liferay.portal.spring.hibernate.PortalHibernateConfiguration
buildSessionFactory, destroy, determineDialect, getPreloadClassLoaderClasses, newConfiguration, postProcessConfiguration, readResource, readResource, setHibernateConfigurationConverter
 
Methods inherited from class org.springframework.orm.hibernate3.LocalSessionFactoryBean
afterSessionFactoryCreation, createDatabaseSchema, dropDatabaseSchema, executeSchemaScript, executeSchemaStatement, getConfigTimeCacheProvider, getConfigTimeDataSource, getConfigTimeLobHandler, getConfigTimeTransactionManager, getConfiguration, getHibernateProperties, newSessionFactory, postProcessMappings, setBeanClassLoader, setCacheableMappingLocations, setCacheProvider, setCacheRegionFactory, setCollectionCacheStrategies, setConfigLocation, setConfigLocations, setConfigurationClass, setEntityCacheStrategies, setEntityInterceptor, setEventListeners, setFilterDefinitions, setHibernateProperties, setJtaTransactionManager, setLobHandler, setMappingDirectoryLocations, setMappingJarLocations, setMappingLocations, setMappingResources, setNamingStrategy, setSchemaUpdate, setTypeDefinitions, updateDatabaseSchema, validateDatabaseSchema
 
Methods inherited from class org.springframework.orm.hibernate3.AbstractSessionFactoryBean
afterPropertiesSet, beforeSessionFactoryDestruction, convertHibernateAccessException, getDataSource, getObject, getObjectType, getSessionFactory, isExposeTransactionAwareSessionFactory, isSingleton, isUseTransactionAwareDataSource, setDataSource, setExposeTransactionAwareSessionFactory, setJdbcExceptionTranslator, setUseTransactionAwareDataSource, translateExceptionIfPossible, wrapSessionFactoryIfNecessary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletHibernateConfiguration

public PortletHibernateConfiguration()
Method Detail

getConfigurationClassLoader

protected ClassLoader getConfigurationClassLoader()
Overrides:
getConfigurationClassLoader in class PortalHibernateConfiguration

getConfigurationResources

protected String[] getConfigurationResources()
Overrides:
getConfigurationResources in class PortalHibernateConfiguration

setDB

protected void setDB(org.hibernate.dialect.Dialect dialect)
Overrides:
setDB in class PortalHibernateConfiguration

Liferay 6.2-ce-ga5