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 |
What is association mapping in hibernate?
How to fetch foreign key data in hibernate?
What is the use of show_sql in hibernate?
How do you implement one to one relationship in hibernate with xml mapping?
What are the tags that are importantly used in hibernate configuration file?
What should sessionfactory be placed so that it can be easily accessed?
What are the most common methods of hibernate configuration?
How to write named query in hibernate?
How to make an immutable class in hibernate?
What is @transient in hibernate?
What is the purpose of hibernate?
What are the two key components of a hibernate configuration object?