Class MapperAnnotationBuilder.AnnotationWrapper
java.lang.Object
org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
- Enclosing class:
MapperAnnotationBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Annotation
private final String
private final SqlCommandType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Annotation
(package private) String
(package private) SqlCommandType
-
Field Details
-
annotation
-
databaseId
-
sqlCommandType
-
-
Constructor Details
-
AnnotationWrapper
AnnotationWrapper(Annotation annotation)
-
-
Method Details
-
getAnnotation
Annotation getAnnotation() -
getSqlCommandType
SqlCommandType getSqlCommandType() -
getDatabaseId
String getDatabaseId()
-