Uses of Interface
jakarta.nosql.QueryMapper.MapperQueryBuild

  • Uses of QueryMapper.MapperQueryBuild in jakarta.nosql

    Modifier and Type
    Interface
    Description
    static interface 
    Represents the first step in the query fluent API.
    static interface 
    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.
    static interface 
    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.
    static interface 
    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.
    static interface 
    Represents a step where it's possible to: Create a new condition performing logical conjunction (AND) by specifying a column name Create a new condition performing logical disjunction (OR) by specifying a column name Define the position of the first result Define the maximum number of results to retrieve Define the order of the results Perform the query execution