Interface ProjectAccessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Project findByAttributes​(Map<String,​String> attributes)  
      • Methods inherited from interface step.core.accessors.Accessor

        findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getRange
      • Methods inherited from interface step.core.accessors.CRUDAccessor

        remove, save, save
    • Method Detail

      • findByAttributes

        Project findByAttributes​(Map<String,​String> attributes)
        Specified by:
        findByAttributes in interface step.core.accessors.Accessor<Project>