com.atlassian.user.util.migration
Class OSUserHibernateConfigurationProviderTestImpl

java.lang.Object
  extended by com.atlassian.user.util.migration.OSUserHibernateConfigurationProviderTestImpl
All Implemented Interfaces:
com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider, com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider

public class OSUserHibernateConfigurationProviderTestImpl
extends Object
implements com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider


Constructor Summary
OSUserHibernateConfigurationProviderTestImpl()
           
 
Method Summary
 net.sf.hibernate.cfg.Configuration getConfiguration()
           
 com.opensymphony.user.provider.hibernate.dao.HibernateGroupDAO getGroupDAO()
           
 com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO getPropertySetDAO()
           
 com.opensymphony.user.provider.hibernate.dao.HibernateUserDAO getUserDAO()
           
static void setConfiguration(net.sf.hibernate.cfg.Configuration configuration)
           
static void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)
           
 void setupConfiguration(Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSUserHibernateConfigurationProviderTestImpl

public OSUserHibernateConfigurationProviderTestImpl()
Method Detail

setConfiguration

public static void setConfiguration(net.sf.hibernate.cfg.Configuration configuration)

setSessionFactory

public static void setSessionFactory(net.sf.hibernate.SessionFactory sessionFactory)

getGroupDAO

public com.opensymphony.user.provider.hibernate.dao.HibernateGroupDAO getGroupDAO()
Specified by:
getGroupDAO in interface com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider

getUserDAO

public com.opensymphony.user.provider.hibernate.dao.HibernateUserDAO getUserDAO()
Specified by:
getUserDAO in interface com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider

getConfiguration

public net.sf.hibernate.cfg.Configuration getConfiguration()
Specified by:
getConfiguration in interface com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider

getPropertySetDAO

public com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO getPropertySetDAO()
Specified by:
getPropertySetDAO in interface com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider

setupConfiguration

public void setupConfiguration(Map map)
Specified by:
setupConfiguration in interface com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider


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