public class

LocalSessionFactoryBeanForTests

extends LocalSessionFactoryBean
java.lang.Object
   ↳ org.springframework.orm.hibernate.LocalSessionFactoryBean
     ↳ com.atlassian.confluence.core.LocalSessionFactoryBeanForTests
Known Direct Subclasses

Summary

[Expand]
Inherited Fields
From class org.springframework.orm.hibernate.LocalSessionFactoryBean
Public Constructors
LocalSessionFactoryBeanForTests()
Public Methods
MappingResources getMappingResources()
Configuration newConfiguration()
void setMappingResources(MappingResources mappingResources)
Protected Methods
void executeSchemaUpdate(Configuration config)
Overridden here because hsql doesn't support batched statements.
[Expand]
Inherited Methods
From class org.springframework.orm.hibernate.LocalSessionFactoryBean
From class java.lang.Object
From interface org.springframework.beans.factory.DisposableBean
From interface org.springframework.beans.factory.FactoryBean
From interface org.springframework.beans.factory.InitializingBean

Public Constructors

public LocalSessionFactoryBeanForTests ()

Public Methods

public MappingResources getMappingResources ()

Returns
  • Returns the mappingResources.

public Configuration newConfiguration ()

Throws
HibernateException

public void setMappingResources (MappingResources mappingResources)

Parameters
mappingResources The mappingResources to set.

Protected Methods

protected void executeSchemaUpdate (Configuration config)

Overridden here because hsql doesn't support batched statements.

Throws
HibernateException