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

com.javaoffers.batis.modelhelper.core.BaseSQLInfo Maven / Gradle / Ivy

There is a newer version: 3.5.11.12
Show newest version
package com.javaoffers.batis.modelhelper.core;

import java.util.List;
import java.util.Map;

public interface BaseSQLInfo {
    public String getSql();
    public List> getParams();
    public void resetSql(String sql);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy