Class BambooBucketPropertySetHibernateDao
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate5.support.HibernateDaoSupport
-
- bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
-
- com.atlassian.bamboo.user.propertyset.BambooBucketPropertySetHibernateDao
-
- All Implemented Interfaces:
BambooPropertySetDao
,com.opensymphony.module.propertyset.hibernate5.HibernatePropertySetDAO
,org.springframework.beans.factory.InitializingBean
public class BambooBucketPropertySetHibernateDao extends bucket.user.persistence.dao.hibernate.BucketPropertySetDAO implements BambooPropertySetDao
-
-
Constructor Summary
Constructors Constructor Description BambooBucketPropertySetHibernateDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<String>
getEntityNamesByStringItemValues(@NotNull String entityKey, @NotNull List<String> stringValues)
-
Methods inherited from class bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
create, findByKey, getKeys, remove, remove, setImpl
-
-
-
-
Method Detail
-
getEntityNamesByStringItemValues
@NotNull public @NotNull List<String> getEntityNamesByStringItemValues(@NotNull @NotNull String entityKey, @NotNull @NotNull List<String> stringValues)
- Specified by:
getEntityNamesByStringItemValues
in interfaceBambooPropertySetDao
- Parameters:
entityKey
- key of a propertystringValues
- list of property values to be looked for- Returns:
-
-