| Package | Description |
|---|---|
| com.holonplatform.core.datastore.relational |
| Modifier and Type | Method and Description |
|---|---|
static SubQuery<Integer> |
SubQuery.create(Datastore datastore)
Build a sub query with default
select 1 projection as selection. |
static <T> SubQuery<T> |
SubQuery.create(Datastore datastore,
Class<? extends T> selectionType)
Build a sub query with given selection type.
|
static <T> SubQuery<T> |
SubQuery.create(Datastore datastore,
QueryProjection<T> selection)
Build a sub query with given property as selection.
|
SubQuery<T> |
SubQuery.select(QueryProjection<T> projection)
Specify the projection to use as the subquery result.
|
Copyright © 2017 The Holon Platform. All rights reserved.