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