See: Description
| Interface | Description |
|---|---|
| Params |
A group of params to a dynamic query
|
| Params.ParamsProvider |
A
Params supplier |
| Settings |
The interface represents the settings used in a configuration.
|
| Settings.SettingsBuilder |
The Settings builder
Settings |
| Settings.SettingsBuilderProvider |
A provider of
Settings.SettingsBuilder |
| Sort |
This element represents a required order to be used in a query, it's has two attributes:
-- The name - the field's name to be sorted
-- The type - the way to be sorted
|
| Sort.SortProvider | |
| TypeReferenceReader |
The reader to
TypeReference |
| TypeSupplier<T> |
Represents a supplier of
Type. |
| Value |
This interface represents the value that will be storage in the database.
|
| Value.ValueProvider |
A provider that creates a
Value instance from an object |
| ValueReader |
This interface represents the converters to be used in Value method,
so if there's a new type that the current API doesn't support just creates a new implementation and
load it by service load process.
|
| ValueWriter<T,S> |
To put your own Java Structure in NoSQL database is necessary convert it to a supported one.
|
| Class | Description |
|---|---|
| ServiceLoaderProvider |
A class that loads class from
ServiceLoader |
| TypeReference<T> |
This class is used to pass full generics type information, and avoid problems with type erasure
|
| TypeReferenceReaderDecorator |
Decorators of all
TypeReferenceReader supported by Jakarta NoSQL |
| ValueReaderDecorator |
Decorators of all
ValueReader supported by Jakarta NoSQL |
| Enum | Description |
|---|---|
| Condition |
Conditions type to run a query
|
| Configurations |
This enum contains all the commons configurations that might be used to the NoSQL databases.
|
| SortType |
The way to be sorted.
|
| Exception | Description |
|---|---|
| CommunicationException |
The root exception to Communication exception.
|
| ExecuteAsyncQueryException |
The root exception to async query
|
| NonUniqueResultException |
Thrown by the persistence provider an exception when is executed
on a select and there is more than one result from the select.
|
| NoSQLException |
The root of the Jakarta NoSQL of unchecked exceptions.
|
| ProviderNotFoundException |
It is thrown by the ServiceLoaderProvider when there is not implementation.
|
| QueryException |
The exception class to query
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.