public interface GenericProjectDao extends org.springframework.data.jpa.repository.JpaRepository<org.squashtest.tm.domain.project.GenericProject,Long>, CustomGenericProjectDao
| Modifier and Type | Method and Description |
|---|---|
long |
countByName(String name) |
List<org.squashtest.tm.domain.project.GenericProject> |
findAllByIdIn(List<Long> idList,
org.springframework.data.domain.Sort sorting) |
List<String> |
findBoundTestAutomationProjectJobNames(long id) |
List<String> |
findBoundTestAutomationProjectLabels(long projectId) |
List<org.squashtest.tm.domain.testautomation.TestAutomationProject> |
findBoundTestAutomationProjects(long id) |
org.squashtest.tm.domain.project.GenericProject |
findById(long projectId)
Deprecated.
use findOne
|
org.squashtest.tm.domain.testautomation.TestAutomationServer |
findTestAutomationServer(long projectId) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllcount, delete, delete, delete, deleteAll, exists, findOne, savecount, exists, findAll, findOnecoerceTemplateIntoProject, findAllWithTextProperty, isProjectTemplatelong countByName(String name)
@Deprecated org.squashtest.tm.domain.project.GenericProject findById(long projectId)
@Query List<org.squashtest.tm.domain.testautomation.TestAutomationProject> findBoundTestAutomationProjects(@Param(value="projectId") long id)
@Query List<String> findBoundTestAutomationProjectJobNames(@Param(value="projectId") long id)
@Query List<String> findBoundTestAutomationProjectLabels(@Param(value="projectId") long projectId)
List<org.squashtest.tm.domain.project.GenericProject> findAllByIdIn(List<Long> idList, org.springframework.data.domain.Sort sorting)
@Query
org.squashtest.tm.domain.testautomation.TestAutomationServer findTestAutomationServer(@Param(value="projectId")
long projectId)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.