| Constructor and Description |
|---|
ResourcesImpl() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Entity> |
findAll(String name,
Query<Entity> q)
Queries a resource.
|
Set<String> |
getResourcesNames() |
boolean |
hasRepository(String entityTypeId)
Indicates if a specific Resource is currently available.
|
public boolean hasRepository(String entityTypeId)
ResourceshasRepository in interface ResourcesentityTypeId - the name of the Resourcepublic Iterable<Entity> findAll(String name, Query<Entity> q)
Resourcespublic Set<String> getResourcesNames()
getResourcesNames in interface ResourcesCopyright © 2017. All rights reserved.