|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.orm.hibernate.LocalSessionFactoryBean bucket.core.persistence.hibernate.ConfigurableLocalSessionFactoryBean
public class ConfigurableLocalSessionFactoryBean
Field Summary |
---|
Fields inherited from class org.springframework.orm.hibernate.LocalSessionFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
ConfigurableLocalSessionFactoryBean()
|
Method Summary | |
---|---|
MappingResources |
getMappingResources()
|
net.sf.hibernate.cfg.Configuration |
newConfiguration()
|
void |
setCacheManager(com.atlassian.cache.CacheManager cacheManager)
|
void |
setHibernateConfig(com.atlassian.config.db.HibernateConfig hibernateConfig)
|
void |
setMappingResources(MappingResources mappingResources)
|
Methods inherited from class org.springframework.orm.hibernate.LocalSessionFactoryBean |
---|
afterPropertiesSet, createDatabaseSchema, destroy, dropDatabaseSchema, executeSchemaScript, executeSchemaStatement, getConfigTimeDataSource, getConfigTimeLobHandler, getConfigTimeTransactionManager, getConfiguration, getHibernateProperties, getObject, getObjectType, isSingleton, newSessionFactory, 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 |
---|
public ConfigurableLocalSessionFactoryBean()
Method Detail |
---|
public net.sf.hibernate.cfg.Configuration newConfiguration() throws net.sf.hibernate.HibernateException
newConfiguration
in class org.springframework.orm.hibernate.LocalSessionFactoryBean
net.sf.hibernate.HibernateException
public MappingResources getMappingResources()
public void setHibernateConfig(com.atlassian.config.db.HibernateConfig hibernateConfig)
public void setMappingResources(MappingResources mappingResources)
mappingResources
- The mappingResources to set.public void setCacheManager(com.atlassian.cache.CacheManager cacheManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |