12、MapKey

@Documented@Retention(RetentionPolicy.RUNTIME)@Target(ElementType.METHOD)public @interface MapKey...~

阅读更多...

10、Lang

@Documented@Retention(RetentionPolicy.RUNTIME)@Target(ElementType.METHOD)public @interface Lang {...~

阅读更多...

9、Insert 类和InsertProvider 类

@Documented@Retention(RetentionPolicy.RUNTIME)@Target(ElementType.METHOD)public @interface Insert...~

阅读更多...

11、Many 类

@Documented@Retention(RetentionPolicy.RUNTIME)@Target({})public @interface Many { String select(...~

阅读更多...

13、Mapper类

@Documented@Inherited@Retention(RUNTIME)@Target({ TYPE, METHOD, FIELD, PARAMETER })public @interf...~

阅读更多...

5、Case类

Case类用于动态sql生成部分。@Documented@Retention(RetentionPolicy.RUNTIME)@Target({})public @interface Case ...~

阅读更多...

MyBatis注解 @CacheNamespace的用法解析

本文更新日期:2019年10月5日1、@CacheNamespace的源码分析@CacheNamespace注解主要用于mybatis二级缓存,等同于<cache>属性。默认情况下,...~

阅读更多...

MyBatis CacheNamespaceRef 类详细介绍

本文更新日期:2019年10月9日1、CacheNamespaceRef 源码Java里面没有指针,但是Java里面有引用,CacheNamespaceRef就是一个引用。它是谁的引用呢?请看源...~

阅读更多...

2、AutomapConstructor类

AutomapConstructor类,有点意思,看其注释:The marker annotation that indicate a constructor for automatic map...~

阅读更多...

1、Arg类

package org.apache.ibatis.annotations;Arg类的介绍:@Documented@Retention(RetentionPolicy.RUNTIME)@Targ...~

阅读更多...