Class DbAction.AcquireLockAllRoot<T>

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

public static final class DbAction.AcquireLockAllRoot<T> extends Object implements DbAction<T>
Represents an acquire lock statement for all aggregate roots of a given type.