com.atlassian.bamboo.user.propertyset
Class BambooBucketPropertySetHibernateDao

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
              extended by com.atlassian.bamboo.user.propertyset.BambooBucketPropertySetHibernateDao
All Implemented Interfaces:
BambooPropertySetDao, com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO, org.springframework.beans.factory.InitializingBean

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


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

Constructor Detail

BambooBucketPropertySetHibernateDao

public BambooBucketPropertySetHibernateDao()
Method Detail

getEntityNamesByStringItemValues

@NotNull
public java.util.List<java.lang.String> getEntityNamesByStringItemValues(@NotNull
                                                                                 java.lang.String entityKey,
                                                                                 @NotNull
                                                                                 java.util.List<java.lang.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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.