Should you use an orm?



Should you use an orm?..

Answer / Mayank Jaitly

"Whether to use an ORM like Hibernate depends on the specific use case and development requirements. If your project involves complex database operations, requires faster development times, or needs to support multiple databases, using an ORM can be beneficial. However, if you prefer more direct control over SQL queries and performance is a critical concern, it may be advantageous to write custom SQL instead of relying on an ORM."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is association mapping in hibernate?

1 Answers  


How to fetch foreign key data in hibernate?

1 Answers  


What is the use of show_sql in hibernate?

1 Answers  


How do you implement one to one relationship in hibernate with xml mapping?

1 Answers  


What are the tags that are importantly used in hibernate configuration file?

1 Answers  


What should sessionfactory be placed so that it can be easily accessed?

1 Answers  


What are the most common methods of hibernate configuration?

1 Answers  


How to write named query in hibernate?

1 Answers  


How to make an immutable class in hibernate?

1 Answers  


What is @transient in hibernate?

1 Answers  


What is the purpose of hibernate?

1 Answers  


What are the two key components of a hibernate configuration object?

1 Answers  


Categories