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

com.easy.query.api.proxy.entity.insert.EntityInsertable Maven / Gradle / Ivy

package com.easy.query.api.proxy.entity.insert;

import com.easy.query.api.proxy.entity.insert.extension.ProxyColumnConfigurer;
import com.easy.query.api.proxy.internal.ProxyEntityConflictThenable;
import com.easy.query.api.proxy.internal.ProxyEntityOnDuplicateKeyUpdate;
import com.easy.query.core.basic.api.insert.Insertable;
import com.easy.query.core.expression.lambda.SQLExpression1;
import com.easy.query.core.expression.lambda.SQLExpression2;
import com.easy.query.core.proxy.ProxyEntity;

import java.util.Collection;

/**
 * create time 2023/12/7 13:17
 * 文件说明
 *
 * @author xuejiaming
 */
public interface EntityInsertable, T> extends Insertable>
        , ProxyEntityOnDuplicateKeyUpdate>
        , ProxyEntityConflictThenable> {
    @Override
    EntityInsertable insert(T entity);

    @Override
    EntityInsertable insert(Collection entities);


    EntityInsertable columnConfigure(SQLExpression2> columnConfigureExpression);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy