1. Benifit of ORM
Ans: https://www.quora.com/What-are-the-benefits-of-using-an-ORM-layer
3. Performance of issue you have followed
4. Bottleneck pattern you faced
5. Why did you use hibernate ?
Ans: https://www.quora.com/What-are-the-benefits-of-using-an-ORM-layer
- ORM usually helps you create a developer friendly work flow !
- ORM helps you focus on object oriented world and then takes you towards relational world.
- ORM works well when you have simple CRUD cases.
- ORM are not so well in addressing relational database specific features.
- In Java ecosystem Hibernate is one popular ORM, but for complex queries people prefer Data Mapper technologies like MyBatis, new tools and thought process are also getting traction with arrival of libraries like JOOQ.
3. Performance of issue you have followed
4. Bottleneck pattern you faced
5. Why did you use hibernate ?
No comments:
Post a Comment