Uses of Interface
jakarta.nosql.QueryMapper.MapperNameCondition
-
Uses of QueryMapper.MapperNameCondition in jakarta.nosql
Subinterfaces of QueryMapper.MapperNameCondition in jakarta.nosqlModifier and TypeInterfaceDescriptionstatic interface
Represents a NOT condition in the delete query fluent API.Methods in jakarta.nosql that return QueryMapper.MapperNameConditionModifier and TypeMethodDescriptionCreate 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.Starts a new condition by specifying a column name.