Class TagRepositoryImpl
- java.lang.Object
-
- org.sakaiproject.springframework.data.SpringCrudRepositoryImpl<Tag,Long>
-
- org.sakaiproject.conversations.impl.repository.TagRepositoryImpl
-
- All Implemented Interfaces:
TagRepository,Repository<Tag,Long>,SpringCrudRepository<Tag,Long>
public class TagRepositoryImpl extends SpringCrudRepositoryImpl<Tag,Long> implements TagRepository
-
-
Field Summary
-
Fields inherited from class org.sakaiproject.springframework.data.SpringCrudRepositoryImpl
sessionFactory
-
-
Constructor Summary
Constructors Constructor Description TagRepositoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Tag>findBySiteId(String siteId)-
Methods inherited from class org.sakaiproject.springframework.data.SpringCrudRepositoryImpl
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAll, findAllById, findById, getById, getDomainClass, save, saveAll, setSessionFactory, startCriteriaQuery
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sakaiproject.springframework.data.SpringCrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAll, findAllById, findById, getById, save, saveAll
-
-
-
-
Method Detail
-
findBySiteId
@Transactional public List<Tag> findBySiteId(String siteId)
- Specified by:
findBySiteIdin interfaceTagRepository
-
-