public static interface DbAction.WithPropertyPath<T> extends DbAction<T>
DbAction
not operation on the root of an aggregate but on its contained entities.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 |
---|---|
default Class<T> |
getEntityType() |
PersistentPropertyPath<RelationalPersistentProperty> |
getPropertyPath() |
doExecuteWith, executeWith
PersistentPropertyPath<RelationalPersistentProperty> getPropertyPath()
default Class<T> getEntityType()
getEntityType
in interface DbAction<T>
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.