See: Description
| Interface | Description |
|---|---|
| Column |
A Column Family entity unit, it is a tuple (pair) that consists of a key-value pair,
where the key is mapped to a value.
|
| Column.ColumnProvider |
A provider of
Column where it will create from two parameters:
The first one is the name of column
The second one is the information of column |
| ColumnCondition |
An unit condition to run a column family select
|
| ColumnCondition.ColumnConditionProvider |
A Supplier of
ColumnCondition where it will create from two parameters:
The first one is Column
The second one is the Condition |
| ColumnConfiguration |
The Jakarta NoSQL communication configuration to create a
ColumnFamilyManagerFactory |
| ColumnDeleteQuery |
A unit that has the columnFamily and condition to delete from conditions.
|
| ColumnDeleteQuery.ColumnDelete |
The initial element in the Column delete query
|
| ColumnDeleteQuery.ColumnDeleteFrom |
The Column Delete Query
|
| ColumnDeleteQuery.ColumnDeleteNameCondition |
The base to delete name condition
|
| ColumnDeleteQuery.ColumnDeleteNotCondition |
The column not condition
|
| ColumnDeleteQuery.ColumnDeleteProvider |
A supplier class of
ColumnDeleteQuery.ColumnDelete |
| ColumnDeleteQuery.ColumnDeleteQueryBuild |
The last step to the build of
ColumnDeleteQuery. |
| ColumnDeleteQuery.ColumnDeleteWhere |
The Column Where whose define the condition in the delete query.
|
| ColumnDeleteQueryParams | |
| ColumnEntity |
A column family is a NoSQL object that contains columns of related data.
|
| ColumnEntity.ColumnEntityProvider |
A provider of
ColumnEntity where it will return from the column entity name. |
| ColumnFamilyManager |
Interface used to interact with the persistence context to
ColumnEntity
The ColumnFamilyManager API is used to create and remove persistent ColumnEntity instances,
to select entities by their primary key, and to select over entities. |
| ColumnFamilyManagerFactory |
ColumnFamilyManager factory. |
| ColumnObserverParser |
An observer to a parser; this observer allows checking both the name of an entity and the fields.
|
| ColumnPreparedStatement |
An object that represents a precompiled Query statement.
|
| ColumnQuery |
Class that contains information to do a select to
ColumnEntity |
| ColumnQuery.ColumnFrom |
The ColumnFrom Query
|
| ColumnQuery.ColumnLimit |
The Column Order whose define the the maximum number of results to retrieve.
|
| ColumnQuery.ColumnNameCondition |
The base to name condition
|
| ColumnQuery.ColumnNameOrder |
The Column name order a query
|
| ColumnQuery.ColumnNotCondition |
The column not condition
|
| ColumnQuery.ColumnOrder |
The definition to either
SortType |
| ColumnQuery.ColumnQueryBuild |
The last step to the build of
ColumnQuery. |
| ColumnQuery.ColumnSelect |
The initial element in the Column query
|
| ColumnQuery.ColumnSelectProvider |
A provider class of
ColumnQuery.ColumnSelect |
| ColumnQuery.ColumnSkip |
The Column Order whose define the position of the first result to retrieve.
|
| ColumnQuery.ColumnWhere |
The Column Where whose define the condition in the query.
|
| ColumnQueryParams | |
| ColumnQueryParser |
A query parser to column database type, this class will convert a String to an operation in
ColumnFamilyManager. |
| DeleteQueryConverter |
A converter that converts
DeleteQuery to ColumnDeleteQueryParams |
| SelectQueryConverter |
A converter that converts
SelectQuery to ColumnQueryParams |
| Class | Description |
|---|---|
| Columns |
Utilitarian class to
Column |
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.