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

com.github.andyshaox.jdbc.SqlExecution Maven / Gradle / Ivy

There is a newer version: 3.2.10.RELEASE
Show newest version
package com.github.andyshaox.jdbc;

import java.lang.reflect.Method;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) Mar 9, 2016
* Encoding:UNIX UTF-8 * * @author Andy.Shao * */ public interface SqlExecution { Object invoke(Dao dao , Method processMethod , String excutableSql , Object... args); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy