Class DbAction.UpdateRoot<T>

java.lang.Object
org.springframework.data.relational.core.conversion.DbAction.UpdateRoot<T>
Type Parameters:
T - type of the entity for which this represents a database interaction.
All Implemented Interfaces:
DbAction<T>, DbAction.WithEntity<T>, DbAction.WithRoot<T>
Enclosing interface:
DbAction<T>

public static class DbAction.UpdateRoot<T> extends Object implements DbAction.WithRoot<T>
Represents an update statement for the aggregate root.