com.atlassian.bamboo.user.propertyset
Class BambooBucketPropertySetHibernateDao

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

public class BambooBucketPropertySetHibernateDao
extends bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
implements BambooPropertySetDao


Field Summary
 
Fields inherited from class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
log
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
BambooBucketPropertySetHibernateDao()
           
 
Method Summary
 List<String> getEntityNamesByStringItemValues(String entityKey, List<String> stringValues)
           
 
Methods inherited from class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
create, findByKey, getKeys, remove, remove, setImpl
 
Methods inherited from class org.springframework.orm.hibernate3.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
 

Constructor Detail

BambooBucketPropertySetHibernateDao

public BambooBucketPropertySetHibernateDao()
Method Detail

getEntityNamesByStringItemValues

@NotNull
public List<String> getEntityNamesByStringItemValues(@NotNull
                                                             String entityKey,
                                                             @NotNull
                                                             List<String> stringValues)
Specified by:
getEntityNamesByStringItemValues in interface BambooPropertySetDao
Parameters:
entityKey - key of a property
stringValues - list of property values to be looked for
Returns:


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.