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

com.github.restup.resource.operations.DeletableByQueryResource Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.restup.resource.operations;

import com.github.restup.annotations.operations.DeleteResourceByQuery;
import com.github.restup.service.model.request.DeleteRequest;
import com.github.restup.service.model.response.PersistenceResult;
import java.io.Serializable;
import java.util.List;

public interface DeletableByQueryResource {

    @DeleteResourceByQuery
    PersistenceResult>> deleteByQueryCriteria(DeleteRequest request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy