Hibernate & JPA: Getting Started
Category: Java & Databases | Duration: 44 Min. 6 Sec. | Last Updated: May 03, 2017
Get started with Hibernate, the most painless way possible.
In this series you will learn how to setup a Hibernate project from scratch, how to use an embedded database and then you'll get familiar with the Hibernate basics: saving and querying records (in our case users) from the database. We'll finish by talking a bit about JPA and using it.
Afterwards you will be able to create your own Hibernate/JPA projects.
You need to register in order to use watchlist, email functionality or track progress.
- Arc 1 : Don't you ever skip these basics!
-
The simplest and fastest Hibernate 5.x project setup (also, which Hibernate Version to choose?)Free
3 Min. 26 Sec. Getting a head start with an embedded database
4 Min. 24 Sec. Opening up connections to the database (or meet the SessionFactory)
4 Min. 56 Sec. Enable SQL Logging - With Plain Hibernate
3 Min. 23 Sec.
- Arc 2 : Building a simple User management backend
- Arc 3 : JPA, JPA, JPA!