Defines the strategies for how fields of an embeddable
class are stored in the database.
Thrown by the persistence provider when a problem occurs.
Query represents a string-based query
execution interface used in Jakarta NoSQL.
Represents the first step in the delete query fluent API.
Represents a delete condition based on a column name in
the fluent delete API.
Represents a NOT delete condition in the delete query
fluent API.
Represents the final execution step of the delete query
fluent API.
Represents a step where it is possible to compose delete
conditions using logical conjunctions or disjunctions, or
execute the built delete query.
Represents the initial step of the fluent query API.
Represents the step in the fluent query API where the
maximum number of results has been defined and it is still
possible to further refine pagination or execute the
query.
Represents a predicate definition step based on a column
name in the fluent query API.
Represents the step in the fluent query API where result
ordering, pagination, or query execution can be defined.
Represents a NOT condition in the delete query fluent API.
Represents the step in the fluent query API where the sort
direction for a previously specified column is defined.
Represents the final execution step of the fluent query
API.
Represents the step in the fluent query API where the
position of the first result to retrieve has been defined
and it is still possible to further refine pagination or
execute the query.
Represents the first step in the update query fluent API.
Represents the predicate definition step of the fluent
update API.
Represents a NOT update condition in the fluent update
API.
Represents the final execution step of the update query
fluent API.
Represents the update assignment step of the fluent update
API.
Represents the value assignment step of the update fluent
API.
Represents the conditional composition step of the fluent
update API.
Represents the step in the fluent query API where
conditional composition, pagination, ordering, or query
execution can be defined.
A type-safe variant of
Query
that maps query results directly to the target type
T.