Back to Java

JDBC & Persistence

Connect to and interact with relational databases using JDBC and get an introduction to ORM with Hibernate.

2 weeks

Topics in this Chapter

1

CRUD with PreparedStatement

Perform Create, Read, Update, and Delete operations on a database using JDBC.

2

Transactions

Ensure data integrity by grouping multiple SQL statements into a single atomic transaction.

3

Hibernate Basics

Get an introduction to Object-Relational Mapping (ORM) with Hibernate.

GeekDost - Roadmaps & Snippets for Developers