bucket.user.persistence.dao.hibernate
Class BucketPropertySetDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate.support.HibernateDaoSupport
          extended by bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
All Implemented Interfaces:
com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO, org.springframework.beans.factory.InitializingBean

public class BucketPropertySetDAO
extends org.springframework.orm.hibernate.support.HibernateDaoSupport
implements com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO


Field Summary
protected  org.apache.commons.logging.Log log
           
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BucketPropertySetDAO()
           
 
Method Summary
 com.opensymphony.module.propertyset.hibernate.PropertySetItem findByKey(String entityName, Long entityId, String key)
           
 Collection getKeys(String entityName, Long entityId, String prefix, int type)
           
 void remove(String entityName, Long entityId, String key)
           
 void setImpl(com.opensymphony.module.propertyset.hibernate.PropertySetItem propertySetItem, boolean isUpdate)
           
 
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.commons.logging.Log log
Constructor Detail

BucketPropertySetDAO

public BucketPropertySetDAO()
Method Detail

setImpl

public void setImpl(com.opensymphony.module.propertyset.hibernate.PropertySetItem propertySetItem,
                    boolean isUpdate)
Specified by:
setImpl in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

getKeys

public Collection getKeys(String entityName,
                          Long entityId,
                          String prefix,
                          int type)
Specified by:
getKeys in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

findByKey

public com.opensymphony.module.propertyset.hibernate.PropertySetItem findByKey(String entityName,
                                                                               Long entityId,
                                                                               String key)
Specified by:
findByKey in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

remove

public void remove(String entityName,
                   Long entityId,
                   String key)
Specified by:
remove in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO


Copyright © 2003-2011 Atlassian. All Rights Reserved.