Class MapperAnnotationBuilder.AnnotationWrapper

java.lang.Object
org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.AnnotationWrapper
Enclosing class:
MapperAnnotationBuilder

private static class MapperAnnotationBuilder.AnnotationWrapper extends Object
  • Field Details

    • annotation

      private final Annotation annotation
    • databaseId

      private final String databaseId
    • sqlCommandType

      private final SqlCommandType sqlCommandType
    • dirtySelect

      private boolean dirtySelect
  • Constructor Details

    • AnnotationWrapper

      AnnotationWrapper(Annotation annotation)
  • Method Details

    • getAnnotation

      Annotation getAnnotation()
    • getSqlCommandType

      SqlCommandType getSqlCommandType()
    • getDatabaseId

      String getDatabaseId()
    • isDirtySelect

      boolean isDirtySelect()