JPA vs JDBC: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal=") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[JPA#JPA_vs._JDBC|JPA]] | |||
* [[JDBC#JPA_vs._JDBC| JDBC]] | |||
=Overview= | |||
JPA and JDBC are the two main choices when it comes to working with relational data from a Java application. |