Online Notes
Hibernate

How many types of association mapping are possible in hibernate?

There can be 4 types of association mapping in hibernate.

  1. One to One
  2. One to Many
  3. Many to One
  4. Many to Many

Related posts

  • What is HQL?
  • What are the core interfaces of Hibernate?
  • What is ORM?
  • Define persistent classes?
  • What is hibernate?
  • What are the key components of Hibernate?

Recent Hibernate Snippets

  • Simple POJO Example – Employee
  • Hibernate Example Configuration File — hibernate.cfg.xml

Recent Hibernate Questions

  • How many types of association mapping are possible in hibernate?
  • Define persistent classes?
  • What is HQL?
  • What are the key components of Hibernate?
  • What are the core interfaces of Hibernate?
  • What is ORM?
  • What is hibernate?

Recent Snippets

  • How to Install Angular on Ubuntu (18.04 & 16.04)
  • Install Node.js in Ubuntu
  • Angular CLI & Troubleshooting
  • Simple POJO Example - Employee
  • Hibernate Example Configuration File — hibernate.cfg.xml

Recent Examples

  • How to reverse Singly Linked List?
  • Find out duplicate number between 1 to N numbers.
  • Find out middle index where sum of both ends are equal
  • Write a singleton class in Java
  • Write a java program to reverse a string?

Recent Questions

  • What are the modules of spring framework?
  • List some of the Spring Framework Annotations?
  • How many types of association mapping are possible in hibernate?
  • Define persistent classes?
  • What is HQL?

  • Contact

All Right Reserved © Online Note