public class DeleteRecord extends AbstractEntityRecord
EntityRecord.EntityRecordVisitor<V>INITIAL_VERSION| Constructor and Description |
|---|
DeleteRecord(PK pk,
String type,
long version) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
accept(EntityRecord.EntityRecordVisitor<V> visitor)
Accepts the record visitor which will build necessary data for further persistence processing.
|
void |
addRelationName(String... attr) |
Set<String> |
getRelationNames() |
String |
toString() |
getPK, getType, getVersionpublic <V> V accept(EntityRecord.EntityRecordVisitor<V> visitor)
EntityRecordpublic void addRelationName(String... attr)
Copyright © 2017 SAP SE. All Rights Reserved.