MyBatis插件實現(xiàn)日記

MyBatis提供了一個 interceptor

public interface Interceptor {
    Object intercept(Invocation var1) throws Throwable;

    Object plugin(Object var1); //注冊插件

    void setProperties(Properties var1);
}

插件需要使用 Intercepts 注解, Signature 描述攔截的方法簽名, 如:

@Intercepts({@Signature(
    type = Executor.class,
    method = "query",
    args = {MappedStatement.class, Object.class, RowBounds.class, ResultHandler.class}
), @Signature(
    type = Executor.class,
    method = "query",
    args = {MappedStatement.class, Object.class, RowBounds.class, ResultHandler.class, CacheKey.class, BoundSql.class}
)})

這里攔截 Executor的查詢方法[四個參數(shù)和六個參數(shù)].

MyBatis Mapper接口使用jdk動態(tài)代理 具體類為 MapperProxyFactory:

public class MapperProxyFactory<T> {
    private final Class<T> mapperInterface;
    private final Map<Method, MapperMethod> methodCache = new ConcurrentHashMap();

    public MapperProxyFactory(Class<T> mapperInterface) {
        this.mapperInterface = mapperInterface;
    }

    public Class<T> getMapperInterface() {
        return this.mapperInterface;
    }

    public Map<Method, MapperMethod> getMethodCache() {
        return this.methodCache;
    }

    protected T newInstance(MapperProxy<T> mapperProxy) {
        return Proxy.newProxyInstance(this.mapperInterface.getClassLoader(), new Class[]{this.mapperInterface}, mapperProxy);
    }

    public T newInstance(SqlSession sqlSession) {
        MapperProxy mapperProxy = new MapperProxy(sqlSession, this.mapperInterface, this.methodCache);
        return this.newInstance(mapperProxy);
    }
}

通過 MapperProxyFactory可以獲取具體的Mapper然后調(diào)用接口方法.執(zhí)行數(shù)據(jù)庫操作

流程為:
SqlSessionFactory得到 SqlSession 然后獲得 Configuration 然后 獲取Mapper :

public <T> T getMapper(Class<T> type) {
    return this.configuration.getMapper(type, this);
}

//Configuration
public <T> T getMapper(Class<T> type, SqlSession sqlSession) {
    return this.mapperRegistry.getMapper(type, sqlSession);
}
//MapperRegistry
public <T> T getMapper(Class<T> type, SqlSession sqlSession) {
    MapperProxyFactory mapperProxyFactory = (MapperProxyFactory)this.knownMappers.get(type);
    if(mapperProxyFactory == null) {
        throw new BindingException("Type " + type + " is not known to the MapperRegistry.");
    } else {
        try {
            return mapperProxyFactory.newInstance(sqlSession);
        } catch (Exception var5) {
            throw new BindingException("Error getting mapper instance. Cause: " + var5, var5);
        }
    }
}
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市炫隶,隨后出現(xiàn)的幾起案子品姓,更是在濱河造成了極大的恐慌扳剿,老刑警劉巖峦甩,帶你破解...
    沈念sama閱讀 206,126評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件枉疼,死亡現(xiàn)場離奇詭異润讥,居然都是意外死亡膘盖,警方通過查閱死者的電腦和手機(jī)胧弛,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,254評論 2 382
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來侠畔,“玉大人叶圃,你說我怎么就攤上這事〖迹” “怎么了掺冠?”我有些...
    開封第一講書人閱讀 152,445評論 0 341
  • 文/不壞的土叔 我叫張陵,是天一觀的道長码党。 經(jīng)常有香客問我德崭,道長,這世上最難降的妖魔是什么揖盘? 我笑而不...
    開封第一講書人閱讀 55,185評論 1 278
  • 正文 為了忘掉前任眉厨,我火速辦了婚禮,結(jié)果婚禮上兽狭,老公的妹妹穿的比我還像新娘憾股。我一直安慰自己,他們只是感情好箕慧,可當(dāng)我...
    茶點故事閱讀 64,178評論 5 371
  • 文/花漫 我一把揭開白布服球。 她就那樣靜靜地躺著,像睡著了一般颠焦。 火紅的嫁衣襯著肌膚如雪斩熊。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 48,970評論 1 284
  • 那天伐庭,我揣著相機(jī)與錄音粉渠,去河邊找鬼分冈。 笑死,一個胖子當(dāng)著我的面吹牛霸株,可吹牛的內(nèi)容都是我干的雕沉。 我是一名探鬼主播,決...
    沈念sama閱讀 38,276評論 3 399
  • 文/蒼蘭香墨 我猛地睜開眼去件,長吁一口氣:“原來是場噩夢啊……” “哼坡椒!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起箫攀,我...
    開封第一講書人閱讀 36,927評論 0 259
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎幼衰,沒想到半個月后靴跛,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 43,400評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡渡嚣,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 35,883評論 2 323
  • 正文 我和宋清朗相戀三年梢睛,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片识椰。...
    茶點故事閱讀 37,997評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡绝葡,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出腹鹉,到底是詐尸還是另有隱情藏畅,我是刑警寧澤,帶...
    沈念sama閱讀 33,646評論 4 322
  • 正文 年R本政府宣布功咒,位于F島的核電站愉阎,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏力奋。R本人自食惡果不足惜榜旦,卻給世界環(huán)境...
    茶點故事閱讀 39,213評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望景殷。 院中可真熱鬧溅呢,春花似錦、人聲如沸猿挚。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,204評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽绩蜻。三九已至休偶,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間辜羊,已是汗流浹背踏兜。 一陣腳步聲響...
    開封第一講書人閱讀 31,423評論 1 260
  • 我被黑心中介騙來泰國打工词顾, 沒想到剛下飛機(jī)就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人碱妆。 一個月前我還...
    沈念sama閱讀 45,423評論 2 352
  • 正文 我出身青樓肉盹,卻偏偏與公主長得像,于是被迫代替她去往敵國和親疹尾。 傳聞我的和親對象是個殘疾皇子上忍,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 42,722評論 2 345

推薦閱讀更多精彩內(nèi)容