What is foreign key in hibernate?
Answer / Deepak Kumar Rastogi
In Hibernate, a Foreign Key is a reference to the primary key of another entity that establishes a relationship between entities.
| Is This Answer Correct ? | 0 Yes | 0 No |
What inheritance mapping strategies are available in hibernate?
Define hibernate validator framework
How to implement joins in hibernate?
Difference between managed associations and hibernate associations?
What the benefits are of hibernate over jdbc?
What is hibernate connection pool_size?
What is the way to rollback transaction if something goes wrong using hibernate api?
How many layers are there in hibernate architecture?
How to configure hibernate second level cache using ehcache?
What is callback interface in hibernate?
What is light object mapping in hibernate?
How is hql query created?