Interface DbAction.WithPropertyPath<T>

All Superinterfaces:
DbAction<T>
All Known Subinterfaces:
DbAction.WithDependingOn<T>
All Known Implementing Classes:
DbAction.Delete, DbAction.DeleteAll, DbAction.Insert
Enclosing interface:
DbAction<T>

public static interface DbAction.WithPropertyPath<T> extends DbAction<T>
A DbAction not operation on the root of an aggregate but on its contained entities.
Author:
Jens Schauder