What is the main advantage of using the hibernate than using the SQL
It is document that describes the mapping or tracing of the requirements with test cases and some time with the test data to check the test coverage and also to cross verify that we are not missing any of the test cases for that particular requirement.
It is the document that maps User requirement with the test cases to check whether the functionality coverage is achieved or not.
Hibernate provide object oriented functionality and hibernate easily migrate different database without any query changes.
- Hibernate is something which is totally based on ObjectOrientedProgramming concept.where as SQL is based on Querys .But Hibernate also uses sql queries but it is using Objects to handle the res...