Interface BambooObjectDao

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @Nullable BambooObject findById​(long id)
      Gets the object from its id
      • Methods inherited from interface bucket.core.persistence.ObjectDao

        findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
    • Method Detail

      • findById

        @Nullable
        @Nullable BambooObject findById​(long id)
        Gets the object from its id
        Parameters:
        id -
        Returns:
        A BambooObject. null if not found.