T - type of the entity for which this represents a database interaction.public static final class DbAction.DeleteRoot<T> extends Object implements DbAction<T>
Note that deletes for contained entities that reference the root are to be represented by separate
DbActions.
DbAction.AcquireLockAllRoot<T>, DbAction.AcquireLockRoot<T>, DbAction.Delete<T>, DbAction.DeleteAll<T>, DbAction.DeleteAllRoot<T>, DbAction.DeleteRoot<T>, DbAction.Insert<T>, DbAction.InsertRoot<T>, DbAction.Merge<T>, DbAction.Update<T>, DbAction.UpdateRoot<T>, DbAction.WithDependingOn<T>, DbAction.WithEntity<T>, DbAction.WithGeneratedId<T>, DbAction.WithPropertyPath<T>| Constructor and Description |
|---|
DeleteRoot(Object id,
Class<T> entityType,
Number previousVersion) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getEntityType() |
Object |
getId() |
Number |
getPreviousVersion() |
String |
toString() |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.