Interface DeleteSpecification<T>

Type Parameters:
T - The entity type which is the target of the mutation.
All Superinterfaces:
MutationSpecification<T>, QuerySpecification<T>

@Incubating public interface DeleteSpecification<T> extends MutationSpecification<T>
Specialization of MutationSpecification for programmatic customization of delete queries.

Since:
7.2