Class MapperAnnotationBuilder.AnnotationWrapper
- java.lang.Object
-
- org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
-
- Enclosing class:
- MapperAnnotationBuilder
private static class MapperAnnotationBuilder.AnnotationWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.annotation.Annotationannotationprivate java.lang.StringdatabaseIdprivate booleandirtySelectprivate SqlCommandTypesqlCommandType
-
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.AnnotationgetAnnotation()(package private) java.lang.StringgetDatabaseId()(package private) SqlCommandTypegetSqlCommandType()(package private) booleanisDirtySelect()
-
-
-
Field Detail
-
annotation
private final java.lang.annotation.Annotation annotation
-
databaseId
private final java.lang.String databaseId
-
sqlCommandType
private final SqlCommandType sqlCommandType
-
dirtySelect
private boolean dirtySelect
-
-
Method Detail
-
getAnnotation
java.lang.annotation.Annotation getAnnotation()
-
getSqlCommandType
SqlCommandType getSqlCommandType()
-
getDatabaseId
java.lang.String getDatabaseId()
-
isDirtySelect
boolean isDirtySelect()
-
-