Login
Remember
Register
Ask a Question
What are some of the advantages of using ORM over JDBC.
0
votes
asked
Dec 31, 2023
in
Hibernate
by
Robindeniel
What are some of the advantages of using ORM over JDBC.
orm
jdbc
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 31, 2023
by
Robindeniel
ORM has the following advantages over JDBC:
Application development is fast.
Management of transaction.
Generates key automatically.
Details of SQL queries are hidden.
...