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

com.easy.query.api.proxy.entity.update.impl.EasyEntityUpdatable Maven / Gradle / Ivy

There is a newer version: 2.0.106
Show newest version
package com.easy.query.api.proxy.entity.update.impl;

import com.easy.query.api.proxy.entity.update.abstraction.AbstractEntityUpdatable;
import com.easy.query.core.basic.api.update.ClientEntityUpdatable;
import com.easy.query.core.proxy.ProxyEntity;

/**
 * create time 2023/12/7 16:37
 * 文件说明
 *
 * @author xuejiaming
 */
public class EasyEntityUpdatable, T> extends AbstractEntityUpdatable {
    public EasyEntityUpdatable(TProxy tProxy, ClientEntityUpdatable clientEntityUpdatable) {
        super(tProxy, clientEntityUpdatable);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy