| Package | Description |
|---|---|
| com.holonplatform.core.datastore.beans | |
| com.holonplatform.core.datastore.relational |
| Modifier and Type | Method and Description |
|---|---|
static BeanDatastore |
BeanDatastore.of(Datastore datastore)
|
| Modifier and Type | Method and Description |
|---|---|
static SubQuery<Integer> |
SubQuery.create(Datastore datastore)
Deprecated.
Datastore parameter is no longer required, use
SubQuery.create() instead |
static <T> SubQuery<T> |
SubQuery.create(Datastore datastore,
Class<? extends T> selectionType)
Deprecated.
Datastore parameter is no longer required, use
SubQuery.create(Class) instead |
static <T> SubQuery<T> |
SubQuery.create(Datastore datastore,
QueryProjection<T> selection)
Deprecated.
Datastore parameter is no longer required, use
SubQuery.create(QueryProjection) instead |
Copyright © 2019 The Holon Platform. All rights reserved.