| Class and Description |
|---|
| Document
A Document Collection Entity unit, it is a tuple (pair) that consists of a key-value pair,
where the key is mapped to a value.
|
| DocumentCollectionManager
Interface used to interact with the persistence context to
DocumentEntity
The DocumentCollectionManager API is used to create and remove persistent DocumentEntity instances,
to select entities by their primary key, and to select over entities. |
DocumentCollectionManagerFactory
DocumentCollectionManager factory. |
| DocumentCondition
An unit condition to run a document collection select
|
| DocumentConfiguration
The Jakarta NoSQL communication configuration to create a
DocumentCollectionManagerFactory |
| DocumentDeleteQuery
A unit that has the columnFamily and condition to delete from conditions
This instance will be used on:
|
| DocumentDeleteQuery.DocumentDelete
The initial element in the Document delete query
|
| DocumentDeleteQuery.DocumentDeleteFrom
The Document Delete Query
|
| DocumentDeleteQuery.DocumentDeleteNameCondition
The base to delete name condition
|
| DocumentDeleteQuery.DocumentDeleteNotCondition
The document not condition
|
| DocumentDeleteQuery.DocumentDeleteQueryBuild
The last step to the build of
DocumentDeleteQuery. |
| DocumentDeleteQuery.DocumentDeleteWhere
The Document Where whose define the condition in the delete query.
|
| DocumentEntity
A document-oriented database, or document store, is a computer program designed for storing, retrieving,
and managing document-oriented information, also known as semi-structured data.
|
| DocumentObserverParser
An observer to a parser; this observer allows checking both the name of an entity and the fields.
|
| DocumentPreparedStatement
An object that represents a precompiled Query statement.
|
| DocumentQuery
Class that contains information to do a select to
DocumentCollectionManager |
| DocumentQuery.DocumentFrom
The DocumentFrom Query
|
| DocumentQuery.DocumentLimit
The Document Order whose define the the maximum number of results to retrieve.
|
| DocumentQuery.DocumentNameCondition
The base to name condition
|
| DocumentQuery.DocumentNameOrder
The Column name order to the builder
|
| DocumentQuery.DocumentNotCondition
The column not condition
|
| DocumentQuery.DocumentOrder
The Document Order whose define the sort in the query.
|
| DocumentQuery.DocumentQueryBuild
The last step to the build of
DocumentQuery. |
| DocumentQuery.DocumentSelect
The initial element in the Document query
|
| DocumentQuery.DocumentSkip
The Document Order whose define the position of the first result to retrieve.
|
| DocumentQuery.DocumentWhere
The Document Where whose define the condition in the query.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.