Class MapperAnnotationBuilder.AnnotationWrapper
- java.lang.Object
-
- org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
-
- Enclosing class:
- MapperAnnotationBuilder
private class MapperAnnotationBuilder.AnnotationWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.annotation.Annotation
annotation
private java.lang.String
databaseId
private SqlCommandType
sqlCommandType
-
Constructor Summary
Constructors Constructor Description AnnotationWrapper(java.lang.annotation.Annotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.annotation.Annotation
getAnnotation()
(package private) java.lang.String
getDatabaseId()
(package private) SqlCommandType
getSqlCommandType()
-
-
-
Field Detail
-
annotation
private final java.lang.annotation.Annotation annotation
-
databaseId
private final java.lang.String databaseId
-
sqlCommandType
private final SqlCommandType sqlCommandType
-
-
Method Detail
-
getAnnotation
java.lang.annotation.Annotation getAnnotation()
-
getSqlCommandType
SqlCommandType getSqlCommandType()
-
getDatabaseId
java.lang.String getDatabaseId()
-
-