
com.easy.query.api.proxy.entity.update.EntityOnlyUpdatable Maven / Gradle / Ivy
package com.easy.query.api.proxy.entity.update;
import com.easy.query.core.basic.api.internal.SQLExecuteStrategy;
import com.easy.query.core.basic.api.update.ClientEntityUpdatable;
import com.easy.query.core.basic.api.update.Updatable;
import com.easy.query.core.proxy.ProxyEntity;
/**
* create time 2024/5/19 09:03
* 文件说明
*
* @author xuejiaming
*/
public interface EntityOnlyUpdatable extends Updatable>, SQLExecuteStrategy> {
ClientEntityUpdatable getClientUpdate();
> EntityUpdatable useProxy(TProxy proxy);
default String toSQL(Object entity) {
return getClientUpdate().toSQL(entity);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy