Interface TagRepository

  • All Superinterfaces:
    org.sakaiproject.springframework.data.Repository<Tag,​Long>, org.sakaiproject.springframework.data.SpringCrudRepository<Tag,​Long>

    public interface TagRepository
    extends org.sakaiproject.springframework.data.SpringCrudRepository<Tag,​Long>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<Tag> findBySiteId​(String siteId)  
      • Methods inherited from interface org.sakaiproject.springframework.data.SpringCrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAll, findAllById, findById, getById, getReferenceById, save, saveAll