public static class StatementMapper.DeleteSpec extends Object
DELETE specification.| Modifier | Constructor and Description |
|---|---|
protected |
DeleteSpec(String table,
Criteria criteria) |
| Modifier and Type | Method and Description |
|---|---|
static StatementMapper.DeleteSpec |
create(String table)
Create an
DELETE specification for table. |
Criteria |
getCriteria() |
String |
getTable() |
StatementMapper.DeleteSpec |
withCriteria(Criteria criteria)
Associate a
Criteria with the delete and return a new StatementMapper.DeleteSpec. |
public static StatementMapper.DeleteSpec create(String table)
DELETE specification for table.table - StatementMapper.DeleteSpec.public StatementMapper.DeleteSpec withCriteria(Criteria criteria)
Criteria with the delete and return a new StatementMapper.DeleteSpec.criteria - StatementMapper.DeleteSpec.public String getTable()
Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.