- 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(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).
- 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.
- 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
- Configurations - Enum in jakarta.nosql
-
This enum contains all the commons configurations that might be used to the NoSQL databases.
- 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
-
- convert(TypeSupplier<T>, Object) - Method in class jakarta.nosql.TypeReferenceReaderDecorator
-