Interface DbAction.WithRoot<T>
- All Superinterfaces:
DbAction<T>, DbAction.WithEntity<T>
- All Known Implementing Classes:
DbAction.InsertRoot, DbAction.UpdateRoot
A
DbAction pertaining to the root on an aggregate.- Author:
- Chirag Tailor
-
Nested Class Summary
Nested classes/interfaces inherited from interface DbAction
DbAction.AcquireLockAllRoot<T>, DbAction.AcquireLockRoot<T>, DbAction.BatchDelete<T>, DbAction.BatchDeleteRoot<T>, DbAction.BatchInsert<T>, DbAction.BatchInsertRoot<T>, DbAction.BatchWithValue<T,A, B>, DbAction.Delete<T>, DbAction.DeleteAll<T>, DbAction.DeleteAllRoot<T>, DbAction.DeleteRoot<T>, DbAction.Insert<T>, DbAction.InsertRoot<T>, DbAction.UpdateRoot<T>, DbAction.WithDependingOn<T>, DbAction.WithEntity<T>, DbAction.WithPropertyPath<T>, DbAction.WithRoot<T> -
Method Summary
Methods inherited from interface DbAction.WithEntity
entity, getEntityType, idValueSource
-
Method Details
-
setEntity
- Parameters:
entity- the entity to persist. Must not benull.
-