public interface ProjectDao extends CustomProjectDao, org.springframework.data.jpa.repository.JpaRepository<org.squashtest.tm.domain.project.Project,Long>
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.project.Project |
findById(Long id) |
List<org.squashtest.tm.domain.project.Project> |
findByIdIn(List<Long> ids) |
org.squashtest.tm.domain.project.Project |
findByName(String name) |
countNonFoldersInProject, findUsersWhoCreatedRequirementVersions, findUsersWhoCreatedTestCases, findUsersWhoModifiedRequirementVersions, findUsersWhoModifiedTestCasesdeleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllCopyright © 2010–2017 Henix, henix.fr. All rights reserved.