Final AIO Help

补全

提供MyBatis代码补全功能,如:

Property

<resultMap>子标签<id><result>property属性

MyBatis completion property

JdbcType

<resultMap>子标签<id><result>jdbcType属性

MyBatis completion jdbcType

Test

<if><when>标签中的 test 属性

  • 扩展

    • 时间字段且以 start 开始: null != {startProperty} and null != {endProperty}

    • 枚举字段: null != {property} and {property} == @{enumClass}@{enumConstant} (#112)

MyBatis completion test
23 November 2025