| Package | Description |
|---|---|
| com.holonplatform.core.datastore |
| Modifier and Type | Method and Description |
|---|---|
default Query |
Datastore.query()
Create a
Query commodity, which can be used to configure and execute a query on the data managed by this
Datastore. |
default Query |
Datastore.query(DataTarget<?> target)
Create a
Query commodity, setting given target as query data target. |
Copyright © 2019 The Holon Platform. All rights reserved.