Given the following entity class:
11. @Entity public class Customer)
12. @ld private int id;
13. private transient String name;
14. private Java. math. BigDecimal grossAmmount;
15.}
Which mapping annotation can be added to the fields of this entity?
A.
@Columntothe name field
B.
@Embeddedldto theid field
C.
@Basictothe grossAmmountfield
D.
@JoinColumnstothe grossAmmount field