cn.sylinx.hbatis.db.cache.CacheQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hbatis-core Show documentation
Show all versions of hbatis-core Show documentation
hbatis is a simple orm framework
The newest version!
package cn.sylinx.hbatis.db.cache;
import java.util.List;
import java.util.Map;
import cn.sylinx.hbatis.db.common.DbQuery;
import cn.sylinx.hbatis.db.common.MapperQuery;
import cn.sylinx.hbatis.db.common.ObjectQuery;
import cn.sylinx.hbatis.db.common.Record;
import cn.sylinx.hbatis.ext.res.ClasspathSqlResource;
/**
* 缓存查询支持接口
* @author han
*
*/
public interface CacheQuery extends DbQuery, MapperQuery, ObjectQuery {
/**
* 查询Map列表
*
* @param sqlId
* @param params
* @return
*/
public List