Package jakarta.nosql

Interface QueryMapper.MapperWhere

All Superinterfaces:
QueryMapper.MapperQueryBuild
Enclosing interface:
QueryMapper

public static interface QueryMapper.MapperWhere extends QueryMapper.MapperQueryBuild
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