com.atlassian.confluence.importexport.impl
Class ConfluenceLocalSessionFactoryBeanForBackup

java.lang.Object
  extended by org.springframework.orm.hibernate.LocalSessionFactoryBean
      extended by bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
          extended by com.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 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, setCacheManager, setHibernateConfig, setMappingResources
 
Methods inherited from class org.springframework.orm.hibernate.LocalSessionFactoryBean
afterPropertiesSet, createDatabaseSchema, destroy, dropDatabaseSchema, executeSchemaScript, executeSchemaStatement, getConfigTimeDataSource, getConfigTimeLobHandler, getConfigTimeTransactionManager, getConfiguration, getHibernateProperties, 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
Overrides:
newSessionFactory in class org.springframework.orm.hibernate.LocalSessionFactoryBean
Throws:
net.sf.hibernate.HibernateException


Copyright © 2003-2012 Atlassian. All Rights Reserved.