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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy