Package org.mybatis.spring.annotation

Contains MyBatis annotations
  • Class Summary
    Class Description
    MapperScannerRegistrar
    A ImportBeanDefinitionRegistrar to allow annotation configuration of MyBatis mapper scanning.
  • Annotation Types Summary
    Annotation Type Description
    MapperScan
    Use this annotation to register MyBatis mapper interfaces when using Java Config.
    MapperScans
    The Container annotation that aggregates several MapperScan annotations.