Why do you need ORM tools like hibernate?
Submitted by: AdministratorThe main advantage of ORM like hibernate is that it shields developers from messy SQL. Apart from this, ORM provides following benefits:
► Improved productivity
* High-level object-oriented API
* Less Java code to write
* No SQL to write
► Improved performance
* Sophisticated caching
* Eager loading
► Improved maintainability
* A lot less code to write
► Improved portability
* ORM framework generates database-specific SQL for you
Submitted by: Administrator
► Improved productivity
* High-level object-oriented API
* Less Java code to write
* No SQL to write
► Improved performance
* Sophisticated caching
* Eager loading
► Improved maintainability
* A lot less code to write
► Improved portability
* ORM framework generates database-specific SQL for you
Submitted by: Administrator
Read Online Hibernate Job Interview Questions And Answers
Top Hibernate Questions
| ☺ | How does Hibernate distinguish between transient (i.e. newly instantiated) and detached objects? |
| ☺ | What is HQL? |
| ☺ | Why do you need ORM tools like hibernate? |
| ☺ | What does ORM consists of? |
| ☺ | What are the general considerations or best practices for defining your Hibernate persistent classes? |
Top Java Programming Language Categories
| ☺ | Core Java Interview Questions. |
| ☺ | Hibernate Interview Questions. |
| ☺ | Advanced Java Interview Questions. |
| ☺ | IBM WebSphere Interview Questions. |
| ☺ | Spring Framework Interview Questions. |
