What is the purpose of the @ManyToMany annotation in JPA?
What is the purpose of the @ManyToMany annotation in JPA? A) To map a many-to-many relationship between entities B) To map a one-to-one relationship between entities C) To configure database caching D) To define a foreign key relationship Answer: A) To map a many-to-many relationship between entities Explanation: The @ManyToMany annotation in JPA is used […]
What is the purpose of the @ManyToMany annotation in JPA? Read More »