@Repository public interface ResourceServerRepository extends org.springframework.data.repository.CrudRepository<ResourceServer,Long>
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
findByIdAndOwner(Long id,
String owner) |
ResourceServer |
findByKey(String key) |
List<ResourceServer> |
findByOwner(String owner) |
List<ResourceServer> findByOwner(String owner)
ResourceServer findByIdAndOwner(Long id, String owner)
ResourceServer findByKey(String key)
Copyright © 2012–2013 SURFnet bv, The Netherlands. All rights reserved.