public class BucketPropertySetDAO
extends org.springframework.orm.hibernate.support.HibernateDaoSupport
implements com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
Constructor and Description |
---|
BucketPropertySetDAO() |
Modifier and Type | Method and Description |
---|---|
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) |
public void setImpl(com.opensymphony.module.propertyset.hibernate.PropertySetItem propertySetItem, boolean isUpdate)
setImpl
in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
public Collection getKeys(String entityName, Long entityId, String prefix, int type)
getKeys
in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
public com.opensymphony.module.propertyset.hibernate.PropertySetItem findByKey(String entityName, Long entityId, String key)
findByKey
in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
Copyright © 2003–2017 Atlassian. All rights reserved.