Class DbAction.Insert<T>

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

public static class DbAction.Insert<T> extends Object implements DbAction.WithDependingOn<T>
Represents an insert statement for a single entity that is not the root of an aggregate.