Class BucketPropertySetDAO

java.lang.Object
bucket.user.persistence.dao.hibernate.BucketPropertySetDAO
All Implemented Interfaces:
com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

@Transactional public class BucketPropertySetDAO extends Object implements com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
  • Constructor Details

    • BucketPropertySetDAO

      public BucketPropertySetDAO()
  • Method Details

    • setImpl

      public void setImpl(com.opensymphony.module.propertyset.hibernate.PropertySetItem propertySetItem, boolean isUpdate)
      Specified by:
      setImpl in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
    • getKeys

      @Transactional(readOnly=true) public Collection getKeys(String entityName, Long entityId, String prefix, int type)
      Specified by:
      getKeys in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
    • findByKey

      @Transactional(readOnly=true) public com.opensymphony.module.propertyset.hibernate.PropertySetItem findByKey(String entityName, Long entityId, String key)
      Specified by:
      findByKey in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
    • remove

      public void remove(String entityName, Long entityId, String key)
      Specified by:
      remove in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO
    • setSessionFactory

      public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)