com.mybaits.jpa.sql.split.ISqlMethodSplit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-jpa Show documentation
Show all versions of mybatis-jpa Show documentation
Mybaits JPA: a convenient development tool for mybatis puls
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);
}