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

cn.org.atool.fluent.mybatis.base.crud.IBaseUpdate Maven / Gradle / Ivy

There is a newer version: 1.9.9
Show newest version
package cn.org.atool.fluent.mybatis.base.crud;

import cn.org.atool.fluent.mybatis.base.IEntity;

/**
 * IEntityUpdate: 更新接口
 *
 * @param   对应的实体类
 * @param   更新器
 * @param  对应的嵌套查询器
 * @author darui.wu
 */
public interface IBaseUpdate<
    E extends IEntity,
    U extends IBaseUpdate,
    NQ extends IBaseQuery>
    extends IWrapper, IUpdate {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy