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

com.mybaits.jpa.sql.split.ISqlMethodSplit Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package com.mybaits.jpa.sql.split;

import java.util.List;

/**
 * Created by Administrator on 2019/12/20 0020.
 */
public interface ISqlMethodSplit {


    public List sqlMethodSplit(List attributes);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy