public interface Repository<T extends Identifiable> extends SearchableRepository<T>
| Modifier and Type | Method and Description |
|---|---|
default List<T> |
find(Collection<String> uris) |
default Optional<T> |
find(String uri) |
List<T> |
find(String[] uris) |
Copyright © 2015. All rights reserved.