| Package | Description |
|---|---|
| com.holonplatform.core.datastore.bulk | |
| com.holonplatform.core.datastore.relational | |
| com.holonplatform.core.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BulkDelete
BulkClause to execute bulk DELETE operations. |
interface |
BulkUpdate
BulkClause to execute bulk UPDATE operations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubQuery<T>
Relational sub query
QueryExpression. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryFilter.QueryFilterSupport<C extends QueryFilter.QueryFilterSupport<C>>
Interface implemented by classes which support
QueryFilters addition. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Query
Interface to model a query, apply restrictions, sortings and configurations and obtain query results.
|
interface |
QueryBuilder<Q extends QueryBuilder<Q>>
Builder to configure a
Query, managing query DataTarget and query clauses such as QueryFilter
and QuerySort and handling ExpressionResolvers registration. |
Copyright © 2017 The Holon Platform. All rights reserved.