@Transactional public interface RepositoryRepository extends org.springframework.data.repository.PagingAndSortingRepository<Repository,Long>
Repository
objects.Modifier and Type | Method and Description |
---|---|
void |
delete(Long id) |
void |
delete(Repository deployer) |
void |
deleteAll() |
List<Repository> |
findAllByOrderByRepoOrderDesc()
Get all the repositories with their repository order in descending order.
|
Repository |
findByName(String name) |
Repository |
save(Repository repository) |
Repository findByName(@Param(value="name") String name)
List<Repository> findAllByOrderByRepoOrderDesc()
Repository save(Repository repository)
save
in interface org.springframework.data.repository.CrudRepository<Repository,Long>
void delete(Long id)
delete
in interface org.springframework.data.repository.CrudRepository<Repository,Long>
void delete(Repository deployer)
delete
in interface org.springframework.data.repository.CrudRepository<Repository,Long>
void deleteAll()
deleteAll
in interface org.springframework.data.repository.CrudRepository<Repository,Long>
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.