Class DbAction.BatchWithValue<T,A extends DbAction<T>,B>

java.lang.Object
org.springframework.data.relational.core.conversion.DbAction.BatchWithValue<T,A,B>
Type Parameters:
T - type of the entity for which this represents a database interaction.
All Implemented Interfaces:
DbAction<T>
Direct Known Subclasses:
DbAction.BatchDelete, DbAction.BatchDeleteRoot, DbAction.BatchInsert, DbAction.BatchInsertRoot
Enclosing interface:
DbAction<T>

public abstract static class DbAction.BatchWithValue<T,A extends DbAction<T>,B> extends Object implements DbAction<T>
Represents a batch of DbAction that share a common value for a property of the action.
Since:
3.0
  • Method Details