Class | Description |
---|---|
MapperScannerRegistrar |
A
ImportBeanDefinitionRegistrar to allow annotation configuration of MyBatis mapper scanning. |
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. |
Copyright © 2010–2020 MyBatis.org. All rights reserved.