Interface ProjectAccessor

    • Method Summary

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

        findByAttributes, findManyByAttributes, findManyByAttributes, get, get, getAll, getRange, remove, save, save
    • Method Detail

      • findByAttributes

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