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
package cn.sylinx.hbatis.db.cache;
import cn.sylinx.hbatis.db.common.DbQuery;
import cn.sylinx.hbatis.db.common.MapperQuery;
import cn.sylinx.hbatis.db.common.ObjectQuery;
/**
* 缓存查询支持接口
* @author han
*
*/
public interface CacheQuery extends DbQuery, MapperQuery, ObjectQuery {
}