public class ExplorerRepository extends io.crnk.core.repository.ResourceRepositoryBase<ExplorerElement,java.lang.String>
| Constructor and Description |
|---|
ExplorerRepository(PresentationManager manager) |
| Modifier and Type | Method and Description |
|---|---|
io.crnk.core.resource.list.ResourceList<ExplorerElement> |
findAll(io.crnk.core.queryspec.QuerySpec querySpec) |
ExplorerElement |
findOne(java.lang.String id,
io.crnk.core.queryspec.QuerySpec querySpec) |
public ExplorerRepository(PresentationManager manager)
public ExplorerElement findOne(java.lang.String id, io.crnk.core.queryspec.QuerySpec querySpec)
findOne in interface io.crnk.core.repository.ResourceRepository<ExplorerElement,java.lang.String>findOne in class io.crnk.core.repository.ResourceRepositoryBase<ExplorerElement,java.lang.String>public io.crnk.core.resource.list.ResourceList<ExplorerElement> findAll(io.crnk.core.queryspec.QuerySpec querySpec)