in Technology by
What are the uses of Hibernate Framework?

1 Answer

0 votes
by
Hibernate overcomes the shortcomings of other technologies like JDBC. It overcomes the database dependency faced in the JDBC. Changing of the databases cost a lot working on JDBC, hibernate overcomes this problem with flying colors. Code portability is not an option while working on JDBC. This is easily handled by Hibernate. Hibernate strengthens the object level relationship. It overcomes the exception-handling part which is mandatory while working on JDBC. It reduces the length of code with increased readability by overcoming the boilerplate problem.

Related questions

0 votes
    What are the important interfaces of Hibernate framework?...
asked Feb 4, 2021 by JackTerrance
0 votes
    What are persistent classes in Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What are components of Hibernate configuration object....
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What are the key components of Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    what are the databases supported by Hibernate....
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What are the core interfaces of Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What are the technologies that are supported by Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    What are the different functionalities supported by Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    What are the different types of caches available in Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    What are the advantages of Hibernate over JDBC?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    Which Hibernate object wraps the JDBC Connection?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    What is SessionFactory in Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    How is SQL query created in Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    Define criteria in terms of Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
...