Interface DeleteBuilder.DeleteWhereAndOr
- All Superinterfaces:
DeleteBuilder.BuildDelete
- Enclosing interface:
DeleteBuilder
- Since:
- 1.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface DeleteBuilder.BuildDelete
build
-
Method Details
-
and
- Parameters:
condition- the condition, must not be null.- Returns:
thisbuilder.- See Also:
-
or
- Parameters:
condition- the condition, must not be null.- Returns:
thisbuilder.- See Also:
-