Java theorytheory 0/50 · 0%
Database · medium

30. JPA vs JDBC

ORM vs Direct SQL.

Java Persistence API (JPA) is a specification for ORM. JDBC is lower-level SQL execution.

Check your understanding

  1. 1. Which is more abstraction?

  2. 2. Hibernate is a...?