public interface DeleteStatements
| Modifier and Type | Method and Description |
|---|---|
ParameterisedStatement |
delete(Long id) |
ParameterisedStatement |
deleteAll(Collection<Long> ids) |
ParameterisedStatement |
deleteByType(String label) |
ParameterisedStatement |
purge() |
ParameterisedStatement delete(Long id)
ParameterisedStatement deleteAll(Collection<Long> ids)
ParameterisedStatement purge()
ParameterisedStatement deleteByType(String label)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.