A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

add(Column) - Method in interface jakarta.nosql.column.ColumnEntity
Appends the specified column to the end of this list
add(Document) - Method in interface jakarta.nosql.document.DocumentEntity
add a document within DocumentEntity
add(Sort) - Method in interface jakarta.nosql.mapping.Sorts
Appends a Sort instance
add(String) - Method in interface jakarta.nosql.Params
Adds a new value at the params
add(String, Value) - Method in interface jakarta.nosql.column.ColumnEntity
add a column within ColumnEntity
add(String, Value) - Method in interface jakarta.nosql.document.DocumentEntity
add a document within DocumentEntity
add(String, Object) - Method in interface jakarta.nosql.column.ColumnEntity
add a column within ColumnEntity
add(String, Object) - Method in interface jakarta.nosql.document.DocumentEntity
add a document within DocumentEntity
addAll(Iterable<Document>) - Method in interface jakarta.nosql.document.DocumentEntity
add all documents within DocumentEntity
addAll(List<Column>) - Method in interface jakarta.nosql.column.ColumnEntity
Appends all the columns in the column family to the end of this list.
and(ColumnCondition) - Method in interface jakarta.nosql.column.ColumnCondition
Creates a new ColumnCondition using the Condition.AND
and(ColumnCondition...) - Static method in interface jakarta.nosql.column.ColumnCondition
Returns a new ColumnCondition aggregating ,as "AND", all the conditions as just one condition.
and(ColumnCondition...) - Method in interface jakarta.nosql.column.ColumnCondition.ColumnConditionProvider
Creates a Condition.AND operation
and(DocumentCondition) - Method in interface jakarta.nosql.document.DocumentCondition
Creates a new DocumentCondition using the Condition.AND
and(DocumentCondition...) - Static method in interface jakarta.nosql.document.DocumentCondition
Returns a new DocumentCondition aggregating ,as "AND", all the conditions as just one condition.
and(DocumentCondition...) - Method in interface jakarta.nosql.document.DocumentCondition.DocumentConditionProvider
Creates a Condition.AND operation
and(String) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteWhere
Starts a new condition in the select using ColumnCondition.and(ColumnCondition)
and(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnWhere
Starts a new condition in the select using ColumnCondition.and(ColumnCondition)
and(String) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteWhere
Starts a new condition in the select using DocumentCondition.and(DocumentCondition)
and(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentWhere
Starts a new condition in the select using DocumentCondition.and(DocumentCondition)
and(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteWhere
Starts a new condition in the select using ColumnCondition.and(jakarta.nosql.column.ColumnCondition)
and(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperWhere
Starts a new condition in the select using ColumnCondition.and(jakarta.nosql.column.ColumnCondition)
and(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteWhere
Starts a new condition in the select using DocumentCondition.and(jakarta.nosql.document.DocumentCondition)
and(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperWhere
Starts a new condition in the select using DocumentCondition.and(jakarta.nosql.document.DocumentCondition)
AND - jakarta.nosql.Condition
 
AND - jakarta.nosql.query.Operator
 
ARRAY - jakarta.nosql.query.ValueType
 
ArrayQueryValue - Interface in jakarta.nosql.query
A sequence of elements that can be either NumberQueryValue or StringQueryValue
asc() - Method in interface jakarta.nosql.column.ColumnQuery.ColumnOrder
Defines the order as SortType.ASC
asc() - Method in interface jakarta.nosql.document.DocumentQuery.DocumentOrder
Defines the order as SortType.ASC
asc() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperOrder
Defines the order as SortType.ASC
asc() - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperOrder
Defines the order as SortType.ASC
asc(String) - Method in interface jakarta.nosql.mapping.Sorts
Appends a Sort instance of SortType.ASC from the name
asc(String) - Static method in interface jakarta.nosql.Sort
Creates a new Sort of the type SortType.ASC
ASC - jakarta.nosql.SortType
The ascending way
AttributeConverter<X,​Y> - Interface in jakarta.nosql.mapping
A class that implements this interface can be used to convert entity attribute state into database column representation and back again.

B

between(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.BETWEEN, it means a select will scanning to a column family that is between two values informed on a column name.
between(Column) - Method in interface jakarta.nosql.column.ColumnCondition.ColumnConditionProvider
Creates a Condition.BETWEEN operation
between(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.BETWEEN, it means a select will scanning to a document collection that is between two values informed on a document name.
between(Document) - Method in interface jakarta.nosql.document.DocumentCondition.DocumentConditionProvider
Creates a Condition.BETWEEN operation
between(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.between(Column) (Column) where it will create a Column instance first and then apply te condition.
between(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.between(Document) where it will create a Document instance first and then apply te condition.
between(T, T) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the between condition Condition.EQUALS
between(T, T) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the between condition Condition.EQUALS
between(T, T) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the between condition Condition.EQUALS
between(T, T) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the between condition Condition.EQUALS
between(T, T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the between condition Condition.EQUALS
between(T, T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the between condition Condition.EQUALS
between(T, T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the between condition Condition.EQUALS
between(T, T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the between condition Condition.EQUALS
BETWEEN - jakarta.nosql.Condition
 
BETWEEN - jakarta.nosql.query.Operator
 
bind(String, Object) - Method in interface jakarta.nosql.column.ColumnPreparedStatement
Binds an argument to a positional parameter.
bind(String, Object) - Method in interface jakarta.nosql.document.DocumentPreparedStatement
Binds an argument to a positional parameter.
bind(String, Object) - Method in interface jakarta.nosql.keyvalue.KeyValuePreparedStatement
Binds an argument to a positional parameter.
bind(String, Object) - Method in interface jakarta.nosql.mapping.PreparedStatement
Binds an argument to a positional parameter.
bind(String, Object) - Method in interface jakarta.nosql.Params
set the value from the class
BucketManager - Interface in jakarta.nosql.keyvalue
Interface used to interact with the persistence context to KeyValueEntity The BucketManager API is used to create and remove persistent KeyValueEntity.
BucketManagerFactory - Interface in jakarta.nosql.keyvalue
BucketManager factory.
build() - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuild
Creates a new instance of ColumnDeleteQuery
build() - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuilder
It will validate and then create a ColumnDeleteQuery instance.
build() - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuild
Creates a new instance of ColumnQuery
build() - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
It will validate and then create a ColumnQuery instance.
build() - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuild
Creates a new instance of DocumentDeleteQuery
build() - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuilder
It will validate and then create a DocumentDeleteQuery instance.
build() - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuild
Creates a new instance of DocumentQuery
build() - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
It will validate and then create a DocumentQuery instance.
build() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteQueryBuild
Creates a new instance of ColumnDeleteQuery
build() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperQueryBuild
Creates a new instance of ColumnQuery
build() - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteQueryBuild
Creates a new instance of DocumentDeleteQuery
build() - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperQueryBuild
Creates a new instance of DocumentQuery
build() - Method in interface jakarta.nosql.Settings.SettingsBuilder
Creates a Settings from the builder
build(Pagination) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperQueryBuild
Creates a new instance of ColumnQuery from Pagination
build(Pagination) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperQueryBuild
Creates a new instance of DocumentQuery from Pagination
builder() - Static method in interface jakarta.nosql.column.ColumnDeleteQuery
It starts the first step of ColumnDeleteQuery.ColumnDeleteQueryBuilder creation using a builder pattern.
builder() - Static method in interface jakarta.nosql.column.ColumnQuery
It starts the first step of ColumnQuery creation using a builder pattern.
builder() - Static method in interface jakarta.nosql.document.DocumentDeleteQuery
It starts the first step of DocumentDeleteQuery creation using a builder pattern.
builder() - Static method in interface jakarta.nosql.document.DocumentQuery
It starts the first step of DocumentQuery creation using a builder pattern.
builder() - Static method in interface jakarta.nosql.Settings
builder(String...) - Static method in interface jakarta.nosql.column.ColumnDeleteQuery
It starts the first step of ColumnDeleteQuery creation using a builder pattern.
builder(String...) - Static method in interface jakarta.nosql.column.ColumnQuery
It starts the first step of ColumnQuery creation using a builder pattern.
builder(String...) - Static method in interface jakarta.nosql.document.DocumentDeleteQuery
It starts the first step of DocumentDeleteQuery creation using a builder pattern.
builder(String...) - Static method in interface jakarta.nosql.document.DocumentQuery
It starts the first step of DocumentQuery creation using a builder pattern.

C

clear() - Method in interface jakarta.nosql.column.ColumnEntity
Removes all Columns
clear() - Method in interface jakarta.nosql.document.DocumentEntity
Removes all Documents
close() - Method in interface jakarta.nosql.column.ColumnFamilyManager
closes a resource
close() - Method in interface jakarta.nosql.column.ColumnFamilyManagerFactory
closes a resource
close() - Method in interface jakarta.nosql.document.DocumentCollectionManager
closes a resource
close() - Method in interface jakarta.nosql.document.DocumentCollectionManagerFactory
closes a resource
close() - Method in interface jakarta.nosql.keyvalue.BucketManager
closes a resource
close() - Method in interface jakarta.nosql.keyvalue.BucketManagerFactory
closes a resource
Column - Interface in jakarta.nosql.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 - Annotation Type in jakarta.nosql.mapping
Is used to specify a mapped column for a persistent property or field.
COLUMN - jakarta.nosql.mapping.DatabaseType
A wide column store is a type of NoSQL database.
Column.ColumnProvider - Interface in jakarta.nosql.column
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 - Interface in jakarta.nosql.column
An unit condition to run a column family select
ColumnCondition.ColumnConditionProvider - Interface in jakarta.nosql.column
A Supplier of ColumnCondition where it will create from two parameters: The first one is Column The second one is the Condition
ColumnConfiguration - Interface in jakarta.nosql.column
The Jakarta NoSQL communication configuration to create a ColumnFamilyManagerFactory
ColumnDeleteQuery - Interface in jakarta.nosql.column
A unit that has the columnFamily and condition to delete from conditions.
ColumnDeleteQuery.ColumnDelete - Interface in jakarta.nosql.column
The initial element in the Column delete query
ColumnDeleteQuery.ColumnDeleteFrom - Interface in jakarta.nosql.column
The Column Delete Query
ColumnDeleteQuery.ColumnDeleteNameCondition - Interface in jakarta.nosql.column
The base to delete name condition
ColumnDeleteQuery.ColumnDeleteNotCondition - Interface in jakarta.nosql.column
The column not condition
ColumnDeleteQuery.ColumnDeleteProvider - Interface in jakarta.nosql.column
A supplier class of ColumnDeleteQuery.ColumnDelete
ColumnDeleteQuery.ColumnDeleteQueryBuild - Interface in jakarta.nosql.column
The last step to the build of ColumnDeleteQuery.
ColumnDeleteQuery.ColumnDeleteQueryBuilder - Interface in jakarta.nosql.column
Besides the fluent-API with the select ColumnDeleteQuery.delete(), the API also has support for creating a ColumnDeleteQuery instance using a builder pattern.
ColumnDeleteQuery.ColumnDeleteQueryBuilderProvider - Interface in jakarta.nosql.column
 
ColumnDeleteQuery.ColumnDeleteWhere - Interface in jakarta.nosql.column
The Column Where whose define the condition in the delete query.
ColumnDeleteQueryExecute - Interface in jakarta.nosql.mapping.column
When a column delete query is executed this event if fired
ColumnDeleteQueryParams - Interface in jakarta.nosql.column
The result of DeleteQueryConverter that has ColumnDeleteQuery and Params.
ColumnEntity - Interface in jakarta.nosql.column
A column family is a NoSQL object that contains columns of related data.
ColumnEntity.ColumnEntityProvider - Interface in jakarta.nosql.column
A provider of ColumnEntity where it will return from the column entity name.
ColumnEntityConverter - Interface in jakarta.nosql.mapping.column
This interface represents the converter between an entity and the ColumnEntity
ColumnEntityPostPersist - Interface in jakarta.nosql.mapping.column
The interface represents the model when the ColumnEntity be saved that event will fired.
ColumnEntityPrePersist - Interface in jakarta.nosql.mapping.column
The interface represents the model before the ColumnEntity be saved that event will fired.
ColumnEventPersistManager - Interface in jakarta.nosql.mapping.column
This interface represents the manager of events.
ColumnFamilyManager - Interface in jakarta.nosql.column
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 - Interface in jakarta.nosql.column
ColumnObserverParser - Interface in jakarta.nosql.column
An observer to a parser; this observer allows checking both the name of an entity and the fields.
ColumnPage<T> - Interface in jakarta.nosql.mapping.column
 
ColumnPreparedStatement - Interface in jakarta.nosql.column
An object that represents a precompiled Query statement.
ColumnQuery - Interface in jakarta.nosql.column
Class that contains information to do a select to ColumnEntity
ColumnQuery.ColumnFrom - Interface in jakarta.nosql.column
The ColumnFrom Query
ColumnQuery.ColumnLimit - Interface in jakarta.nosql.column
The Column Order whose define the maximum number of results to retrieve.
ColumnQuery.ColumnNameCondition - Interface in jakarta.nosql.column
The base to name condition
ColumnQuery.ColumnNameOrder - Interface in jakarta.nosql.column
The Column name order a query
ColumnQuery.ColumnNotCondition - Interface in jakarta.nosql.column
The column not condition
ColumnQuery.ColumnOrder - Interface in jakarta.nosql.column
The definition to either SortType
ColumnQuery.ColumnQueryBuild - Interface in jakarta.nosql.column
The last step to the build of ColumnQuery.
ColumnQuery.ColumnQueryBuilder - Interface in jakarta.nosql.column
Besides, the fluent-API with the select method, the API also has support for creating a ColumnQuery instance using a builder pattern.
ColumnQuery.ColumnQueryBuilderProvider - Interface in jakarta.nosql.column
A provider class of ColumnQuery.ColumnQueryBuilder
ColumnQuery.ColumnSelect - Interface in jakarta.nosql.column
The initial element in the Column query
ColumnQuery.ColumnSelectProvider - Interface in jakarta.nosql.column
A provider class of ColumnQuery.ColumnSelect
ColumnQuery.ColumnSkip - Interface in jakarta.nosql.column
The Column Order whose define the position of the first result to retrieve.
ColumnQuery.ColumnWhere - Interface in jakarta.nosql.column
The Column Where whose define the condition in the query.
ColumnQueryExecute - Interface in jakarta.nosql.mapping.column
When a column query is executed this event if fired
ColumnQueryMapper - Interface in jakarta.nosql.mapping.column
The builder to either select and delete query using an object mapper API.
ColumnQueryMapper.ColumnMapperDeleteFrom - Interface in jakarta.nosql.mapping.column
The Column Delete Query
ColumnQueryMapper.ColumnMapperDeleteNameCondition - Interface in jakarta.nosql.mapping.column
The base to delete name condition
ColumnQueryMapper.ColumnMapperDeleteNotCondition - Interface in jakarta.nosql.mapping.column
The column not condition
ColumnQueryMapper.ColumnMapperDeleteQueryBuild - Interface in jakarta.nosql.mapping.column
The last step to the build of ColumnDeleteQuery.
ColumnQueryMapper.ColumnMapperDeleteWhere - Interface in jakarta.nosql.mapping.column
The Column Where whose define the condition in the delete query.
ColumnQueryMapper.ColumnMapperFrom - Interface in jakarta.nosql.mapping.column
The ColumnFrom Query
ColumnQueryMapper.ColumnMapperLimit - Interface in jakarta.nosql.mapping.column
The Column Order whose define the maximum number of results to retrieve.
ColumnQueryMapper.ColumnMapperNameCondition - Interface in jakarta.nosql.mapping.column
The base to name condition
ColumnQueryMapper.ColumnMapperNameOrder - Interface in jakarta.nosql.mapping.column
The Column name order a query
ColumnQueryMapper.ColumnMapperNotCondition - Interface in jakarta.nosql.mapping.column
The column not condition
ColumnQueryMapper.ColumnMapperOrder - Interface in jakarta.nosql.mapping.column
The definition to either SortType
ColumnQueryMapper.ColumnMapperQueryBuild - Interface in jakarta.nosql.mapping.column
The last step to the build of ColumnQuery.
ColumnQueryMapper.ColumnMapperSkip - Interface in jakarta.nosql.mapping.column
The Column Order whose define the position of the first result to retrieve.
ColumnQueryMapper.ColumnMapperWhere - Interface in jakarta.nosql.mapping.column
The Column Where whose define the condition in the query.
ColumnQueryMapper.ColumnPage<T> - Interface in jakarta.nosql.mapping.column
 
ColumnQueryPagination - Interface in jakarta.nosql.mapping.column
A ColumnQuery that allows select based on pagination.
ColumnQueryPagination.ColumnQueryPaginationProvider - Interface in jakarta.nosql.mapping.column
A provider ColumnQueryPagination of where given two parameters: The first is ColumnQuery The second is Pagination it returns an instance ColumnQueryPagination
ColumnQueryParams - Interface in jakarta.nosql.column
The result of SelectQueryConverter that has ColumnQuery and Params.
ColumnQueryParser - Interface in jakarta.nosql.column
A query parser to column database type, this class will convert a String to an operation in ColumnFamilyManager.
ColumnRepositoryProducer - Interface in jakarta.nosql.mapping.column
The producer of Repository
Columns - Class in jakarta.nosql.column
Utilitarian class to Column
ColumnTemplate - Interface in jakarta.nosql.mapping.column
ColumnTemplate is a helper class that increases productivity when performing common Column Family operations.
ColumnTemplateProducer - Interface in jakarta.nosql.mapping.column
The producer of ColumnTemplate
ColumnWorkflow - Interface in jakarta.nosql.mapping.column
This implementation defines the workflow to insert an Entity on ColumnTemplate.
CommunicationException - Exception in jakarta.nosql
The root exception to Communication exception.
CommunicationException() - Constructor for exception jakarta.nosql.CommunicationException
Constructs a new runtime exception with null as its detail message.
CommunicationException(String) - Constructor for exception jakarta.nosql.CommunicationException
Constructs a new runtime exception with the specified detail message.
CommunicationException(String, Throwable) - Constructor for exception jakarta.nosql.CommunicationException
Constructs a new runtime exception with the specified detail message and cause.
CommunicationException(String, Throwable, boolean, boolean) - Constructor for exception jakarta.nosql.CommunicationException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
CommunicationException(Throwable) - Constructor for exception jakarta.nosql.CommunicationException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
computeIfAbsent(String, Function<String, Object>) - Method in interface jakarta.nosql.Settings
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(String, BiConsumer<String, Object>) - Method in interface jakarta.nosql.Settings
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
Condition - Enum in jakarta.nosql
Conditions type to run a query
Condition - Interface in jakarta.nosql.query
Condition performs different computations or actions depending on whether a boolean query condition evaluates to true or false.
CONDITION - jakarta.nosql.query.ValueType
 
ConditionQueryValue - Interface in jakarta.nosql.query
The QueryValue type that has a list of values, it will be used when the condition is composed such as and (Operator.AND), or (Operator.OR) and negation (Operator.NOT).
Configurations - Enum in jakarta.nosql
This enum contains all the commons configurations that might be used to the NoSQL databases.
contains(String) - Method in interface jakarta.nosql.column.ColumnEntity
Returns true if this ColumnEntity contains a column whose the name is informed
contains(String) - Method in interface jakarta.nosql.document.DocumentEntity
Returns true if this DocumentEntity contains a document whose the name is informed
containsKey(String) - Method in interface jakarta.nosql.Settings
Returns true if this map contains a mapping for the specified key.
convert(TypeSupplier<T>, Object) - Method in interface jakarta.nosql.TypeReferenceReader
converts to defined type on TypeReference
convert(TypeSupplier<T>, Object) - Method in class jakarta.nosql.TypeReferenceReaderDecorator
 
Convert - Annotation Type in jakarta.nosql.mapping
This annotation enables the converter resource.
Converters - Interface in jakarta.nosql.mapping
The Converter storage
convertToDatabaseColumn(X) - Method in interface jakarta.nosql.mapping.AttributeConverter
Converts the value stored in the entity attribute into the data representation to be stored in the database.
convertToEntityAttribute(Y) - Method in interface jakarta.nosql.mapping.AttributeConverter
Converts the data stored in the database column into the value to be stored in the entity attribute.
copy() - Method in interface jakarta.nosql.column.ColumnEntity
make copy of itself
copy() - Method in interface jakarta.nosql.document.DocumentEntity
make copy of itself
count() - Method in interface jakarta.nosql.mapping.Repository
Returns the number of entities available.
count(Class<T>) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Returns the number of elements from column family
count(Class<T>) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Returns the number of elements from document collection
count(String) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Returns the number of elements from column family
count(String) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Returns the number of elements from document collection
count(String) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Returns the number of elements from column family
count(String) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Returns the number of elements from document collection
create(Class<T>) - Method in interface jakarta.nosql.mapping.InstanceProducer
Creates an instance from the class

D

Database - Annotation Type in jakarta.nosql.mapping
The database qualifier used on Jakarta NoSQL Mapping such as defines which interpreter will be used on Repository with Database
DatabaseType - Enum in jakarta.nosql.mapping
Defines the database type supported on Jakarta NoSQL Mapping.
delete() - Static method in interface jakarta.nosql.column.ColumnDeleteQuery
It starts the first step of ColumnDeleteQuery.ColumnDelete API using a fluent-API way.
delete() - Static method in interface jakarta.nosql.document.DocumentDeleteQuery
It starts the first step of DocumentDeleteQuery.DocumentDelete API using a fluent-API way.
delete(ColumnDeleteQuery) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Deletes an entity
delete(ColumnDeleteQuery) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Deletes an entity
delete(ColumnFamilyManager) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuild
delete(ColumnFamilyManager) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuilder
delete(DocumentCollectionManager) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuild
delete(DocumentCollectionManager) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuilder
delete(DocumentDeleteQuery) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Deletes an entity
delete(DocumentDeleteQuery) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Deletes an entity
delete(ColumnTemplate) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteQueryBuild
delete(DocumentTemplate) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteQueryBuild
delete(Class<T>, K) - Method in interface jakarta.nosql.mapping.Template
Deletes by Id.
delete(Iterable<K>) - Method in interface jakarta.nosql.keyvalue.BucketManager
Removes entities from keys
delete(Iterable<K>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Removes entities from keys
delete(String) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuilder
Append a new column in to delete query.
delete(String) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuilder
Append a new document in to delete query.
delete(String...) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuilder
Append a new column in to delete query.
delete(String...) - Static method in interface jakarta.nosql.column.ColumnDeleteQuery
It starts the first step of ColumnDeleteQuery.ColumnDelete API using a fluent-API way.
delete(String...) - Static method in interface jakarta.nosql.document.DocumentDeleteQuery
It starts the first step of DocumentDeleteQuery.DocumentDelete API using a fluent-API way.
delete(String...) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuilder
Append a new document in to delete query.
delete(K) - Method in interface jakarta.nosql.keyvalue.BucketManager
Removes an entity from key
delete(K) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Removes an entity from key
deleteById(Iterable<K>) - Method in interface jakarta.nosql.mapping.Repository
Deletes the entity with the given ids.
deleteById(K) - Method in interface jakarta.nosql.mapping.Repository
Deletes the entity with the given id.
deleteFrom(Class<T>) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper
Returns a ColumnQueryMapper.ColumnMapperDeleteFrom implementation that does the object mapper API.
deleteFrom(Class<T>) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper
Returns a DocumentQueryMapper.DocumentMapperDeleteFrom implementation that does the object mapper API.
DeleteQuery - Interface in jakarta.nosql.query
Deleting either an entity or fields uses the DELETE statement
DeleteQuery.DeleteQueryProvider - Interface in jakarta.nosql.query
A provider to DeleteQuery
DeleteQueryConverter - Interface in jakarta.nosql.column
A converter that converts DeleteQuery to ColumnDeleteQueryParams
DeleteQueryConverter - Interface in jakarta.nosql.document
A converter that converts DeleteQuery to DocumentDeleteQueryParams
DelQuery - Interface in jakarta.nosql.query
To delete one or more entities use the DEL statement.
DelQuery.DelQueryProvider - Interface in jakarta.nosql.query
A provider to DelQuery
desc() - Method in interface jakarta.nosql.column.ColumnQuery.ColumnOrder
Defines the order as SortType.DESC
desc() - Method in interface jakarta.nosql.document.DocumentQuery.DocumentOrder
Defines the order as SortType.DESC
desc() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperOrder
Defines the order as SortType.DESC
desc() - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperOrder
Defines the order as SortType.DESC
desc(String) - Method in interface jakarta.nosql.mapping.Sorts
Appends a Sort instance of SortType.DESC from the name
desc(String) - Static method in interface jakarta.nosql.Sort
Creates a new Sort of the type SortType.DESC
DESC - jakarta.nosql.SortType
The descending way
Document - Interface in jakarta.nosql.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.
DOCUMENT - jakarta.nosql.mapping.DatabaseType
A document database is a type of nonrelational database that is designed to store semistructured data as documents.
Document.DocumentProvider - Interface in jakarta.nosql.document
A provider of Document where it will create from two parameters: The first one is the name of column The second one is the information of column
DocumentCollectionManager - Interface in jakarta.nosql.document
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 - Interface in jakarta.nosql.document
DocumentCondition - Interface in jakarta.nosql.document
An unit condition to run a document collection select
DocumentCondition.DocumentConditionProvider - Interface in jakarta.nosql.document
A provider of DocumentCondition where it will create from two parameters: The first one is Document The second one is the Condition
DocumentConfiguration - Interface in jakarta.nosql.document
The Jakarta NoSQL communication configuration to create a DocumentCollectionManagerFactory
DocumentDeleteQuery - Interface in jakarta.nosql.document
A unit that has the columnFamily and condition to delete from conditions
DocumentDeleteQuery.DocumentDelete - Interface in jakarta.nosql.document
The initial element in the Document delete query
DocumentDeleteQuery.DocumentDeleteFrom - Interface in jakarta.nosql.document
The Document Delete Query
DocumentDeleteQuery.DocumentDeleteNameCondition - Interface in jakarta.nosql.document
The base to delete name condition
DocumentDeleteQuery.DocumentDeleteNotCondition - Interface in jakarta.nosql.document
The document not condition
DocumentDeleteQuery.DocumentDeleteProvider - Interface in jakarta.nosql.document
DocumentDeleteQuery.DocumentDeleteQueryBuild - Interface in jakarta.nosql.document
The last step to the build of DocumentDeleteQuery.
DocumentDeleteQuery.DocumentDeleteQueryBuilder - Interface in jakarta.nosql.document
Besides the fluent-API with the select DocumentDeleteQuery.delete(), the API also has support for creating a DocumentDeleteQuery instance using a builder pattern.
DocumentDeleteQuery.DocumentDeleteQueryBuilderProvider - Interface in jakarta.nosql.document
DocumentDeleteQuery.DocumentDeleteWhere - Interface in jakarta.nosql.document
The Document Where whose define the condition in the delete query.
DocumentDeleteQueryExecute - Interface in jakarta.nosql.mapping.document
When a document delete query is executed this event if fired
DocumentDeleteQueryParams - Interface in jakarta.nosql.document
DocumentEntity - Interface in jakarta.nosql.document
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.
DocumentEntity.DocumentEntityProvider - Interface in jakarta.nosql.document
A provider of DocumentEntity where it will return from the document entity name.
DocumentEntityConverter - Interface in jakarta.nosql.mapping.document
This interface represents the converter between an entity and the DocumentEntity
DocumentEntityPostPersist - Interface in jakarta.nosql.mapping.document
The interface represents the model when the DocumentCollectionEntity be saved that event will fired.
DocumentEntityPrePersist - Interface in jakarta.nosql.mapping.document
The interface represents the model before the DocumentCollectionEntity be saved that event will fired.
DocumentEventPersistManager - Interface in jakarta.nosql.mapping.document
This interface represents the manager of events.
DocumentObserverParser - Interface in jakarta.nosql.document
An observer to a parser; this observer allows checking both the name of an entity and the fields.
DocumentPreparedStatement - Interface in jakarta.nosql.document
An object that represents a precompiled Query statement.
DocumentQuery - Interface in jakarta.nosql.document
Class that contains information to do a select to DocumentCollectionManager
DocumentQuery.DocumentFrom - Interface in jakarta.nosql.document
The DocumentFrom Query
DocumentQuery.DocumentLimit - Interface in jakarta.nosql.document
The Document Order whose define the the maximum number of results to retrieve.
DocumentQuery.DocumentNameCondition - Interface in jakarta.nosql.document
The base to name condition
DocumentQuery.DocumentNameOrder - Interface in jakarta.nosql.document
The Column name order to the builder
DocumentQuery.DocumentNotCondition - Interface in jakarta.nosql.document
The column not condition
DocumentQuery.DocumentOrder - Interface in jakarta.nosql.document
The Document Order whose define the sort in the query.
DocumentQuery.DocumentQueryBuild - Interface in jakarta.nosql.document
The last step to the build of DocumentQuery.
DocumentQuery.DocumentQueryBuilder - Interface in jakarta.nosql.document
Besides, the fluent-API with the select method, the API also has support for creating a DocumentQuery instance using a builder pattern.
DocumentQuery.DocumentQueryBuilderProvider - Interface in jakarta.nosql.document
DocumentQuery.DocumentSelect - Interface in jakarta.nosql.document
The initial element in the Document query
DocumentQuery.DocumentSelectProvider - Interface in jakarta.nosql.document
A provider class of DocumentQuery.DocumentSelect
DocumentQuery.DocumentSkip - Interface in jakarta.nosql.document
The Document Order whose define the position of the first result to retrieve.
DocumentQuery.DocumentWhere - Interface in jakarta.nosql.document
The Document Where whose define the condition in the query.
DocumentQueryExecute - Interface in jakarta.nosql.mapping.document
When a document query is executed this event if fired
DocumentQueryMapper - Interface in jakarta.nosql.mapping.document
The builder to either select and delete query using an object mapper API.
DocumentQueryMapper.DocumentMapperDeleteFrom - Interface in jakarta.nosql.mapping.document
The Document Delete Query
DocumentQueryMapper.DocumentMapperDeleteNameCondition - Interface in jakarta.nosql.mapping.document
The base to delete name condition
DocumentQueryMapper.DocumentMapperDeleteNotCondition - Interface in jakarta.nosql.mapping.document
The document not condition
DocumentQueryMapper.DocumentMapperDeleteQueryBuild - Interface in jakarta.nosql.mapping.document
The last step to the build of DocumentDeleteQuery.
DocumentQueryMapper.DocumentMapperDeleteWhere - Interface in jakarta.nosql.mapping.document
The Document Where whose define the condition in the delete query.
DocumentQueryMapper.DocumentMapperFrom - Interface in jakarta.nosql.mapping.document
The DocumentFrom Query
DocumentQueryMapper.DocumentMapperLimit - Interface in jakarta.nosql.mapping.document
The Document Order whose define the the maximum number of results to retrieve.
DocumentQueryMapper.DocumentMapperNameCondition - Interface in jakarta.nosql.mapping.document
The base to name condition
DocumentQueryMapper.DocumentMapperNameOrder - Interface in jakarta.nosql.mapping.document
The Column name order to the builder
DocumentQueryMapper.DocumentMapperNotCondition - Interface in jakarta.nosql.mapping.document
The column not condition
DocumentQueryMapper.DocumentMapperOrder - Interface in jakarta.nosql.mapping.document
The Document Order whose define the sort in the query.
DocumentQueryMapper.DocumentMapperQueryBuild - Interface in jakarta.nosql.mapping.document
The last step to the build of DocumentQuery.
DocumentQueryMapper.DocumentMapperSkip - Interface in jakarta.nosql.mapping.document
The Document Order whose define the position of the first result to retrieve.
DocumentQueryMapper.DocumentMapperWhere - Interface in jakarta.nosql.mapping.document
The Document Where whose define the condition in the query.
DocumentQueryPagination - Interface in jakarta.nosql.mapping.document
A DocumentQuery that allows select based on pagination.
DocumentQueryPagination.DocumentQueryPaginationProvider - Interface in jakarta.nosql.mapping.document
A provider DocumentQueryPagination of where given two parameters: The first is DocumentQuery The second is Pagination it returns an instance DocumentQueryPagination
DocumentQueryParams - Interface in jakarta.nosql.document
The result of SelectQueryConverter that has DocumentQuery and Params.
DocumentQueryParser - Interface in jakarta.nosql.document
A query parser to document database type, this class will convert a String to an operation in DocumentCollectionManager.
DocumentRepositoryProducer - Interface in jakarta.nosql.mapping.document
The producer of Repository
Documents - Class in jakarta.nosql.document
This class has utilitarian class to Document
DocumentTemplate - Interface in jakarta.nosql.mapping.document
DocumentTemplate is a helper class that increases productivity when performing common DocumentEntity operations.
DocumentTemplateProducer - Interface in jakarta.nosql.mapping.document
The producer of DocumentTemplate
DocumentWorkflow - Interface in jakarta.nosql.mapping.document
This implementation defines the workflow to insert an Entity on DocumentTemplate.
DynamicQueryException - Exception in jakarta.nosql.mapping
The root exception to dynamic query on Repository
DynamicQueryException(String) - Constructor for exception jakarta.nosql.mapping.DynamicQueryException
Constructs a new runtime exception with the specified detail message.

E

Embeddable - Annotation Type in jakarta.nosql.mapping
Defines an embedded field, that means all elements fields in the class will as converted as one.
EMPTY - Static variable in interface jakarta.nosql.column.ColumnObserverParser
 
EMPTY - Static variable in interface jakarta.nosql.document.DocumentObserverParser
 
ENCRYPTION - jakarta.nosql.Configurations
A configuration to set the encryption to settings property.
Entity - Annotation Type in jakarta.nosql.mapping
Specifies that the class is an entity.
EntityColumnPostPersist - Interface in jakarta.nosql.mapping.column
When an entity is either saved or updated it's the first event to fire
EntityColumnPrePersist - Interface in jakarta.nosql.mapping.column
When an entity is either saved or updated it's the first event to fire
EntityDocumentPostPersist - Interface in jakarta.nosql.mapping.document
When an entity is either saved or updated it's the first event to fire
EntityDocumentPrePersist - Interface in jakarta.nosql.mapping.document
When an entity is either saved or updated it's the first event to fire
EntityKeyValuePostPersist - Interface in jakarta.nosql.mapping.keyvalue
When an entity is either saved or updated it's the first event to fire
EntityKeyValuePrePersist - Interface in jakarta.nosql.mapping.keyvalue
When an entity is either saved or updated it's the first event to fire
EntityNotFoundException - Exception in jakarta.nosql.mapping
Thrown by the persistence provider when an entity does not exist.
EntityNotFoundException() - Constructor for exception jakarta.nosql.mapping.EntityNotFoundException
Constructs a new EntityNotFoundException exception with null as its detail message.
EntityNotFoundException(String) - Constructor for exception jakarta.nosql.mapping.EntityNotFoundException
Constructs a new EntityNotFoundException exception with the specified detail message.
EntityPostPersit - Interface in jakarta.nosql.mapping
When an entity is either saved or updated it's the first event to fire after the database action.
EntityPrePersist - Interface in jakarta.nosql.mapping
When an entity is either saved or updated it's the first event to fire
entrySet() - Method in interface jakarta.nosql.Settings
Returns a Set view of the mappings contained in this map.
eq(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.EQUALS, it means a select will scanning to a column family that has the same name and equals value informed in this column.
eq(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.EQUALS, it means a select will scanning to a document collection that has the same name and equals value informed in this document.
eq(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.eq(Column) where it will create a Column instance first and then apply te condition.
eq(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.eq(Document) where it will create a Document instance first and then apply te condition.
eq(T) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the equals condition Condition.EQUALS
eq(T) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the equals condition Condition.EQUALS
eq(T) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the equals condition Condition.EQUALS
eq(T) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the equals condition Condition.EQUALS
eq(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the equals condition Condition.EQUALS
eq(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the equals condition Condition.EQUALS
eq(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the equals condition Condition.EQUALS
eq(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the equals condition Condition.EQUALS
EQUALS - jakarta.nosql.Condition
 
EQUALS - jakarta.nosql.query.Operator
 
existsById(K) - Method in interface jakarta.nosql.mapping.Repository
Returns whether an entity with the given id exists.

F

find(Class<T>, K) - Method in interface jakarta.nosql.mapping.Template
Finds by Id.
find(String) - Method in interface jakarta.nosql.column.ColumnEntity
Find column a column from columnName
find(String) - Method in interface jakarta.nosql.document.DocumentEntity
Find document from document name
find(String, TypeSupplier<T>) - Method in interface jakarta.nosql.column.ColumnEntity
Find a column and converts to specific value from TypeSupplier It is an alias to Value.get(TypeSupplier)
find(String, TypeSupplier<T>) - Method in interface jakarta.nosql.document.DocumentEntity
Find a document and converts to specific type from TypeSupplier.
find(String, Class<T>) - Method in interface jakarta.nosql.column.ColumnEntity
Find a column and converts to specific value from Class It is an alias to Value.get(Class)
find(String, Class<T>) - Method in interface jakarta.nosql.document.DocumentEntity
Find a document and converts to specific type from Class.
findById(Iterable<K>) - Method in interface jakarta.nosql.mapping.Repository
Finds the entities given ids
findById(K) - Method in interface jakarta.nosql.mapping.Repository
Finds an entity given the id
fireEntity(String) - Method in interface jakarta.nosql.column.ColumnObserverParser
Fire an event to entity name
fireEntity(String) - Method in interface jakarta.nosql.document.DocumentObserverParser
Fire an event to entity name
fireField(String, String) - Method in interface jakarta.nosql.column.ColumnObserverParser
Fire an event to each field in case of mapper process
fireField(String, String) - Method in interface jakarta.nosql.document.DocumentObserverParser
Fire an event to each field in case of mapper process
firePostColumn(ColumnEntity) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event after the response from communication layer
firePostColumnEntity(T) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event after firePostEntity
firePostDocument(DocumentEntity) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event after the response from communication layer
firePostDocumentEntity(T) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event after firePostEntity
firePostEntity(T) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event after convert the ColumnEntity, from database response, to Entity.
firePostEntity(T) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event after convert the DocumentEntity, from database response, to Entity.
firePostEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event after convert the KeyValueEntity, from database response, to Entity.
firePostKeyValue(KeyValueEntity) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event after the response from communication layer
firePostKeyValueEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire the last event
firePreColumn(ColumnEntity) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event after the conversion of the entity to communication API model.
firePreColumnEntity(T) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event once the method is called after firePreEntity
firePreDeleteQuery(ColumnDeleteQuery) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event before the delete query is executed
firePreDeleteQuery(DocumentDeleteQuery) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event before the delete query is executed
firePreDocument(DocumentEntity) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event after the conversion of the entity to communication API model.
firePreDocumentEntity(T) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event after firePreEntity
firePreEntity(T) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event once the method is called
firePreEntity(T) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event once the method is called
firePreEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event once the method is called
firePreKeyValue(KeyValueEntity) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
Fire an event after the conversion of the entity to communication API model.
firePreKeyValueEntity(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEventPersistManager
fire an event after the firePostEntity
firePreQuery(ColumnQuery) - Method in interface jakarta.nosql.mapping.column.ColumnEventPersistManager
Fire an event before the query is executed
firePreQuery(DocumentQuery) - Method in interface jakarta.nosql.mapping.document.DocumentEventPersistManager
Fire an event before the query is executed
flow(T, UnaryOperator<ColumnEntity>) - Method in interface jakarta.nosql.mapping.column.ColumnWorkflow
Executes the workflow to do an interaction on a database column family.
flow(T, UnaryOperator<DocumentEntity>) - Method in interface jakarta.nosql.mapping.document.DocumentWorkflow
Executes the workflow to do an interaction on a database document collection.
flow(T, UnaryOperator<KeyValueEntity>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueWorkflow
Executes the workflow to do an interaction on a database key-value.
forEach(BiConsumer<String, Object>) - Method in interface jakarta.nosql.Settings
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
from(String) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDelete
Defines the column family in the delete query
from(String) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuilder
Define the column family in the query, this element is mandatory to build the ColumnDeleteQuery.ColumnDeleteQueryBuilder
from(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Define the column family in the query, this element is mandatory to build the ColumnQuery
from(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnSelect
Defines the column family in the query
from(String) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDelete
Defines the document collection in the delete query
from(String) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuilder
Define the document collection in the query, this element is mandatory to build the DocumentDeleteQuery
from(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Define the document collection in the query, this element is mandatory to build the DocumentQuery
from(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentSelect
Defines the document collection in the query
Function - Interface in jakarta.nosql.query
The function is a structured representation of the activities or processes.
FUNCTION - jakarta.nosql.query.ValueType
 
FunctionQueryValue - Interface in jakarta.nosql.query

G

get() - Method in interface jakarta.nosql.column.Column
Alias to Value.get()
get() - Method in interface jakarta.nosql.column.ColumnConfiguration
Reads configuration either from default configuration or a file defined by NoSQL provider and then creates a ColumnFamilyManagerFactory instance.
get() - Method in enum jakarta.nosql.Configurations
 
get() - Method in interface jakarta.nosql.document.Document
Alias to Value.get()
get() - Method in interface jakarta.nosql.document.DocumentConfiguration
Reads configuration either from default configuration or a file defined by NoSQL provider and then creates a DocumentCollectionManagerFactory instance.
get() - Method in interface jakarta.nosql.keyvalue.KeyValueConfiguration
Reads configuration either from default configuration or a file defined by NoSQL provider and then creates a BucketManagerFactory instance.
get() - Method in class jakarta.nosql.TypeReference
returns the type
get() - Method in interface jakarta.nosql.Value
Returns the real value without conversion.
get(ColumnFamilyManager) - Method in interface jakarta.nosql.mapping.column.ColumnTemplateProducer
get(DocumentCollectionManager) - Method in interface jakarta.nosql.mapping.document.DocumentTemplateProducer
get(BucketManager) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplateProducer
get(Settings) - Method in interface jakarta.nosql.column.ColumnConfiguration
Reads configuration from the Settings instance, the parameters are defined by NoSQL provider, then creates a ColumnFamilyManagerFactory instance.
get(Settings) - Method in interface jakarta.nosql.document.DocumentConfiguration
Reads configuration from the Settings instance, the parameters are defined by NoSQL provider, then creates a DocumentCollectionManagerFactory instance.
get(Settings) - Method in interface jakarta.nosql.keyvalue.KeyValueConfiguration
Reads configuration from the Settings instance, the parameters are defined by NoSQL provider, then creates a BucketManagerFactory instance.
get(TypeSupplier<T>) - Method in interface jakarta.nosql.column.Column
get(TypeSupplier<T>) - Method in interface jakarta.nosql.document.Document
get(TypeSupplier<T>) - Method in interface jakarta.nosql.Value
Converts Value.get() to specified class
get(Class<? extends AttributeConverter<X, Y>>) - Method in interface jakarta.nosql.mapping.Converters
Return a new instance from the converter
get(Class<R>, ColumnFamilyManager) - Method in interface jakarta.nosql.mapping.column.ColumnRepositoryProducer
Produces a Repository class from repository class and ColumnFamilyManager
get(Class<R>, DocumentCollectionManager) - Method in interface jakarta.nosql.mapping.document.DocumentRepositoryProducer
Produces a Repository class from repository class and DocumentCollectionManager
get(Class<R>, BucketManager) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueRepositoryProducer
Produces a Repository class from repository class and BucketManager
get(Class<R>, ColumnTemplate) - Method in interface jakarta.nosql.mapping.column.ColumnRepositoryProducer
Produces a Repository class from repository class and ColumnTemplate
get(Class<R>, DocumentTemplate) - Method in interface jakarta.nosql.mapping.document.DocumentRepositoryProducer
Produces a Repository class from repository class and DocumentTemplate
get(Class<R>, KeyValueTemplate) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueRepositoryProducer
Produces a Repository class from repository class and KeyValueTemplate
get(Class<T>) - Method in interface jakarta.nosql.column.Column
get(Class<T>) - Method in interface jakarta.nosql.document.Document
get(Class<T>) - Static method in class jakarta.nosql.ServiceLoaderProvider
Searches implementation using ServiceLoader, and it will return the higher priority Priority
get(Class<T>) - Method in interface jakarta.nosql.Value
Converts Value.get() to specified class
get(Iterable<K>) - Method in interface jakarta.nosql.keyvalue.BucketManager
Finds a list of values from keys
get(Iterable<K>, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Finds a list of values from keys
get(String) - Method in interface jakarta.nosql.column.ColumnFamilyManagerFactory
Creates a ColumnFamilyManager from database's name
get(String) - Method in interface jakarta.nosql.document.DocumentCollectionManagerFactory
Creates a DocumentCollectionManager from database's name
get(String) - Method in interface jakarta.nosql.Settings
Returns the value to which the specified key is mapped, or Optional.empty() if this map contains no mapping for the key.
get(String, Class<T>) - Method in interface jakarta.nosql.Settings
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Collection<String>) - Method in interface jakarta.nosql.Settings
Returns the value to which the specified from one of these keys is mapped, or Optional.empty() if this map contains no mapping for the key.
get(K) - Method in interface jakarta.nosql.keyvalue.BucketManager
Finds the Value from a key
get(K, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Finds the Value from a key
getBucketManager(String) - Method in interface jakarta.nosql.keyvalue.BucketManagerFactory
Creates a BucketManager from a bucket name
getColumn() - Method in interface jakarta.nosql.column.ColumnCondition
Gets the column to be used in the select
getColumnFamily() - Method in interface jakarta.nosql.column.ColumnDeleteQuery
getter the columnFamily name
getColumnFamily() - Method in interface jakarta.nosql.column.ColumnQuery
The column family name
getColumnNames() - Method in interface jakarta.nosql.column.ColumnEntity
Returns a Set view of the names of column contained in Column Entity
getColumns() - Method in interface jakarta.nosql.column.ColumnDeleteQuery
Defines which columns will be removed, the database provider might use this information to remove just these fields instead of all entity from ColumnDeleteQuery
getColumns() - Method in interface jakarta.nosql.column.ColumnEntity
Returns all columns from this Column Family
getColumns() - Method in interface jakarta.nosql.column.ColumnQuery
Returns the columns to returns in that query if empty will return all elements in the query.
getCondition() - Method in interface jakarta.nosql.column.ColumnCondition
Gets the conditions to be used in the select
getCondition() - Method in interface jakarta.nosql.column.ColumnDeleteQuery
getter the condition If empty, Optional.empty() is true, the implementation might either return an unsupported exception or delete same elements in the database.
getCondition() - Method in interface jakarta.nosql.column.ColumnQuery
The conditions that contains in this ColumnQuery If empty, Optional.empty() is true, the implementation might either return an unsupported exception or returns same elements in the database.
getCondition() - Method in interface jakarta.nosql.document.DocumentCondition
Gets the conditions to be used in the select
getCondition() - Method in interface jakarta.nosql.document.DocumentDeleteQuery
getter the condition
getCondition() - Method in interface jakarta.nosql.document.DocumentQuery
The conditions that contains in this DocumentQuery If empty, Optional.empty() is true, the implementation might either return an unsupported exception or returns same elements in the database.
getCondition() - Method in interface jakarta.nosql.query.Where
The condition
getConditions() - Method in interface jakarta.nosql.query.InsertQuery
The list of changes as conditions.
getConditions() - Method in interface jakarta.nosql.query.UpdateQuery
The list of changes as conditions.
getConfiguration() - Static method in interface jakarta.nosql.column.ColumnConfiguration
creates and returns a ColumnConfiguration instance from ServiceLoader
getConfiguration() - Static method in interface jakarta.nosql.document.DocumentConfiguration
creates and returns a DocumentConfiguration instance from ServiceLoader
getConfiguration() - Static method in interface jakarta.nosql.keyvalue.KeyValueConfiguration
creates and returns a KeyValueConfiguration instance from ServiceLoader
getConfiguration(Class<T>) - Static method in interface jakarta.nosql.column.ColumnConfiguration
creates and returns a ColumnConfiguration instance from ServiceLoader for a particular provider implementation.
getConfiguration(Class<T>) - Static method in interface jakarta.nosql.document.DocumentConfiguration
creates and returns a DocumentConfiguration instance from ServiceLoader for a particular provider implementation.
getConfiguration(Class<T>) - Static method in interface jakarta.nosql.keyvalue.KeyValueConfiguration
creates and returns a KeyValueConfiguration instance from ServiceLoader for a particular provider implementation.
getContent() - Method in interface jakarta.nosql.mapping.Page
Returns the page content as Stream
getContent(Supplier<C>) - Method in interface jakarta.nosql.mapping.Page
Returns the page content as from collection Factory
getDocument() - Method in interface jakarta.nosql.document.DocumentCondition
Gets the document to be used in the select
getDocumentCollection() - Method in interface jakarta.nosql.document.DocumentDeleteQuery
getter the collection name
getDocumentCollection() - Method in interface jakarta.nosql.document.DocumentQuery
The document collection name
getDocumentNames() - Method in interface jakarta.nosql.document.DocumentEntity
Returns a Set view of the names of document contained in Document Entity
getDocuments() - Method in interface jakarta.nosql.document.DocumentDeleteQuery
Defines which columns will be removed, the database provider might use this information to remove just these fields instead of all entity from DocumentDeleteQuery
getDocuments() - Method in interface jakarta.nosql.document.DocumentEntity
List of all documents
getDocuments() - Method in interface jakarta.nosql.document.DocumentQuery
Returns the documents to returns in that query if empty will return all elements in the query.
getEntity() - Method in interface jakarta.nosql.mapping.column.ColumnEntityPostPersist
The ColumnEntity after be saved
getEntity() - Method in interface jakarta.nosql.mapping.column.ColumnEntityPrePersist
The ColumnEntity before be saved
getEntity() - Method in interface jakarta.nosql.mapping.document.DocumentEntityPostPersist
The DocumentEntity after be saved
getEntity() - Method in interface jakarta.nosql.mapping.document.DocumentEntityPrePersist
The DocumentEntity before be saved
getEntity() - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityPostPersist
The KeyValueEntity after be saved
getEntity() - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityPrePersist
The KeyValueEntity after be saved
getEntity() - Method in interface jakarta.nosql.query.DeleteQuery
The entity name
getEntity() - Method in interface jakarta.nosql.query.InsertQuery
The entity name
getEntity() - Method in interface jakarta.nosql.query.SelectQuery
The entity name
getEntity() - Method in interface jakarta.nosql.query.UpdateQuery
The entity name
getFields() - Method in interface jakarta.nosql.query.DeleteQuery
The fields that will delete in this query, if this fields is empty, this query will remove the whole entity.
getFields() - Method in interface jakarta.nosql.query.SelectQuery
The fields that will retrieve in this query, if this fields is empty, this query will retrieve the whole entity.
getInstance() - Static method in class jakarta.nosql.TypeReferenceReaderDecorator
 
getInstance() - Static method in class jakarta.nosql.ValueReaderDecorator
 
getKey() - Method in interface jakarta.nosql.keyvalue.KeyValueEntity
the key
getKey() - Method in interface jakarta.nosql.query.PutQuery
The key
getKey(TypeSupplier<K>) - Method in interface jakarta.nosql.keyvalue.KeyValueEntity
getKey(Class<K>) - Method in interface jakarta.nosql.keyvalue.KeyValueEntity
getKeys() - Method in interface jakarta.nosql.query.DelQuery
The keys to being removed from the query
getKeys() - Method in interface jakarta.nosql.query.GetQuery
The keys to being retrieved from the query
getLimit() - Method in interface jakarta.nosql.column.ColumnQuery
 
getLimit() - Method in interface jakarta.nosql.document.DocumentQuery
 
getLimit() - Method in interface jakarta.nosql.mapping.Pagination
 
getLimit() - Method in interface jakarta.nosql.query.SelectQuery
Statement limits the number of rows returned by a query,
getList(String, Class<T>) - Method in interface jakarta.nosql.keyvalue.BucketManagerFactory
Creates a List from bucket name
getMap(String, Class<K>, Class<V>) - Method in interface jakarta.nosql.keyvalue.BucketManagerFactory
Creates a Map from bucket name
getName() - Method in interface jakarta.nosql.column.Column
The column's name
getName() - Method in interface jakarta.nosql.column.ColumnEntity
Column Family's name
getName() - Method in interface jakarta.nosql.document.Document
The column's name
getName() - Method in interface jakarta.nosql.document.DocumentEntity
The collection name to DocumentEntity
getName() - Method in interface jakarta.nosql.query.Condition
the data source or target, to apply the operator
getName() - Method in interface jakarta.nosql.query.Function
The function name
getName() - Method in interface jakarta.nosql.Sort
Returns the field name
getNameField() - Method in enum jakarta.nosql.Condition
Return tne field as name to both document and column.
getOperator() - Method in interface jakarta.nosql.query.Condition
that defines comparing process between the name and the value.
getOrDefault(String, Object) - Method in interface jakarta.nosql.Settings
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrderBy() - Method in interface jakarta.nosql.query.SelectQuery
The list of orders, it is used to sort the result-set in ascending or descending order.
getPageNumber() - Method in interface jakarta.nosql.mapping.Pagination
Returns the page to be returned.
getPageSize() - Method in interface jakarta.nosql.mapping.Pagination
Returns the number of items to be returned.
getPagination() - Method in interface jakarta.nosql.mapping.column.ColumnQueryPagination
Returns the Pagination of the current Page
getPagination() - Method in interface jakarta.nosql.mapping.document.DocumentQueryPagination
Returns the Pagination of the current Page
getPagination() - Method in interface jakarta.nosql.mapping.Page
Returns the Pagination of the current Page
getParametersNames() - Method in interface jakarta.nosql.Params
 
getParams() - Method in interface jakarta.nosql.column.ColumnDeleteQueryParams
The Params
getParams() - Method in interface jakarta.nosql.column.ColumnQueryParams
The Params
getParams() - Method in interface jakarta.nosql.document.DocumentDeleteQueryParams
The Params
getParams() - Method in interface jakarta.nosql.document.DocumentQueryParams
The Params
getParams() - Method in interface jakarta.nosql.query.Function
The params of this function
getQuery() - Method in interface jakarta.nosql.column.ColumnDeleteQueryParams
getQuery() - Method in interface jakarta.nosql.column.ColumnQueryParams
getQuery() - Method in interface jakarta.nosql.document.DocumentDeleteQueryParams
getQuery() - Method in interface jakarta.nosql.document.DocumentQueryParams
getQuery() - Method in interface jakarta.nosql.mapping.column.ColumnDeleteQueryExecute
The ColumnQuery before executed
getQuery() - Method in interface jakarta.nosql.mapping.column.ColumnPage
The query of the current Page
getQuery() - Method in interface jakarta.nosql.mapping.column.ColumnQueryExecute
The ColumnQuery before executed
getQuery() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnPage
The query of the current Page
getQuery() - Method in interface jakarta.nosql.mapping.document.DocumentDeleteQueryExecute
The DocumentQuery before executed
getQuery() - Method in interface jakarta.nosql.mapping.document.DocumentQueryExecute
The ColumnQuery before executed
GetQuery - Interface in jakarta.nosql.query
To retrieve one or more entities use the GET statement.
GetQuery.GetQueryProvider - Interface in jakarta.nosql.query
A provider to GetQuery
getQueue(String, Class<T>) - Method in interface jakarta.nosql.keyvalue.BucketManagerFactory
Creates a Queue from bucket name
getResult() - Method in interface jakarta.nosql.column.ColumnPreparedStatement
Executes a query and return the result as Stream
getResult() - Method in interface jakarta.nosql.document.DocumentPreparedStatement
Executes a query and return the result as Stream
getResult() - Method in interface jakarta.nosql.keyvalue.KeyValuePreparedStatement
Executes a query and return the result as Stream
getResult() - Method in interface jakarta.nosql.mapping.PreparedStatement
Executes a query and return the result as Stream
getResult(ColumnFamilyManager) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuild
getResult(ColumnFamilyManager) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
getResult(DocumentCollectionManager) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuild
getResult(DocumentCollectionManager) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
getResult(ColumnTemplate) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperQueryBuild
getResult(ColumnTemplate, Pagination) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperQueryBuild
getResult(DocumentTemplate) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperQueryBuild
getResult(DocumentTemplate, Pagination) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperQueryBuild
getSet(String, Class<T>) - Method in interface jakarta.nosql.keyvalue.BucketManagerFactory
Creates a Set from bucket name
getSingleResult() - Method in interface jakarta.nosql.column.ColumnPreparedStatement
Returns the result as a single element otherwise it will return an Optional.empty()
getSingleResult() - Method in interface jakarta.nosql.document.DocumentPreparedStatement
Returns the result as a single element otherwise it will return an Optional.empty()
getSingleResult() - Method in interface jakarta.nosql.keyvalue.KeyValuePreparedStatement
Returns the result as a single element otherwise it will return an Optional.empty()
getSingleResult() - Method in interface jakarta.nosql.mapping.PreparedStatement
Returns the result as a single element otherwise it will return an Optional.empty()
getSingleResult(ColumnFamilyManager) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuild
getSingleResult(ColumnFamilyManager) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
getSingleResult(DocumentCollectionManager) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuild
getSingleResult(DocumentCollectionManager) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
getSingleResult(ColumnTemplate) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperQueryBuild
getSingleResult(ColumnTemplate, Pagination) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperQueryBuild
getSingleResult(DocumentTemplate) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperQueryBuild
getSingleResult(DocumentTemplate, Pagination) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperQueryBuild
getSingleResult(String, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query in the database then returns as single result
getSkip() - Method in interface jakarta.nosql.column.ColumnQuery
 
getSkip() - Method in interface jakarta.nosql.document.DocumentQuery
 
getSkip() - Method in interface jakarta.nosql.mapping.Pagination
 
getSkip() - Method in interface jakarta.nosql.query.SelectQuery
Statement defines where the query should start
getSorts() - Method in interface jakarta.nosql.column.ColumnQuery
The sorts that contains in this ColumnQuery The implementation might ignore this option.
getSorts() - Method in interface jakarta.nosql.document.DocumentQuery
The sorts that contains in this DocumentQuery The implementation might ignore this option.
getSorts() - Method in interface jakarta.nosql.mapping.Sorts
 
getSupplierStream(Class<T>) - Static method in class jakarta.nosql.ServiceLoaderProvider
Returns an ordered Stream of the supplier
getTtl() - Method in interface jakarta.nosql.query.InsertQuery
This duration set a time for data in an entity to expire.
getTtl() - Method in interface jakarta.nosql.query.PutQuery
This duration set a time for data in an entity to expire.
getType() - Method in interface jakarta.nosql.query.ArrayQueryValue
 
getType() - Method in interface jakarta.nosql.query.ConditionQueryValue
 
getType() - Method in interface jakarta.nosql.query.FunctionQueryValue
 
getType() - Method in interface jakarta.nosql.query.JSONQueryValue
 
getType() - Method in interface jakarta.nosql.query.NumberQueryValue
 
getType() - Method in interface jakarta.nosql.query.ParamQueryValue
 
getType() - Method in interface jakarta.nosql.query.QueryValue
Returns a value type
getType() - Method in interface jakarta.nosql.query.StringQueryValue
 
getType() - Method in interface jakarta.nosql.Sort
getUnique(Class<T>) - Static method in class jakarta.nosql.ServiceLoaderProvider
Searches implementation using ServiceLoader, it will return an instance only if there is one implementation to it.
getUnique(Class<T>, Class<I>) - Static method in class jakarta.nosql.ServiceLoaderProvider
Searches implementation using ServiceLoader, it will return an instance only if there is one implementation to it.
getUnique(Class<T>, Predicate<Object>) - Static method in class jakarta.nosql.ServiceLoaderProvider
Searches implementation using ServiceLoader, it will return an instance only if there is one implementation to it.
getValue() - Method in interface jakarta.nosql.column.Column
the column's value
getValue() - Method in interface jakarta.nosql.document.Document
the column's value
getValue() - Method in interface jakarta.nosql.keyvalue.KeyValueEntity
The value
getValue() - Method in interface jakarta.nosql.mapping.column.EntityColumnPostPersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.column.EntityColumnPrePersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.document.EntityDocumentPostPersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.document.EntityDocumentPrePersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.EntityPostPersit
Return the entity whose was either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.EntityPrePersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.keyvalue.EntityKeyValuePostPersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.mapping.keyvalue.EntityKeyValuePrePersist
Return the entity whose gonna be either saved or updated
getValue() - Method in interface jakarta.nosql.query.Condition
that data that receives the operation.
getValue() - Method in interface jakarta.nosql.query.InsertQuery
Returns the value to insert when the query uses JSON value instead of Conditions.
getValue() - Method in interface jakarta.nosql.query.PutQuery
The value
getValue() - Method in interface jakarta.nosql.query.UpdateQuery
Returns the value to update when the query uses JSON value instead of Conditions.
getValue(TypeSupplier<V>) - Method in interface jakarta.nosql.keyvalue.KeyValueEntity
getValue(Class<V>) - Method in interface jakarta.nosql.keyvalue.KeyValueEntity
getValues() - Method in interface jakarta.nosql.column.ColumnEntity
Returns a Collection view of the values contained in this ColumnEntity.
getValues() - Method in interface jakarta.nosql.document.DocumentEntity
Returns a Collection view of the values contained in this DocumentEntity.
getWhere() - Method in interface jakarta.nosql.query.DeleteQuery
The condition at this DeleteQuery, if the Where is empty that means will delete the whole entities.
getWhere() - Method in interface jakarta.nosql.query.SelectQuery
The condition at this SelectQuery, if the Where is empty that means may retrieve the whole entities.
GRAPH - jakarta.nosql.mapping.DatabaseType
In computing, a graph database (GDB[1]) is a database that uses graph structures for semantic queries with nodes, edges and properties to represent and store data.
GREATER_EQUALS_THAN - jakarta.nosql.Condition
 
GREATER_EQUALS_THAN - jakarta.nosql.query.Operator
 
GREATER_THAN - jakarta.nosql.Condition
 
GREATER_THAN - jakarta.nosql.query.Operator
 
gt(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.GREATER_THAN, it means a select will scanning to a column family that has the same name and the value greater than informed in this column.
gt(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.GREATER_THAN, it means a select will scanning to a document collection that has the same name and the value greater than informed in this document.
gt(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.gt(Column) where it will create a Column instance first and then apply te condition.
gt(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.gt(Document) where it will create a Document instance first and then apply te condition.
gt(T) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the greater than condition Condition.GREATER_THAN
gt(T) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the greater than condition Condition.GREATER_THAN
gt(T) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the greater than condition Condition.GREATER_THAN
gt(T) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the greater than condition Condition.GREATER_THAN
gt(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the greater than condition Condition.GREATER_THAN
gt(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the greater than condition Condition.GREATER_THAN
gt(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the greater than condition Condition.GREATER_THAN
gt(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the greater than condition Condition.GREATER_THAN
gte(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.GREATER_EQUALS_THAN, it means a select will scanning to a column family that has the same name and the value greater or equals than informed in this column.
gte(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.GREATER_EQUALS_THAN, it means a select will scanning to a document collection that has the same name and the value greater or equals than informed in this document.
gte(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.gte(Column) where it will create a Column instance first and then apply te condition.
gte(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.gte(Document) where it will create a Document instance first and then apply te condition.
gte(T) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN
gte(T) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN
gte(T) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN
gte(T) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN
gte(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN
gte(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN
gte(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN
gte(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the greater equals than condition Condition.GREATER_EQUALS_THAN

H

HOST - jakarta.nosql.Configurations
the host configuration that might have more than one with a number as a suffix, such as jakarta.nosql.host-1=localhost, jakarta.nosql.host-2=host2

I

Id - Annotation Type in jakarta.nosql.mapping
This isn't a mandatory field, but when it define this field is a key.
IdNotFoundException - Exception in jakarta.nosql.mapping
When The Entity is converted to communication layer, this entity must have a field with Id annotation.
IdNotFoundException(String) - Constructor for exception jakarta.nosql.mapping.IdNotFoundException
New exception instance with the exception message
in(Column) - Method in interface jakarta.nosql.column.ColumnCondition.ColumnConditionProvider
Creates a Condition.IN operation
in(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.IN, it means a select will scanning to a column family that has the same name and the value is within informed in this column.
in(Document) - Method in interface jakarta.nosql.document.DocumentCondition.DocumentConditionProvider
Creates a Condition.IN operation
in(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.IN, it means a select will scanning to a document collection that has the same name and the value is within informed in this document.
in(Iterable<T>) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates in condition Condition.IN
in(Iterable<T>) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates in condition Condition.IN
in(Iterable<T>) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates in condition Condition.IN
in(Iterable<T>) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates in condition Condition.IN
in(Iterable<T>) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates in condition Condition.IN
in(Iterable<T>) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates in condition Condition.IN
in(Iterable<T>) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates in condition Condition.IN
in(Iterable<T>) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates in condition Condition.IN
in(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.in(Column) where it will create a Column instance first and then apply te condition.
in(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.in(Document) where it will create a Document instance first and then apply te condition.
IN - jakarta.nosql.Condition
 
IN - jakarta.nosql.query.Operator
 
insert(ColumnEntity) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Saves a Column family entity
insert(ColumnEntity, Duration) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Saves a Column family entity with time to live
insert(DocumentEntity) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Saves document collection entity
insert(DocumentEntity, Duration) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Saves document collection entity with time to live
insert(Iterable<ColumnEntity>) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Saves a Column family entities, by default it's just run for each saving using ColumnFamilyManager.insert(ColumnEntity), each NoSQL vendor might replace to a more appropriate one.
insert(Iterable<ColumnEntity>, Duration) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Saves a Column family entity with time to live, by default it's just run for each saving using ColumnFamilyManager.insert(ColumnEntity, Duration), each NoSQL vendor might replace to a more appropriate one.
insert(Iterable<DocumentEntity>) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Saves documents collection entity, by default it's just run for each saving using DocumentCollectionManager.insert(DocumentEntity), each NoSQL vendor might replace to a more appropriate one.
insert(Iterable<DocumentEntity>, Duration) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Saves documents collection entity with time to live, by default it's just run for each saving using DocumentCollectionManager.insert(DocumentEntity, Duration), each NoSQL vendor might replace to a more appropriate one.
insert(Iterable<T>) - Method in interface jakarta.nosql.mapping.Template
Inserts entity, by default it's just run for each saving using Template.insert(Object)}, each NoSQL vendor might replace to a more appropriate one.
insert(Iterable<T>, Duration) - Method in interface jakarta.nosql.mapping.Template
Inserts entities collection entity with time to live, by default it's just run for each saving using Template.insert(Object, Duration), each NoSQL vendor might replace to a more appropriate one.
insert(T) - Method in interface jakarta.nosql.mapping.Template
Inserts entity
insert(T, Duration) - Method in interface jakarta.nosql.mapping.Template
Inserts entity with time to live
InsertQuery - Interface in jakarta.nosql.query
Inserting data for an entity is done using an INSERT statement.
InsertQuery.InsertQueryProvider - Interface in jakarta.nosql.query
A provider to InsertQuery
InstanceProducer - Interface in jakarta.nosql.mapping
An instance producer from the Class
isEmpty() - Method in interface jakarta.nosql.column.ColumnEntity
Returns true if the number of columns is zero otherwise false.
isEmpty() - Method in interface jakarta.nosql.document.DocumentEntity
Returns true if this list contains no elements.
isEmpty() - Method in interface jakarta.nosql.Settings
 
isInstanceOf(Class<?>) - Method in interface jakarta.nosql.Value
A wrapper of Class.isInstance(Object) to check the value instance within the Value
isNotEmpty() - Method in interface jakarta.nosql.Params
 

J

jakarta.nosql - package jakarta.nosql
Jakarta NoSQL communication is a flexible and extensible API to connect NoSQL databases.
jakarta.nosql.column - package jakarta.nosql.column
Defines the API to Column Family API in communication level.
jakarta.nosql.document - package jakarta.nosql.document
Defines the API to Document Collection API in communication level.
jakarta.nosql.keyvalue - package jakarta.nosql.keyvalue
Defines the API to Key-value API in communication level.
jakarta.nosql.mapping - package jakarta.nosql.mapping
Defines the core API in mapping level.
jakarta.nosql.mapping.column - package jakarta.nosql.mapping.column
Defines the API to Column Family in mapping level.
jakarta.nosql.mapping.document - package jakarta.nosql.mapping.document
Defines the API to Document Collection in mapping level.
jakarta.nosql.mapping.keyvalue - package jakarta.nosql.mapping.keyvalue
Defines the API to Key-value in mapping level.
jakarta.nosql.query - package jakarta.nosql.query
Defines the API to representation of the query String in Classes.
JSON - jakarta.nosql.query.ValueType
 
JSONQueryValue - Interface in jakarta.nosql.query
JavaScript Object Notation is a lightweight data-interchange format.

K

KEY_NOT_FOUND_EXCEPTION_SUPPLIER - Static variable in exception jakarta.nosql.mapping.IdNotFoundException
 
KEY_VALUE - jakarta.nosql.mapping.DatabaseType
A key-value database, or key-value store, is a data storage paradigm designed for storing, retrieving, and managing associative arrays, a data structure more commonly known today as a dictionary or hash table.
keySet() - Method in interface jakarta.nosql.Settings
Returns a Set view of the keys contained in this map.
KeyValueConfiguration - Interface in jakarta.nosql.keyvalue
The Jakarta NoSQL communication configuration to create a BucketManagerFactory
KeyValueEntity - Interface in jakarta.nosql.keyvalue
A bucket unit, it's a tuple that contains key its respective value.
KeyValueEntity.KeyValueEntityProvider - Interface in jakarta.nosql.keyvalue
A provider of KeyValueEntity where it will return from two values where the first one is the key and the second one is the value of the entity.
KeyValueEntityConverter - Interface in jakarta.nosql.mapping.keyvalue
This interface represents the converter between an entity and the KeyValueEntity
KeyValueEntityPostPersist - Interface in jakarta.nosql.mapping.keyvalue
The interface represents the model when the KeyValueEntity be saved that event will fired.
KeyValueEntityPrePersist - Interface in jakarta.nosql.mapping.keyvalue
The interface represents the model before the KeyValueEntity be saved that event will fired.
KeyValueEventPersistManager - Interface in jakarta.nosql.mapping.keyvalue
This interface represents the manager of events.
KeyValuePreparedStatement - Interface in jakarta.nosql.keyvalue
 
KeyValueQueryParser - Interface in jakarta.nosql.keyvalue
A query parser to key-value database type, this class will convert a String to an operation in BucketManager.
KeyValueRepositoryProducer - Interface in jakarta.nosql.mapping.keyvalue
The producer of Repository
KeyValueTemplate - Interface in jakarta.nosql.mapping.keyvalue
KeyValueTemplate is a helper class that increases productivity when performing common Bucket operations.
KeyValueTemplateProducer - Interface in jakarta.nosql.mapping.keyvalue
The producer of KeyValueTemplate
KeyValueWorkflow - Interface in jakarta.nosql.mapping.keyvalue
This implementation defines the workflow to insert an Entity on KeyValueTemplate.

L

LESSER_EQUALS_THAN - jakarta.nosql.Condition
 
LESSER_EQUALS_THAN - jakarta.nosql.query.Operator
 
LESSER_THAN - jakarta.nosql.Condition
 
LESSER_THAN - jakarta.nosql.query.Operator
 
like(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.LIKE, it means a select will scanning to a column family that has the same name and the value is like than informed in this column.
like(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.LIKE, it means a select will scanning to a document collection that has the same name and the value is like than informed in this document.
like(String) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the like condition Condition.LIKE
like(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the like condition Condition.LIKE
like(String) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the like condition Condition.LIKE
like(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the like condition Condition.LIKE
like(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the like condition Condition.LIKE
like(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the like condition Condition.LIKE
like(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the like condition Condition.LIKE
like(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the like condition Condition.LIKE
like(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.like(Column) where it will create a Column instance first and then apply te condition.
like(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.like(Document) where it will create a Document instance first and then apply te condition.
LIKE - jakarta.nosql.Condition
 
LIKE - jakarta.nosql.query.Operator
 
limit(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnFrom
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameOrder
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnSkip
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnWhere
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentFrom
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameOrder
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentSkip
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentWhere
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperFrom
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameOrder
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperSkip
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperWhere
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperFrom
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameOrder
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperSkip
Defines the maximum number of results to retrieve.
limit(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperWhere
Defines the maximum number of results to retrieve.
lt(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.LESSER_THAN, it means a select will scanning to a column family that has the same name and the value lesser than informed in this column.
lt(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.LESSER_THAN, it means a select will scanning to a document collection that has the same name and the value lesser than informed in this document.
lt(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.lt(Column) where it will create a Column instance first and then apply te condition.
lt(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.lt(Document) where it will create a Document instance first and then apply te condition.
lt(T) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lt(T) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lt(T) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lt(T) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lt(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lt(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lt(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lt(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the lesser than condition Condition.LESSER_THAN
lte(Column) - Static method in interface jakarta.nosql.column.ColumnCondition
Creates a ColumnCondition that has a Condition.LESSER_EQUALS_THAN, it means a select will scanning to a column family that has the same name and the value lesser or equals than informed in this column.
lte(Document) - Static method in interface jakarta.nosql.document.DocumentCondition
Creates a DocumentCondition that has a Condition.LESSER_EQUALS_THAN, it means a select will scanning to a document collection that has the same name and the value lesser or equals than informed in this document.
lte(String, Object) - Static method in interface jakarta.nosql.column.ColumnCondition
an alias method to ColumnCondition.lte(Column) where it will create a Column instance first and then apply te condition.
lte(String, Object) - Static method in interface jakarta.nosql.document.DocumentCondition
an alias method to DocumentCondition.lte(Document) where it will create a Document instance first and then apply te condition.
lte(T) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN
lte(T) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN
lte(T) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN
lte(T) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN
lte(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN
lte(T) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN
lte(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN
lte(T) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the lesser equals than condition Condition.LESSER_EQUALS_THAN

M

MappedSuperclass - Annotation Type in jakarta.nosql.mapping
Designates a class whose mapping information is applied to the entities that inherit from it.
MappingException - Exception in jakarta.nosql.mapping
The root exception to Mapping layer
MappingException() - Constructor for exception jakarta.nosql.mapping.MappingException
Constructs a new runtime exception with null as its detail message.
MappingException(String) - Constructor for exception jakarta.nosql.mapping.MappingException
Constructs a new runtime exception with the specified detail message.
MappingException(String, Throwable) - Constructor for exception jakarta.nosql.mapping.MappingException
Constructs a new runtime exception with the specified detail message and cause.
MappingException(String, Throwable, boolean, boolean) - Constructor for exception jakarta.nosql.mapping.MappingException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
MappingException(Throwable) - Constructor for exception jakarta.nosql.mapping.MappingException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

N

negate() - Method in interface jakarta.nosql.column.ColumnCondition
Creates a new ColumnCondition negating the current one
negate() - Method in interface jakarta.nosql.document.DocumentCondition
Creates a new DocumentCondition negating the current one
newInstance(Class<?>) - Static method in exception jakarta.nosql.mapping.IdNotFoundException
 
newParams() - Static method in interface jakarta.nosql.Params
It returns a new Params instance
next() - Method in interface jakarta.nosql.mapping.column.ColumnPage
Returns the Page requesting the next Page.
next() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnPage
Returns the Page requesting the next Page.
next() - Method in interface jakarta.nosql.mapping.column.ColumnQueryPagination
Returns the ColumnQueryPagination requesting the next ColumnQueryPagination.
next() - Method in interface jakarta.nosql.mapping.document.DocumentQueryPagination
Returns the DocumentQueryPagination requesting the next DocumentQueryPagination.
next() - Method in interface jakarta.nosql.mapping.Page
Returns the Page requesting the next Page.
next() - Method in interface jakarta.nosql.mapping.Pagination
Returns the Pagination requesting the next Pagination.
NonUniqueResultException - Exception in jakarta.nosql
Thrown by the persistence provider an exception when is executed on a select and there is more than one result from the select.
NonUniqueResultException(String) - Constructor for exception jakarta.nosql.NonUniqueResultException
Constructs a new runtime exception with null as its detail message.
NoSQLException - Exception in jakarta.nosql
The root of the Jakarta NoSQL of unchecked exceptions.
NoSQLException() - Constructor for exception jakarta.nosql.NoSQLException
Constructs a new runtime exception with null as its detail message.
NoSQLException(String) - Constructor for exception jakarta.nosql.NoSQLException
Constructs a new runtime exception with the specified detail message.
NoSQLException(String, Throwable) - Constructor for exception jakarta.nosql.NoSQLException
Constructs a new runtime exception with the specified detail message and cause.
NoSQLException(String, Throwable, boolean, boolean) - Constructor for exception jakarta.nosql.NoSQLException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
NoSQLException(Throwable) - Constructor for exception jakarta.nosql.NoSQLException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
not() - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteNameCondition
Creates the equals condition Condition.NOT
not() - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameCondition
Creates the equals condition Condition.NOT
not() - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteNameCondition
Creates the equals condition Condition.NOT
not() - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameCondition
Creates the equals condition Condition.NOT
not() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteNameCondition
Creates the equals condition Condition.NOT
not() - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameCondition
Creates the equals condition Condition.NOT
not() - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteNameCondition
Creates the equals condition Condition.NOT
not() - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameCondition
Creates the equals condition Condition.NOT
NOT - jakarta.nosql.Condition
 
NOT - jakarta.nosql.query.Operator
 
NUMBER - jakarta.nosql.query.ValueType
 
NumberQueryValue - Interface in jakarta.nosql.query
A number is a mathematical object used to count, measure and also label where if it is a decimal, will become Double, otherwise, Long

O

of(ColumnQuery, Pagination) - Static method in interface jakarta.nosql.mapping.column.ColumnQueryPagination
Creates a new instance of ColumnQueryPagination
of(DocumentQuery, Pagination) - Static method in interface jakarta.nosql.mapping.document.DocumentQueryPagination
Creates a new instance of DocumentQueryPagination
of(Object) - Static method in interface jakarta.nosql.Value
Creates a new Value instance
of(String) - Static method in interface jakarta.nosql.column.ColumnEntity
Creates a column family instance
of(String) - Static method in interface jakarta.nosql.document.DocumentEntity
Creates a DocumentEntity instance
of(String, SortType) - Static method in interface jakarta.nosql.Sort
Creates a wew Sort instance to be used in a NoSQL query.
of(String, Object) - Static method in class jakarta.nosql.column.Columns
Creates a column instance
of(String, Object) - Static method in class jakarta.nosql.document.Documents
of(String, List<Column>) - Static method in interface jakarta.nosql.column.ColumnEntity
Creates a column family instance
of(String, List<Document>) - Static method in interface jakarta.nosql.document.DocumentEntity
Creates a DocumentEntity instance
of(String, V) - Static method in interface jakarta.nosql.column.Column
Creates a column instance
of(String, V) - Static method in interface jakarta.nosql.document.Document
Creates a document instance
of(Map<String, ?>) - Static method in class jakarta.nosql.column.Columns
Converts a Map to columns where: the key gonna be a column's name the value a column's value and null values elements will be ignored.
of(Map<String, ?>) - Static method in class jakarta.nosql.document.Documents
Converts the map to List of Document
of(Map<String, Object>) - Static method in interface jakarta.nosql.Settings
Creates a settings from maps
of(Map<String, Object>...) - Static method in interface jakarta.nosql.Settings
Creates a settings from maps
of(K, V) - Static method in interface jakarta.nosql.keyvalue.KeyValueEntity
Creates a Key value instance
Operator - Enum in jakarta.nosql.query
The unit that defines comparing process between the name and the value.
or(ColumnCondition) - Method in interface jakarta.nosql.column.ColumnCondition
Creates a new ColumnCondition using the Condition.OR
or(ColumnCondition...) - Method in interface jakarta.nosql.column.ColumnCondition.ColumnConditionProvider
Creates a Condition.OR operation
or(ColumnCondition...) - Static method in interface jakarta.nosql.column.ColumnCondition
Returns a new ColumnCondition aggregating ,as "OR", all the conditions as just one condition.
or(DocumentCondition) - Method in interface jakarta.nosql.document.DocumentCondition
Creates a new DocumentCondition using the Condition.OR
or(DocumentCondition...) - Method in interface jakarta.nosql.document.DocumentCondition.DocumentConditionProvider
Creates a Condition.OR operation
or(DocumentCondition...) - Static method in interface jakarta.nosql.document.DocumentCondition
Returns a new DocumentCondition aggregating ,as "OR", all the conditions as just one condition.
or(String) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteWhere
Starts a new condition in the select using ColumnCondition.or(ColumnCondition)
or(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnWhere
Appends a new condition in the select using ColumnCondition.or(ColumnCondition)
or(String) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteWhere
Starts a new condition in the select using DocumentCondition.or(DocumentCondition)
or(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentWhere
Appends a new condition in the select using DocumentCondition.or(DocumentCondition)
or(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteWhere
Starts a new condition in the select using ColumnCondition.or(jakarta.nosql.column.ColumnCondition)
or(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperWhere
Appends a new condition in the select using ColumnCondition.or(jakarta.nosql.column.ColumnCondition)
or(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteWhere
Starts a new condition in the select using DocumentCondition.or(jakarta.nosql.document.DocumentCondition)
or(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperWhere
Appends a new condition in the select using DocumentCondition.or(jakarta.nosql.document.DocumentCondition)
OR - jakarta.nosql.Condition
 
OR - jakarta.nosql.query.Operator
 
orderBy(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnFrom
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameOrder
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnWhere
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentFrom
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameOrder
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentWhere
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperFrom
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameOrder
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperWhere
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperFrom
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameOrder
Add the order how the result will returned
orderBy(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperWhere
Add the order how the result will returned

P

page(long) - Static method in interface jakarta.nosql.mapping.Pagination
A builder to Pagination, as the first step it defines the page number or the page index that starts from page one.
page(ColumnTemplate, Pagination) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperQueryBuild
Creates a Page from pagination
page(DocumentTemplate, Pagination) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperQueryBuild
Creates a Page from pagination
Page<T> - Interface in jakarta.nosql.mapping
A page is a fixed-length contiguous block of entities from the database.
Pagination - Interface in jakarta.nosql.mapping
Pagination is the process of separating print or digital content into discrete pages.
Pagination.PaginationBuilder - Interface in jakarta.nosql.mapping
The builder of Pagination
Pagination.PaginationBuilderProvider - Interface in jakarta.nosql.mapping
A provider of Pagination.PaginationBuilder where it will create from the Long value
Param - Annotation Type in jakarta.nosql.mapping
Defines a param to a Query query.
PARAMETER - jakarta.nosql.query.ValueType
 
ParamQueryValue - Interface in jakarta.nosql.query
The parameter is a dynamic value, which means, it does not define the query, it'll replace in the execution time.
Params - Interface in jakarta.nosql
A group of params to a dynamic query
Params.ParamsProvider - Interface in jakarta.nosql
A Params supplier
parse(String) - Static method in enum jakarta.nosql.Condition
Retrieve the condition from Condition.getNameField() on case sentive
parse(String) - Static method in interface jakarta.nosql.query.DeleteQuery
Obtains an instance of DeleteQuery from a text string.
parse(String) - Static method in interface jakarta.nosql.query.DelQuery
Obtains an instance of DelQuery from a text string.
parse(String) - Static method in interface jakarta.nosql.query.GetQuery
Obtains an instance of GetQuery from a text string.
parse(String) - Static method in interface jakarta.nosql.query.InsertQuery
Obtains an instance of InsertQuery.InsertQueryProvider from a text string.
parse(String) - Static method in interface jakarta.nosql.query.PutQuery
Obtains an instance of GetQuery from a text string.
parse(String) - Static method in interface jakarta.nosql.query.SelectQuery
Obtains an instance of SelectQuery from a text string.
parse(String) - Static method in interface jakarta.nosql.query.UpdateQuery
Obtains an instance of UpdateQuery from a text string.
PASSWORD - jakarta.nosql.Configurations
to set a password in a database
prefix(String) - Method in interface jakarta.nosql.Settings
Finds all keys that have the parameter as a prefix
prefix(Collection<String>) - Method in interface jakarta.nosql.Settings
Finds all keys that have the parameter as a prefix
prepare(String) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Executes a query and returns the result, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
prepare(String) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Executes a query and returns the result, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
prepare(String) - Method in interface jakarta.nosql.keyvalue.BucketManager
Executes a query and returns the result, when the operations are put, remove and get command it will return the result of the operation when the command is either remove or put it will return an empty collection.
prepare(String) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Creates a PreparedStatement from the query
prepare(String) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Creates a PreparedStatement from the query
prepare(String, ColumnFamilyManager, ColumnObserverParser) - Method in interface jakarta.nosql.column.ColumnQueryParser
Executes a query and returns a ColumnPreparedStatement, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
prepare(String, DocumentCollectionManager, DocumentObserverParser) - Method in interface jakarta.nosql.document.DocumentQueryParser
Executes a query and returns a DocumentPreparedStatement, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
prepare(String, BucketManager) - Method in interface jakarta.nosql.keyvalue.KeyValueQueryParser
Executes a query and returns a KeyValuePreparedStatement, when the operations are insert, update and select command it will return the result of the operation when the command is del it will return an empty collection.
prepare(String, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query with PreparedStatement
PreparedStatement - Interface in jakarta.nosql.mapping
An object that represents a precompiled Query statement.
provider() - Method in annotation type jakarta.nosql.mapping.Database
Defines the database provider.
ProviderNotFoundException - Exception in jakarta.nosql
It is thrown by the ServiceLoaderProvider when there is no implementation.
put(KeyValueEntity) - Method in interface jakarta.nosql.keyvalue.BucketManager
Saves the KeyValueEntity
put(KeyValueEntity, Duration) - Method in interface jakarta.nosql.keyvalue.BucketManager
Saves the KeyValueEntity with time to live
put(Iterable<KeyValueEntity>) - Method in interface jakarta.nosql.keyvalue.BucketManager
Saves the Iterable of keys
put(Iterable<KeyValueEntity>, Duration) - Method in interface jakarta.nosql.keyvalue.BucketManager
Saves the Iterable of keys with a defined time to live
put(Iterable<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the Iterable of entities
put(Iterable<T>, Duration) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the Iterable of entities with a defined time to live
put(String, Object) - Method in interface jakarta.nosql.Settings.SettingsBuilder
Adds a new element in the builder
put(K, V) - Method in interface jakarta.nosql.keyvalue.BucketManager
Associates the specified value with the specified key and than storage
put(T) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the entity
put(T, Duration) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Saves the entity with time to live
putAll(Map<String, Object>) - Method in interface jakarta.nosql.Settings.SettingsBuilder
Adds all elements in the builder
PutQuery - Interface in jakarta.nosql.query
To either insert or overrides values from a key-value database use the PUT statement.
PutQuery.PutQueryProvider - Interface in jakarta.nosql.query
A provider to PutQuery

Q

query(String) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Executes a query and returns the result, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
query(String) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Executes a query and returns the result, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
query(String) - Method in interface jakarta.nosql.keyvalue.BucketManager
Executes a query and returns the result, when the operations are put, remove and get command it will return the result of the operation when the command is remove or put it will return an empty collection.
query(String) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Executes a query then bring the result as a Stream
query(String) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Executes a query then bring the result as a Stream
query(String) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query in the database and don't return result, e.g.: when the query is either remove or put
query(String, ColumnFamilyManager, ColumnObserverParser) - Method in interface jakarta.nosql.column.ColumnQueryParser
Executes a query and returns the result, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
query(String, DocumentCollectionManager, DocumentObserverParser) - Method in interface jakarta.nosql.document.DocumentQueryParser
Executes a query and returns the result, when the operations are insert, update and select command it will return the result of the operation when the command is delete it will return an empty collection.
query(String, BucketManager) - Method in interface jakarta.nosql.keyvalue.KeyValueQueryParser
Executes a query and returns the result, when the operations are put, get and del command it will return the result of the operation when the command is either put or del it will return an empty collection.
query(String, Class<T>) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueTemplate
Executes query in the database
Query - Interface in jakarta.nosql.query
Query languages or data query languages (DQLs) are computer languages used to make queries in databases and information systems.
Query - Annotation Type in jakarta.nosql.mapping
To run Query in Repository interface
QueryException - Exception in jakarta.nosql
The exception class to query
QueryException(String) - Constructor for exception jakarta.nosql.QueryException
creates an error with an error message
QueryException(String, Throwable) - Constructor for exception jakarta.nosql.QueryException
A new exception with a Throwable error
QuerySyntaxException - Exception in jakarta.nosql.query
Exception thrown when there is a syntax error in the HQL.
QuerySyntaxException() - Constructor for exception jakarta.nosql.query.QuerySyntaxException
Constructs a new runtime exception with null as its detail message.
QuerySyntaxException(String) - Constructor for exception jakarta.nosql.query.QuerySyntaxException
Constructs a new runtime exception with the specified detail message.
QuerySyntaxException(String, Throwable) - Constructor for exception jakarta.nosql.query.QuerySyntaxException
Constructs a new runtime exception with the specified detail message and cause.
QuerySyntaxException(String, Throwable, boolean, boolean) - Constructor for exception jakarta.nosql.query.QuerySyntaxException
Constructs a new runtime exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
QuerySyntaxException(Throwable) - Constructor for exception jakarta.nosql.query.QuerySyntaxException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
QueryValue<T> - Interface in jakarta.nosql.query
The value is the last element in a condition, and it defines what it 'll go to be used, with an operator, in a field target.

R

read(Class<T>, Object) - Method in interface jakarta.nosql.ValueReader
Once this implementation is compatible with the class type, the next step it converts an instance to this new one from the rightful class.
read(Class<T>, Object) - Method in class jakarta.nosql.ValueReaderDecorator
 
remove(Sort) - Method in interface jakarta.nosql.mapping.Sorts
Removes a Sort at Sorts
remove(String) - Method in interface jakarta.nosql.column.ColumnEntity
Remove a column whose name is informed in parameter.
remove(String) - Method in interface jakarta.nosql.document.DocumentEntity
Remove a Document whose name is informed in parameter.
Repository<T,​K> - Interface in jakarta.nosql.mapping
Interface to generic CRUD operations on a repository for a specific type.

S

save(Iterable<S>) - Method in interface jakarta.nosql.mapping.Repository
Saves entity each NoSQL vendor might replace to a more appropriate one.
save(S) - Method in interface jakarta.nosql.mapping.Repository
Saves entity
select() - Static method in interface jakarta.nosql.column.ColumnQuery
It starts the first step of ColumnQuery creation using a fluent-API way.
select() - Static method in interface jakarta.nosql.document.DocumentQuery
It starts the first step of DocumentQuery creation using a fluent-API way.
select(ColumnQuery) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Finds ColumnEntity from select
select(ColumnQuery) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Finds entities from query
select(DocumentQuery) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Finds DocumentEntity from select
select(DocumentQuery) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Finds entities from query
select(ColumnQueryPagination) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Finds entities from query using pagination
select(DocumentQueryPagination) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Finds entities from query using pagination
select(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Append a new column in the search result.
select(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Append a new document in the search result.
select(String...) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Append new columns in the search result.
select(String...) - Static method in interface jakarta.nosql.column.ColumnQuery
It starts the first step of ColumnQuery.ColumnSelect creation using a fluent-API way.
select(String...) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Append new documents in the search result.
select(String...) - Static method in interface jakarta.nosql.document.DocumentQuery
It starts the first step of DocumentQuery creation using a fluent-API way.
selectFrom(Class<T>) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper
Returns a ColumnQueryMapper.ColumnMapperFrom implementation that does the object mapper API.
selectFrom(Class<T>) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper
Returns a DocumentQueryMapper.DocumentMapperFrom implementation that does the object mapper API.
SelectQuery - Interface in jakarta.nosql.query
The select statement reads one or more fields for one or more entities.
SelectQuery.SelectQueryProvider - Interface in jakarta.nosql.query
A provider to SelectQuery
SelectQueryConverter - Interface in jakarta.nosql.column
A converter that converts SelectQuery to ColumnQueryParams
SelectQueryConverter - Interface in jakarta.nosql.document
A converter that converts SelectQuery to DocumentQueryParams
ServiceLoaderProvider - Class in jakarta.nosql
A class that loads class from ServiceLoader
Settings - Interface in jakarta.nosql
The interface represents the settings used in a configuration.
Settings.SettingsBuilder - Interface in jakarta.nosql
The Settings builder Settings
Settings.SettingsBuilderProvider - Interface in jakarta.nosql
SHARED - jakarta.nosql.mapping.DatabaseType
That is not a NoSQL type; it defines resources shared among the NoSQL types.
singleResult(ColumnQuery) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Returns a single entity from select
singleResult(ColumnQuery) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Returns a single entity from query
singleResult(DocumentQuery) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Returns a single entity from select
singleResult(DocumentQuery) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Returns a single entity from query
singleResult(String) - Method in interface jakarta.nosql.mapping.column.ColumnTemplate
Executes a query then bring the result as a unique result
singleResult(String) - Method in interface jakarta.nosql.mapping.document.DocumentTemplate
Executes a query then bring the result as a unique result
size() - Method in interface jakarta.nosql.column.ColumnEntity
Returns the number of elements in this list.
size() - Method in interface jakarta.nosql.document.DocumentEntity
Returns the number of elements in this list.
size() - Method in interface jakarta.nosql.Settings
 
size(long) - Method in interface jakarta.nosql.mapping.Pagination.PaginationBuilder
Defines the size of a pagination
skip(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnFrom
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnLimit
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnNameOrder
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnWhere
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentFrom
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentLimit
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentNameOrder
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentWhere
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperFrom
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperLimit
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperNameOrder
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperWhere
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperFrom
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperLimit
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperNameOrder
Defines the position of the first result to retrieve.
skip(long) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperWhere
Defines the position of the first result to retrieve.
sort(Sort) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Append a new sort in the query.
sort(Sort) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Append a new sort in the query.
sort(Sort...) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Append sorts in the query.
sort(Sort...) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Append sorts in the query.
Sort - Interface in jakarta.nosql
This element represents a required order to be used in a query, it has two attributes: -- The name - the field's name to be sorted -- The type - the way to be sorted
Sort.SortProvider - Interface in jakarta.nosql
A provider of Sort where given a String and a SortType it returns a new instance of Sort
sorts() - Static method in interface jakarta.nosql.mapping.Sorts
Creates a new instance of Sorts
Sorts - Interface in jakarta.nosql.mapping
This instance represents a group of one or more Sort instances.
Sorts.SortsProvider - Interface in jakarta.nosql.mapping
A provider class of Sorts
SortType - Enum in jakarta.nosql
The way to be sorted.
STRING - jakarta.nosql.query.ValueType
 
StringQueryValue - Interface in jakarta.nosql.query
The String as value

T

Template - Interface in jakarta.nosql.mapping
Templates are a helper class that increases productivity when performing common NoSQL operations.
test(TypeSupplier) - Method in class jakarta.nosql.TypeReferenceReaderDecorator
 
test(Class) - Method in class jakarta.nosql.ValueReaderDecorator
 
toColumn(Object) - Method in interface jakarta.nosql.mapping.column.ColumnEntityConverter
Converts the instance entity to ColumnEntity
toDocument(Object) - Method in interface jakarta.nosql.mapping.document.DocumentEntityConverter
Converts the instance entity to DocumentEntity
toEntity(ColumnEntity) - Method in interface jakarta.nosql.mapping.column.ColumnEntityConverter
toEntity(DocumentEntity) - Method in interface jakarta.nosql.mapping.document.DocumentEntityConverter
Similar to toEntity(Class, DocumentEntity), but search the instance type from DocumentEntity.getName()
toEntity(Class<T>, ColumnEntity) - Method in interface jakarta.nosql.mapping.column.ColumnEntityConverter
Converts a ColumnEntity to entity
toEntity(Class<T>, DocumentEntity) - Method in interface jakarta.nosql.mapping.document.DocumentEntityConverter
Converts a DocumentEntity to entity
toEntity(Class<T>, KeyValueEntity) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityConverter
Converts a KeyValueEntity to entity
toEntity(T, ColumnEntity) - Method in interface jakarta.nosql.mapping.column.ColumnEntityConverter
Converts a ColumnEntity to entity Instead of creating a new object is uses the instance used in this parameters
toEntity(T, DocumentEntity) - Method in interface jakarta.nosql.mapping.document.DocumentEntityConverter
Converts a DocumentEntity to entity Instead of creating a new object is uses the instance used in this parameters
toKeyValue(Object) - Method in interface jakarta.nosql.mapping.keyvalue.KeyValueEntityConverter
Converts the instance entity to KeyValueEntity
toMap() - Method in interface jakarta.nosql.column.ColumnEntity
Converts the columns to a Map where: the key is the name the column The value is the Value.get() of the map
toMap() - Method in interface jakarta.nosql.document.DocumentEntity
Converts the columns to a Map where: the key is the name the column The value is the Value.get() of the map
toMap() - Method in interface jakarta.nosql.Settings
Converts the settings to Map
toString() - Method in class jakarta.nosql.TypeReference
 
toString() - Method in class jakarta.nosql.TypeReferenceReaderDecorator
 
toString() - Method in class jakarta.nosql.ValueReaderDecorator
 
TypeReference<T> - Class in jakarta.nosql
This class is used to pass full generics type information, and avoid problems with type erasure
TypeReference() - Constructor for class jakarta.nosql.TypeReference
 
TypeReferenceReader - Interface in jakarta.nosql
The reader to TypeReference The Predicate verifies if the TypeReferenceReader has the support of instance from this class.
TypeReferenceReaderDecorator - Class in jakarta.nosql
Decorators of all TypeReferenceReader supported by Jakarta NoSQL
TypeReferenceReaderDecorator() - Constructor for class jakarta.nosql.TypeReferenceReaderDecorator
 
TypeSupplier<T> - Interface in jakarta.nosql
Represents a supplier of Type.

U

unmodifiable() - Method in interface jakarta.nosql.mapping.Pagination
Returns a pagination instance that is read-only, in other words, that is not allowed to use the Pagination.next().
update(ColumnEntity) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Updates a Column family entity
update(DocumentEntity) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Updates an entity
update(Iterable<ColumnEntity>) - Method in interface jakarta.nosql.column.ColumnFamilyManager
Updates a Column family entities, by default it's just run for each saving using ColumnFamilyManager.update(ColumnEntity), each NoSQL vendor might replace to a more appropriate one.
update(Iterable<DocumentEntity>) - Method in interface jakarta.nosql.document.DocumentCollectionManager
Updates documents collection entity, by default it's just run for each saving using DocumentCollectionManager.update(DocumentEntity), each NoSQL vendor might replace to a more appropriate one.
update(Iterable<T>) - Method in interface jakarta.nosql.mapping.Template
Saves entity, by default it's just run for each saving using Template.update(Object)}, each NoSQL vendor might replace to a more appropriate one.
update(T) - Method in interface jakarta.nosql.mapping.Template
Updates an entity
UpdateQuery - Interface in jakarta.nosql.query
Updating an entity is done using an UPDATE statement.
UpdateQuery.UpdateQueryProvider - Interface in jakarta.nosql.query
A provider to UpdateQuery
USER - jakarta.nosql.Configurations
to set a user in a NoSQL database

V

value() - Method in annotation type jakarta.nosql.mapping.Column
(Optional) The name of the column.
value() - Method in annotation type jakarta.nosql.mapping.Convert
The converter
value() - Method in annotation type jakarta.nosql.mapping.Database
Defines the type on qualifier
value() - Method in annotation type jakarta.nosql.mapping.Entity
The name of an entity.
value() - Method in annotation type jakarta.nosql.mapping.Id
 
value() - Method in annotation type jakarta.nosql.mapping.Param
 
value() - Method in annotation type jakarta.nosql.mapping.Query
 
Value - Interface in jakarta.nosql
This interface represents the value that will be storage in the database.
Value.ValueProvider - Interface in jakarta.nosql
A provider that creates a Value instance from an object
valueOf(String) - Static method in enum jakarta.nosql.Condition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.nosql.Configurations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.nosql.mapping.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.nosql.query.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.nosql.query.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum jakarta.nosql.SortType
Returns the enum constant of this type with the specified name.
ValueReader - Interface in jakarta.nosql
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.
ValueReaderDecorator - Class in jakarta.nosql
Decorators of all ValueReader supported by Jakarta NoSQL
ValueReaderDecorator() - Constructor for class jakarta.nosql.ValueReaderDecorator
 
values() - Static method in enum jakarta.nosql.Condition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.nosql.Configurations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.nosql.mapping.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.nosql.query.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.nosql.query.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum jakarta.nosql.SortType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Enum in jakarta.nosql.query
The value type
ValueWriter<T,​S> - Interface in jakarta.nosql
To put your own Java Structure in NoSQL database is necessary convert it to a supported one.

W

where(ColumnCondition) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteQueryBuilder
Either add or replace the condition in the query.
where(ColumnCondition) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnQueryBuilder
Either add or replace the condition in the query.
where(DocumentCondition) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteQueryBuilder
Either add or replace the condition in the query.
where(DocumentCondition) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentQueryBuilder
Either add or replace the condition in the query.
where(String) - Method in interface jakarta.nosql.column.ColumnDeleteQuery.ColumnDeleteFrom
Starts a new condition defining the column name
where(String) - Method in interface jakarta.nosql.column.ColumnQuery.ColumnFrom
Starts a new condition defining the column name
where(String) - Method in interface jakarta.nosql.document.DocumentDeleteQuery.DocumentDeleteFrom
Starts a new condition defining the column name
where(String) - Method in interface jakarta.nosql.document.DocumentQuery.DocumentFrom
Starts a new condition defining the column name
where(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperDeleteFrom
Starts a new condition defining the column name
where(String) - Method in interface jakarta.nosql.mapping.column.ColumnQueryMapper.ColumnMapperFrom
Starts a new condition defining the column name
where(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperDeleteFrom
Starts a new condition defining the column name
where(String) - Method in interface jakarta.nosql.mapping.document.DocumentQueryMapper.DocumentMapperFrom
Starts a new condition defining the column name
Where - Interface in jakarta.nosql.query
The WHERE clause specifies a filter to the result.
write(T) - Method in interface jakarta.nosql.ValueWriter
Converts a specific structure to a new one.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages