com.atlassian.confluence.importexport.impl
Class ConfluenceLocalSessionFactoryBeanForBackup

java.lang.Object
  extended byorg.springframework.orm.hibernate.LocalSessionFactoryBean
      extended bybucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
          extended bycom.atlassian.confluence.importexport.impl.ConfluenceLocalSessionFactoryBeanForBackup
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class ConfluenceLocalSessionFactoryBeanForBackup
extends bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean


Field Summary
 
Fields inherited from class org.springframework.orm.hibernate.LocalSessionFactoryBean
logger
 
Constructor Summary
ConfluenceLocalSessionFactoryBeanForBackup()
           
 
Method Summary
protected  net.sf.hibernate.SessionFactory newSessionFactory(net.sf.hibernate.cfg.Configuration config)
           
 
Methods inherited from class bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
getMappingResources, newConfiguration, setHibernateConfig, setMappingResources
 
Methods inherited from class org.springframework.orm.hibernate.LocalSessionFactoryBean
afterPropertiesSet, createDatabaseSchema, destroy, dropDatabaseSchema, executeSchemaScript, getConfigTimeDataSource, getConfigTimeLobHandler, getConfigTimeTransactionManager, getConfiguration, getObject, getObjectType, isSingleton, postProcessConfiguration, setConfigLocation, setDataSource, setEntityInterceptor, setHibernateProperties, setJtaTransactionManager, setLobHandler, setMappingDirectoryLocations, setMappingJarLocations, setMappingLocations, setMappingResources, setNamingStrategy, setSchemaUpdate, setUseTransactionAwareDataSource, updateDatabaseSchema
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceLocalSessionFactoryBeanForBackup

public ConfluenceLocalSessionFactoryBeanForBackup()
Method Detail

newSessionFactory

protected net.sf.hibernate.SessionFactory newSessionFactory(net.sf.hibernate.cfg.Configuration config)
                                                     throws net.sf.hibernate.HibernateException
Throws:
net.sf.hibernate.HibernateException


Confluence is developed by Atlassian.