ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

775 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,426 views

5 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

4,995 views

4 years ago

Thorben Janssen
Mapping Definitions in JPA and Hibernate : Annotations, XML or Both?

If you're using Hibernate for several years, you might remember the time when you had to define all your mappings in the orm.xml ...

7:42
Mapping Definitions in JPA and Hibernate : Annotations, XML or Both?

2,401 views

4 years ago

Thorben Janssen
Localized Data: How to Map It With Hibernate

Today I will show you 3 options to map localized data and discuss the pros and cons of each of them. The first one is the easiest ...

18:07
Localized Data: How to Map It With Hibernate

2,418 views

6 years ago

Thorben Janssen
The Best Mapping for Shared Technical Attributes With Hibernate

Most domain models have a few technical attributes shared by most entity classes. Typical examples are the version attribute and ...

9:07
The Best Mapping for Shared Technical Attributes With Hibernate

1,668 views

3 years ago

Thorben Janssen
Hibernate Tip: How to map a to-one association to an Optional

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

3:09
Hibernate Tip: How to map a to-one association to an Optional

892 views

8 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,830 views

8 years ago

Thorben Janssen
Hibernate Tip: How To Map an Entity to a Query

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

3:59
Hibernate Tip: How To Map an Entity to a Query

3,385 views

6 years ago

Thorben Janssen
Hibernate Tip: How to Map a Bidirectional Many-to-One Association

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

4:59
Hibernate Tip: How to Map a Bidirectional Many-to-One Association

15,234 views

8 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,355 views

4 years ago

Vlad Mihalcea
The best way to map a @OneToOne relationship with JPA and Hibernate

In this video, we are going to learn the best way to map a @OneToOne association with JPA and Hibernate. While there are many ...

12:35
The best way to map a @OneToOne relationship with JPA and Hibernate

11,759 views

3 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,576 views

6 years ago

Thorben Janssen
Mixing inheritance mappings

Inheritance is one of the key concepts in Java, and most development teams prefer using it in their domain model. Unfortunately ...

6:34
Mixing inheritance mappings

1,335 views

3 years ago

Thorben Janssen
Hibernate Tip: Create an EntityGraph with multiple SubGraphs

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

6:18
Hibernate Tip: Create an EntityGraph with multiple SubGraphs

10,169 views

6 years ago

Thorben Janssen
Mapping Arrays with Hibernate

Arrays are a common data type in Java and part of the SQL-99 standard. So, it should be easy and quite common to use them with ...

7:00
Mapping Arrays with Hibernate

3,981 views

5 years ago

Thorben Janssen
JPA & Hibernate: Basic result set mappings for native SQL queries

Quite often JPQL is not powerful enough to perform the queries you need in real world projects. In general, this is not an issue ...

6:35
JPA & Hibernate: Basic result set mappings for native SQL queries

14,016 views

8 years ago

Vlad Mihalcea
The best way to map the JPA and Hibernate ManyToMany relationship

In this video episode, I'm going to show you the best way to map a ManyToMany association when using JPA and Hibernate.

9:29
The best way to map the JPA and Hibernate ManyToMany relationship

9,750 views

2 years ago

Thorben Janssen
Hibernate Tip: How to map a java.util.Date

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

3:36
Hibernate Tip: How to map a java.util.Date

8,208 views

8 years ago

Thorben Janssen
Enum Mappings with Hibernate – The Complete Guide

In today's video I will talk about Enum mappings with JPA and Hibernate... Most developers use enums in their domain models.

9:25
Enum Mappings with Hibernate – The Complete Guide

7,356 views

6 years ago

Thorben Janssen
Hibernate Tip: How to map the latest element of an association

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

5:26
Hibernate Tip: How to map the latest element of an association

1,289 views

7 years ago