com.atlassian.user.impl.hibernate.configuration
Class MemoryHsqlHibernateAccessor

java.lang.Object
  extended by com.atlassian.user.impl.hibernate.configuration.MemoryHsqlHibernateAccessor
All Implemented Interfaces:
com.atlassian.user.impl.hibernate.configuration.HibernateAccessor

public class MemoryHsqlHibernateAccessor
extends Object
implements com.atlassian.user.impl.hibernate.configuration.HibernateAccessor

An in-memory implementation to use for testing the Hibernate implementation of Atlassian-User.


Constructor Summary
MemoryHsqlHibernateAccessor()
           
 
Method Summary
 net.sf.hibernate.SessionFactory getSessionFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryHsqlHibernateAccessor

public MemoryHsqlHibernateAccessor()
Method Detail

getSessionFactory

public net.sf.hibernate.SessionFactory getSessionFactory()
Specified by:
getSessionFactory in interface com.atlassian.user.impl.hibernate.configuration.HibernateAccessor


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.