Uses of Interface
jakarta.nosql.query.Condition
-
-
Uses of Condition in jakarta.nosql.query
Methods in jakarta.nosql.query that return Condition Modifier and Type Method Description Condition
Where. getCondition()
The conditionMethods in jakarta.nosql.query that return types with arguments of type Condition Modifier and Type Method Description List<Condition>
InsertQuery. getConditions()
The list of changes as conditions.List<Condition>
UpdateQuery. getConditions()
The list of changes as conditions.
-