public static interface DbAction.WithEntity<T> extends DbAction<T>
DbAction
that stores the information of a single entity in the database.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>, DbAction.WithVersion
Modifier and Type | Method and Description |
---|---|
T |
getEntity() |
default Class<T> |
getEntityType() |
doExecuteWith, executeWith
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.