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

com.dexcoder.dal.batis.build.SqlSource Maven / Gradle / Ivy

package com.dexcoder.dal.batis.build;

/**
 * Created by liyd on 2015-11-25.
 */
public interface SqlSource {

    BatisBoundSql getBoundSql(Object parameterObject);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy