Interface DbAction.WithDependingOn<T>

All Superinterfaces:
DbAction<T>, DbAction.WithEntity<T>, DbAction.WithPropertyPath<T>
All Known Implementing Classes:
DbAction.Insert
Enclosing interface:
DbAction<T>

public static interface DbAction.WithDependingOn<T> extends DbAction.WithPropertyPath<T>, DbAction.WithEntity<T>
An action depending on another action for providing additional information like the id of a parent entity.
Author:
Jens Schauder