Which mapping annotation can be added to the fields of this entity?

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?

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *