0 votes
in Hibernate by
What are some of the advantages of using ORM over JDBC.

1 Answer

0 votes
by

ORM has the following advantages over JDBC:

  1. Application development is fast.
  2. Management of transaction.
  3. Generates key automatically.
  4. Details of SQL queries are hidden.

Related questions

0 votes
asked Oct 22, 2023 in Laravel by john ganales
0 votes
asked Apr 14, 2023 in JAVA by SakshiSharma
0 votes
asked Jan 13, 2021 in Python by SakshiSharma
...