public interface RepositoryRepository extends org.springframework.data.repository.PagingAndSortingRepository<Repository,Long>
Modifier and Type | Method and Description |
---|---|
Repository |
findByName(String name) |
Repository findByName(@Param(value="name") String name)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.