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

cn.sylinx.hbatis.db.cache.CacheQuery Maven / Gradle / Ivy

There is a newer version: 2.0.0.RELEASE
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy