20.3 Further Reading
Developers should ask themselves whether this simple and raw access to a database is necessary and useful in the first place. Java developers should usually think in terms of objects, and database tables are on a different level of abstraction. The good news is that object-relational mappers can mediate between the object-oriented (OO) world and relations. The next step for developers after learning about JDBC is to explore the Jakarta Persistence API and alternatives like Spring Data JDBC. The Java tutorial from Oracle gives a broader introduction into JDBC: https://docs.oracle.com/javase/tutorial/jdbc/TOC.html. A book with great detail on Jakarta Persistence is High-Performance Java Persistence by Vlad Mihalcea.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access