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 in bulk.
|
void delete()
void deleteWithRelatedData()
Copyright © 2022 Flowable. All rights reserved.