public class

BucketPropertySetDAO

extends HibernateDaoSupport
implements HibernatePropertySetDAO
java.lang.Object
   ↳ org.springframework.dao.support.DaoSupport
     ↳ org.springframework.orm.hibernate.support.HibernateDaoSupport
       ↳ bucket.user.persistence.dao.hibernate.BucketPropertySetDAO

Summary

Fields
protected Log log
[Expand]
Inherited Fields
From class org.springframework.dao.support.DaoSupport
Public Constructors
BucketPropertySetDAO()
Public Methods
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(PropertySetItem propertySetItem, boolean isUpdate)
[Expand]
Inherited Methods
From class org.springframework.orm.hibernate.support.HibernateDaoSupport
From class org.springframework.dao.support.DaoSupport
From class java.lang.Object
From interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
From interface org.springframework.beans.factory.InitializingBean

Fields

protected Log log

Public Constructors

public BucketPropertySetDAO ()

Public Methods

public PropertySetItem findByKey (String entityName, Long entityId, String key)

public Collection getKeys (String entityName, Long entityId, String prefix, int type)

public void remove (String entityName, Long entityId, String key)

public void setImpl (PropertySetItem propertySetItem, boolean isUpdate)