In a relationship mapping, which of the following annotations is used to indicate the join column?

7. In a relationship mapping, which of the following annotations is used to indicate the join column?

  1. @Join
  2. @Column
  3. @JoinColumn
  4. All of the above

Answer: C) @JoinColumn

Explanation:

@JoinColumn annotation is used to specify the join column in relationship mapping.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.