Interface PropertyEntryExportDao

All Known Implementing Classes:
PropertyEntryExportHibernateDao

@Internal public interface PropertyEntryExportDao
For import/export only.
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<bucket.user.propertyset.BucketPropertySetItem>
     
    void
    save(bucket.user.propertyset.BucketPropertySetItem object)
     
  • Method Details

    • save

      void save(bucket.user.propertyset.BucketPropertySetItem object)
    • findAll

      Iterable<bucket.user.propertyset.BucketPropertySetItem> findAll()