org.tenio.interstellar.dao.mybatis.SqlTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of interstellar-ext-mybatis Show documentation
Show all versions of interstellar-ext-mybatis Show documentation
provide mybatis dao function api for develement
The newest version!
package org.tenio.interstellar.dao.mybatis;
import java.util.Map;
/**
* TODO
*
* @author: Ban Tenio
* @version: 1.0
*/
public interface SqlTemplate {
/**
* TODO
*
* @param templateFlag TODO
* @param params TODO
* @return TODO
*/
String executeSqlTemplate(String templateFlag, Map params);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy