All Classes and Interfaces

Class
Description
Specify the mapped column for a persistent property or field.
Template specialization for Column-Family or Wide-Column databases.
Template specialization for Document-oriented databases.
Specifies that the class is an entity.
Specifies the mapped field of an entity is the entity’s ID, or the Key in Key-Value databases.
Template specialization for Key-Value databases.
The root exception to Mapping layer
Represents a precompiled Query statement.
This interface holds the interfaces that compose the Fluent API for selecting and deleting NoSQL entities.
Represents the first step in the delete query fluent API
Represents a delete condition based on a column name
Represents a NOT delete condition in the delete query fluent API
Represents the last step of the delete query fluent API execution
Represents a step where it's possible to perform a logical conjunction or disjunction adding one more delete condition or end up performing the built query
Represents the first step in the query fluent API
Represents the step in the query fluent API where it's possible to define the maximum number of results to retrieve or to perform the query execution
Represents a condition based on a column name
Represents the step in the query fluent API where it's possible to: define the order of the results or define the position of the first result or define the maximum number of results to retrieve or to perform the query execution
Represents a NOT condition in the delete query fluent API
Represents the step in the query fluent API where it's possible to define the order of the results or to perform the query execution
Represents the last step of the query fluent API execution
Represents the step in the query fluent API where it's possible to define the position of the first result to retrieve or to perform the query execution
Represents a step where it's possible to: Create a new condition performing logical conjunction (AND) by giving a column name Or create a new condition performing logical disjunction (OR) by giving a column name Or define the position of the first result Or define the maximum number of results to retrieve Or define the order of the results Or to perform the query execution
Templates are a helper class that increases productivity when performing common NoSQL operations.