public interface TestAutomationServerDao extends org.springframework.data.jpa.repository.JpaRepository<org.squashtest.tm.domain.testautomation.TestAutomationServer,Long>, CustomTestAutomationServerDao
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testautomation.TestAutomationServer> |
findAllByOrderByNameAsc()
Will find all occurrences of
TestAutomationServer in the database ordered by their name. |
org.squashtest.tm.domain.testautomation.TestAutomationServer |
findByName(String serverName)
Find the TestAutomationServer by it's name.
|
org.squashtest.tm.domain.testautomation.TestAutomationServer |
findByUrlAndLogin(URL url,
String login)
Find the TestAutomationServer using its URL and the login used to log on it.
|
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllcount, delete, delete, delete, deleteAll, exists, findOne, savecount, exists, findAll, findOnedeleteServer, hasBoundProjectsList<org.squashtest.tm.domain.testautomation.TestAutomationServer> findAllByOrderByNameAsc()
TestAutomationServer in the database ordered by their name.TestAutomationServer ordered by their nameorg.squashtest.tm.domain.testautomation.TestAutomationServer findByName(String serverName)
serverName - : the name of the entity to findnull.@Query
org.squashtest.tm.domain.testautomation.TestAutomationServer findByUrlAndLogin(@Param(value="url")
URL url,
@Param(value="login")
String login)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.