
cn.sylinx.hbatis.db.cache.CacheQuery Maven / Gradle / Ivy
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 {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy