Questão de Java
Considering the object-relational mapping for the Product class, which annotation should be used to represent a many-to-one relationship?
A
A @OneToOne annotation should be used to represent a many-to-one relationship.
B
A @OneToMany annotation should be used to represent a many-to-one relationship.
C
A @ManyToOne annotation should be used to represent a many-to-one relationship.
D
A @ManyToMany annotation should be used to represent a many-to-one relationship.
Comentários
Ainda não há comentários para esta questão.
Seja o primeiro a comentar!