单项选择题

在注解风格的MyBatis中如果需要获取数据库厂商自动生成的主键值,需要使用什么注解?()

A.@SelectKey
B.@Options(useGeneratedKeys=true)
C.@useGeneratedKeys
D.@insertKey

相关考题