![JAR search and dependency download from the Maven repository](/logo.png)
com.github.andyshaox.jdbc.SqlAssembly Maven / Gradle / Ivy
package com.github.andyshaox.jdbc;
import java.lang.reflect.Method;
/**
*
* Title:
* Descript:
* Copyright: Copryright(c) Mar 10, 2016
* Encoding:UNIX UTF-8
*
* @author Andy.Shao
*
*/
public interface SqlAssembly {
public static final SqlAssembly DEFAUL = (dao , method , args) -> dao.getSqls().get(method).getSql();
String assemble(Dao dao , Method method , Object... args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy