| Class and 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.
|
| ColumnCondition
An unit condition to run a column family select
|
| 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.ColumnDeleteQueryBuild
The last step to the build of
ColumnDeleteQuery. |
| ColumnDeleteQuery.ColumnDeleteWhere
The Column Where whose define the condition in the delete query.
|
| ColumnEntity
A column family is a NoSQL object that contains columns of related data.
|
| 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.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.
|
Copyright © 2017–2021 Eclipse Foundation. All rights reserved.