Uses of Interface
jakarta.nosql.QueryMapper.MapperDeleteNameCondition
-
Uses of QueryMapper.MapperDeleteNameCondition in jakarta.nosql
Subinterfaces of QueryMapper.MapperDeleteNameCondition in jakarta.nosqlModifier and TypeInterfaceDescriptionstatic interface
Represents a NOT delete condition in the delete query fluent API.Methods in jakarta.nosql that return QueryMapper.MapperDeleteNameConditionModifier and TypeMethodDescriptionCreate a new delete condition performing logical conjunction (AND) by specifying a column name.Create a new delete condition performing logical disjunction (OR) by specifying a column name.Starts a new delete condition by specifying a column name.