下列关于 MyBatis 中默认的常见 Java 类型的别名, 正确的是
映射类型为 byte,则别名为 Byte
映射类型为 Byte,则别名为 Byte
映射类型为 String,则别名为 string
映射类型为 Date,则别名为 Date