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

com.anwen.mongo.conditions.update.ChainUpdate Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.conditions.update;

/**
 * 修改方法定义
 * @author JiaChaoYang
 * @date 2023/6/24/024 2:58
*/
public interface ChainUpdate {

    boolean update();

    boolean remove();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy