| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExpressionResolver.ExpressionResolverBuilder<C extends ExpressionResolver.ExpressionResolverBuilder<C>>
Builder fragment to support
ExpressionResolver registration. |
| 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 | Interface and Description |
|---|---|
interface |
BulkDelete
BulkClause to execute bulk DELETE operations. |
interface |
BulkInsert
BulkClause to execute bulk INSERT 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 |
|---|---|
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.