Data persistence is a crucial part of software systems. Most software applications use relational databases as datastores, but recently NoSQL data stores like MongoDB, Redis, and Cassandra are getting popular. Java provides the JDBC API to talk to the database, but it is a low-level API that requires lots of boilerplate coding. The JavaEE platform provides the Java Persistence API (JPA) specification, an object-relational mapping ...
5. Working with JDBC
Get Beginning Spring Boot 3: Build Dynamic Cloud-Native Java Applications and Microservices now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.