com.github.fosin.cdp.mvc.service.IDeleteService Maven / Gradle / Ivy
package com.github.fosin.cdp.mvc.service;
import java.io.Serializable;
import java.util.Collection;
/**
* 2017/12/29.
* Time:12:37
*
* @author fosin
*/
public interface IDeleteService extends IService {
E delete(ID id);
Collection delete(E entity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy