public interface Resource
| Modifier and Type | Method and Description |
|---|---|
Iterable<Entity> |
findAll(Query<Entity> q)
Queries this Resource
|
String |
getName() |
RepositoryFactory |
getRepositoryFactory() |
boolean |
isAvailable() |
boolean isAvailable()
Resource is currently availableIterable<Entity> findAll(Query<Entity> q)
q - the Query to useEntitys foundRepositoryFactory getRepositoryFactory()
Copyright © 2017. All rights reserved.