Class DbAction.BatchInsertRoot<T>
java.lang.Object
org.springframework.data.relational.core.conversion.DbAction.BatchWithValue<T, DbAction.InsertRoot<T>, IdValueSource>
org.springframework.data.relational.core.conversion.DbAction.BatchInsertRoot<T>
- Type Parameters:
T- type of the entity for which this represents a database interaction.
- All Implemented Interfaces:
DbAction<T>
public static final class DbAction.BatchInsertRoot<T>
extends DbAction.BatchWithValue<T, DbAction.InsertRoot<T>, IdValueSource>
Represents a batch insert statement for a multiple entities that are aggregate roots.
- Since:
- 3.0
- Author:
- Jens Schauder, Mark Paluch, Tyler Van Gorder, Myeonghyeon Lee, 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> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DbAction.BatchWithValue
getActions, getBatchValue, getEntityType, toString
-
Constructor Details
-
BatchInsertRoot
-