Uses of Interface
jakarta.nosql.query.JSONQueryValue
-
-
Uses of JSONQueryValue in jakarta.nosql.query
Methods in jakarta.nosql.query that return types with arguments of type JSONQueryValue Modifier and Type Method Description Optional<JSONQueryValue>
InsertQuery. getValue()
Returns the value to insert when the query uses JSON value instead of Conditions.Optional<JSONQueryValue>
UpdateQuery. getValue()
Returns the value to update when the query uses JSON value instead of Conditions.
-