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.
...