public static interface DatabaseClient.TypedDeleteSpec<T> extends DatabaseClient.DeleteSpec
DELETE options leading to the exchange.| Modifier and Type | Method and Description |
|---|---|
DatabaseClient.DeleteSpec |
matching(Criteria criteria)
Configure a filter
Criteria. |
DatabaseClient.TypedDeleteSpec<T> |
table(String tableName)
Use the given
tableName as delete target. |
fetch, thenDatabaseClient.TypedDeleteSpec<T> table(String tableName)
tableName as delete target.tableName - must not be null or empty.DatabaseClient.TypedDeleteSpec for further configuration of the delete. Guaranteed to be not null.DatabaseClient.DeleteSpec matching(Criteria criteria)
Criteria.criteria - must not be null.Copyright © 2018–2019 Pivotal Software, Inc.. All rights reserved.