Uses of Interface
jakarta.nosql.QueryMapper.MapperQueryBuild

  • Uses of QueryMapper.MapperQueryBuild in jakarta.nosql

    Modifier and Type
    Interface
    Description
    static interface 
    Represents the initial step of the fluent query API.
    static interface 
    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.
    static interface 
    Represents the step in the fluent query API where result ordering, pagination, or query execution can be defined.
    static interface 
    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.
    static interface 
    Represents the step in the fluent query API where conditional composition, pagination, ordering, or query execution can be defined.