ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,446 results

Thorben Janssen
JPA & Hibernate: Basic Annotations You Need To Know

When you start learning and using Hibernate and JPA, the number of annotations might be overwhelming. But as long as you rely ...

15:11
JPA & Hibernate: Basic Annotations You Need To Know

34,574 views

5 years ago

Thorben Janssen
Implementing Batch Jobs with Hibernate

Like most Java developers, you probably use Hibernate directly or via Spring Data JPA to implement your application's ...

8:16
Implementing Batch Jobs with Hibernate

4,372 views

4 years ago

IntelliJ IDEA, a JetBrains IDE
IntelliJ IDEA. Working with Hibernate/JPA

In this video, we'll explore a few Hibernate and JPA features in IntelliJ IDEA Ultimate. 00:00​ - Intro 00:27 - Creating a ...

18:12
IntelliJ IDEA. Working with Hibernate/JPA

139,518 views

4 years ago

Javarevisited
Top 5 Courses to Learn Hibernate and JPA in Depth

Best Hibernate Courses for Java Programmers: 1. Spring & Hibernate for Beginners (includes Spring Boot) - https://bit.ly/3oZ3FAG ...

4:17
Top 5 Courses to Learn Hibernate and JPA in Depth

786 views

3 years ago

Learnaholic India
What is Hibernate? | Java Hibernate Tutorial | Java Hibernate ORM

This Learnaholic India video will cover topics : What is Hibernate? Java Hibernate Tutorial by Learnaholic India. Introduction to ...

9:04
What is Hibernate? | Java Hibernate Tutorial | Java Hibernate ORM

927 views

6 years ago

Thorben Janssen
Avoid these Mistakes - Fetching Relationships with Hibernate

Lazy fetching and JOIN FETCH clauses or EntityGraphs are common best practices to efficiently fetch entities and their ...

13:24
Avoid these Mistakes - Fetching Relationships with Hibernate

2,465 views

1 year ago

Thorben Janssen
JPA vs Hibernate : The difference between save, persist, merge and update

JPA and Hibernate provide different methods to persist new and to update existing entities. You can choose between JPA's persist ...

16:06
JPA vs Hibernate : The difference between save, persist, merge and update

99,334 views

8 years ago

Thorben Janssen
Hibernate Envers: Get started in less than 9 minutes

Hibernate Envers is the easiest and quickest option for adding an audit log to your application if you already use Hibernate ORM ...

8:45
Hibernate Envers: Get started in less than 9 minutes

2,142 views

11 months ago

Thorben Janssen
5 things you need to know when using Hibernate with MySQL

One of the benefits of using JPA and Hibernate is that it provides an abstraction of database-specific dialects and features.

12:54
5 things you need to know when using Hibernate with MySQL

4,043 views

8 years ago

Thorben Janssen
Mapping Collections with Hibernate and JPA

JPA and Hibernate provide 3 main options to map a Collection. If it's a Collection of other entities, you can model it as a to-many ...

8:10
Mapping Collections with Hibernate and JPA

5,001 views

4 years ago

Java Fast Track
Hibernate Core Concepts Explained with a CRUD Example

In this video ,I explain the Hibernate Core concepts and a basic CRUD example.

15:02
Hibernate Core Concepts Explained with a CRUD Example

176 views

4 years ago

Thorben Janssen
JPA & Hibernate: Entity Lifecycle Model

The entity lifecycle model is one of the core concepts of JPA and all its implementations. Even though it's not directly visible when ...

6:41
JPA & Hibernate: Entity Lifecycle Model

15,850 views

5 years ago

Thorben Janssen
Access Strategies in JPA and Hibernate– Which is better, field or property access?

Today, I will talk about Access Strategies in #JPA and #Hibernate and explain if you should use field or property access?

8:14
Access Strategies in JPA and Hibernate– Which is better, field or property access?

3,953 views

6 years ago

Thorben Janssen
5 Primary Key Mappings Every Developer Should Know with JPA & Hibernate

Today I will talk about 5 Primary Key Mappings you should know while working with JPA and Hibernate. You will learn how to ...

9:43
5 Primary Key Mappings Every Developer Should Know with JPA & Hibernate

9,595 views

6 years ago

Thorben Janssen
Hibernate Reactive: Getting Started Guide

If you want to implement a reactive application, you not only need to adapt your way of thinking and switch to reactive libraries for ...

6:57
Hibernate Reactive: Getting Started Guide

5,220 views

4 years ago

Thorben Janssen
How to Persist Creation and Update Timestamps with Hibernate

Storing the creation timestamp or the timestamp of the last update is a common requirement for modern applications. It sounds like ...

4:44
How to Persist Creation and Update Timestamps with Hibernate

7,626 views

8 years ago

Thorben Janssen
Hibernate Query API

When working with Hibernate, you can choose between multiple APIs to query data from your database. Some of them are very ...

9:51
Hibernate Query API

2,092 views

5 years ago

MissTecHack
CRUD Operation - 2 | Java Hibernate tutorial | Beginner Course | Basics of Hibernate | ORM Framework

Welcome to a new short series of Hibernate Basics. Hibernate is a framwork that provides the ORM Object to Relational Mapping.

5:20
CRUD Operation - 2 | Java Hibernate tutorial | Beginner Course | Basics of Hibernate | ORM Framework

87 views

2 years ago

Thorben Janssen
Hibernate Tip: How to map a bidirectional many-to-many association

Get more recipes like this one in my new book Hibernate Tips: More than 70 solutions to common Hibernate problems: ...

4:51
Hibernate Tip: How to map a bidirectional many-to-many association

9,837 views

8 years ago

Thorben Janssen
Hibernate Performance Tuning Done Right

Optimizing the performance of your application is a complex and application-specific task. All domain models are different, and ...

8:07
Hibernate Performance Tuning Done Right

2,172 views

4 years ago