All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.querydsl.core.dml.ReactiveDeleteClause Maven / Gradle / Ivy

There is a newer version: 6.8
Show newest version
package com.querydsl.core.dml;

/**
 * {@code ReactiveDeleteClause} defines a generic interface for Delete clauses
 *
 * @param  concrete subtype
 */
public interface ReactiveDeleteClause>
    extends ReactiveDMLClause, ReactiveFilteredClause {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy