单项选择题

A.@Entity必须配置,@Table可以省略
B.@Table必须配置,@Entity可以省略
C.@Entity和@Table都必须配置
D.@Entity和@Table都可以省略