bucket.user
Class BucketHibernateConfigProvider
java.lang.Object
bucket.user.BucketHibernateConfigProvider
- All Implemented Interfaces:
- com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider, com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider
public class BucketHibernateConfigProvider
- extends java.lang.Object
- implements com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider
DOCUMENT ME!
- Version:
- $Revision: 1.4 $
- Author:
- $author$
Field Summary |
protected org.apache.commons.logging.Log |
log
|
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()
|
void |
setupConfiguration(java.util.Map properties)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected org.apache.commons.logging.Log log
BucketHibernateConfigProvider
public BucketHibernateConfigProvider()
setupConfiguration
public void setupConfiguration(java.util.Map properties)
- Specified by:
setupConfiguration
in interface com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider
getConfiguration
public net.sf.hibernate.cfg.Configuration getConfiguration()
- Specified by:
getConfiguration
in interface com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider
getUserDAO
public com.opensymphony.user.provider.hibernate.dao.HibernateUserDAO getUserDAO()
- Specified by:
getUserDAO
in interface com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider
getGroupDAO
public com.opensymphony.user.provider.hibernate.dao.HibernateGroupDAO getGroupDAO()
- Specified by:
getGroupDAO
in interface com.opensymphony.user.provider.hibernate.OSUserHibernateConfigurationProvider
getPropertySetDAO
public com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO getPropertySetDAO()
- Specified by:
getPropertySetDAO
in interface com.opensymphony.module.propertyset.hibernate.HibernateConfigurationProvider
Copyright © 2003-2010 Atlassian. All Rights Reserved.