What is mappedby in hibernate?
Answer / Upendra Kumar Awasthi
The mappedBy attribute in Hibernate is used when defining a relationship between two entities. It indicates that the foreign key for the relationship should be defined in the inverse side of the relationship, instead of the current entity.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between sorted collection and ordered collection, which one is better?
What is hibernate search?
What is the benefit of hibernate?
What is an example of a one to many relationship?
What are callback interfaces in hibernate?
What are the important benefits of using Hibernate Framework?
What is transaction management in hibernate?
What is session merge in hibernate?
What is composite key in hibernate?
What is discriminator in hibernate?
What is hibernate configuration file?
What is dirty checking in hibernate?