Interface TagRepository
-
- All Superinterfaces:
Repository<Tag,Long>,SpringCrudRepository<Tag,Long>
public interface TagRepository extends 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, save, saveAll
-
-