public interface Remove<T extends Pojo> extends DataModifyingStatement<T>
DEFAULT_STATUS_FAILURE, DEFAULT_STATUS_SUCCESS
Modifier and Type | Method and Description |
---|---|
int |
apply()
Applies this remove operation.
|
void |
where(Expression where)
Boolean expression in order to restrict the set of records to be removed
from storage.
|
getRawDuplicate
void where(Expression where)
where
- The boolean expression.int apply()
apply
in interface DataModifyingStatement<T extends Pojo>
StorageException
- if this operation failsCopyright © 2017. All rights reserved.