Skip to content

INTRODUCTION

Welcome to the JDBC & Hibernate module!

During this block, you will develop the skills and competencies gained as a result of completing the 'SQL Databases' module, using previously acquired practical knowledge in the Java source code. The classes are focused on presenting how to connect to a database using the Java programming language and familiarizing yourself with the techniques (including ORMi) that are currently used in the commercial world. The following topics will be discussed during the module:

  • JDBC architecture with implementation details
  • Hibernate architecture with implementation details
  • Hibernate Query Language / Java Persistence Query Language

Get ready for class

Check the list below if you have any programs that we will work with during this class:

Java OpenJDK 11

IntelliJ IDEA Community

MySQL and MySQL Workbench (optional)