What is ORM?



What is ORM?..

Answer / Prabuddha Kumar Sankhwar

Object-Relational Mapping (ORM) is a programming technique that translates data between incompatible type systems using automated mapping functions. In Java, Hibernate is one of the popular ORMs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is mapping in coding?

1 Answers  


What is hibernate query language (hql)?

1 Answers  


What is n+1 select problem in hibernate?

1 Answers  


What is hibernate configuration?

1 Answers  


Can you declare mappings for multiple classes in one mapping file?

1 Answers  


What is the full form of yaml?

1 Answers  


Is hibernate an implementation of jpa?

1 Answers  


What is attribute oriented programming?

1 Answers  


What is <unk>onetomany mappedby?

1 Answers  


What is detached entity in hibernate?

1 Answers  


What is the difference between sessionfactory and session in hibernate?

1 Answers  


What is evict in hibernate?

1 Answers  


Categories