| Package | Description |
|---|---|
| com.holonplatform.core.datastore.beans |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanDatastoreOperations<R,BI extends BeanBulkInsertOperation,BU extends BeanBulkUpdateOperation,BD extends BeanBulkDeleteOperation,Q extends BeanQueryBuilder>
Interface similar to
DatastoreOperations, which provides the same methods using a bean class to represent the
peristent entity data and the data model attributes. |
interface |
BeanQueryBuilder<Q extends BeanQueryBuilder<Q>>
Builder to configure a bean based query.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanQuery<T>
A query which uses a bean class for query composition and projections.
|
Copyright © 2019 The Holon Platform. All rights reserved.