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

        enableVersioning, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream, streamLazy
    • 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>