| Package | Description |
|---|---|
| com.holonplatform.core.datastore | |
| com.holonplatform.core.datastore.relational | |
| com.holonplatform.spring |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Datastore.Builder<D extends Datastore,B extends Datastore.Builder<D,B>>
Base
Datastore builder. |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatastorePostProcessor.postProcessDatastore(Datastore datastore,
String datastoreBeanName)
Configure given
datastore. |
Copyright © 2017 The Holon Platform. All rights reserved.