Uses of Interface
jakarta.nosql.query.Where
-
-
Uses of Where in jakarta.nosql.query
Methods in jakarta.nosql.query that return types with arguments of type Where Modifier and Type Method Description Optional<Where>
DeleteQuery. getWhere()
The condition at thisDeleteQuery
, if the Where is empty that means will delete the whole entities.Optional<Where>
SelectQuery. getWhere()
The condition at thisSelectQuery
, if the Where is empty that means may retrieve the whole entities.
-