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

com.easy.query.api4j.insert.EntityInsertable Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
package com.easy.query.api4j.insert;

import com.easy.query.api4j.internal.SQL4JOnDuplicateKeyUpdate;
import com.easy.query.api4j.sql.SQLColumnConfigurer;
import com.easy.query.core.basic.api.insert.Insertable;
import com.easy.query.core.expression.lambda.SQLExpression1;

import java.util.Collection;

/**
 * create time 2023/6/2 16:14
 * 文件说明
 *
 * @author xuejiaming
 */
public interface EntityInsertable extends Insertable>, SQL4JOnDuplicateKeyUpdate> {
    @Override
    EntityInsertable insert(T entity);

    @Override
    EntityInsertable insert(Collection entities);


    EntityInsertable columnConfigure(SQLExpression1> columnConfigureExpression);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy