public interface DeleteQuery<T extends DeleteQuery<T,U>,U>
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete all instances that match the query.
|
void |
deleteWithRelatedData()
Delete all instances and their related data that match the query.
|
Copyright © 2021 Flowable. All rights reserved.