ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

87 results

Roel Van de Paar
org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl$Work

nested exception is java.lang.NoClassDefFoundError: ...

2:23
org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl$Work

64 views

5 months ago

The Debug Zone
Fixing 'Cannot Handle Managed/Back Reference' Error in Java Hibernate

In this video, we dive into a common issue faced by Java developers using Hibernate: the 'Cannot Handle Managed/Back ...

3:32
Fixing 'Cannot Handle Managed/Back Reference' Error in Java Hibernate

20 views

7 months ago

The Debug Zone
Understanding Hibernate Batch Insert: Performance Tips and Best Practices

In this video, we delve into the intricacies of Hibernate Batch Insert, a powerful feature that can significantly enhance the ...

1:55
Understanding Hibernate Batch Insert: Performance Tips and Best Practices

0 views

2 weeks ago

The Debug Zone
Hibernate Proxy for Base Class: Understanding and Resolving Common Issues

In this video, we delve into the intricacies of Hibernate Proxy for base classes, a crucial concept for developers working with ...

1:36
Hibernate Proxy for Base Class: Understanding and Resolving Common Issues

2 views

4 months ago

Otavio Santana
Revolutionize ORM with Hibernate Data Repositories! 🚀

Discover a new way to use Hibernate with Jakarta Data! Hibernate Data Repositories let you reuse existing entities, enjoy ...

1:38
Revolutionize ORM with Hibernate Data Repositories! 🚀

82 views

11 months ago

The Debug Zone
How to Delete Entities with JOINs in JPA and Hibernate: A Step-by-Step Guide

In this video, we dive into the intricacies of managing entity relationships in JPA and Hibernate, focusing specifically on the ...

7:48
How to Delete Entities with JOINs in JPA and Hibernate: A Step-by-Step Guide

3 views

9 months ago

The Debug Zone
Spring Boot JPA Hibernate Error: Fixing 'entityManagerFactory' Bean Creation Issue

In this video, we dive into a common challenge faced by developers working with Spring Boot, JPA, and Hibernate: the ...

8:07
Spring Boot JPA Hibernate Error: Fixing 'entityManagerFactory' Bean Creation Issue

2 views

1 month ago

The Debug Zone
JPA Hibernate: Find Nearest 10 Objects by Longitude and Latitude

In this video, we dive into the powerful capabilities of JPA and Hibernate to efficiently retrieve geographical data. Specifically, we'll ...

1:32
JPA Hibernate: Find Nearest 10 Objects by Longitude and Latitude

12 views

4 months ago

The Debug Zone
Resolving Hibernate 5 Issues with JDK 9: Common Problems and Solutions

In this video, we dive into the challenges developers face when using Hibernate 5 with JDK 9. As Java evolves, compatibility ...

4:07
Resolving Hibernate 5 Issues with JDK 9: Common Problems and Solutions

5 views

11 months ago

The Debug Zone
Managing Multiple sessionFactory Instances in Hibernate: Best Practices & Solutions

In this video, we delve into the complexities of managing multiple `sessionFactory` instances in Hibernate, a crucial aspect for ...

1:30
Managing Multiple sessionFactory Instances in Hibernate: Best Practices & Solutions

0 views

5 months ago

Single-line
Spring Boot 3.4.0 lets integration tests with JPA/Hibernate fail

Source: https://stackoverflow.com/questions/79228209 Question Author: - kladderradatsch ...

1:01
Spring Boot 3.4.0 lets integration tests with JPA/Hibernate fail

2 views

1 month ago

The Debug Zone
Fixing Hibernate Cascade Remove ConstraintViolationException: A Step-by-Step Guide

In this video, we tackle a common issue faced by developers using Hibernate: the Cascade Remove ConstraintViolationException ...

2:00
Fixing Hibernate Cascade Remove ConstraintViolationException: A Step-by-Step Guide

3 views

6 months ago

The Debug Zone
Hibernate INSERT vs UPDATE: Why Null Values Trigger New Inserts

In this video, we delve into the intricacies of Hibernate's handling of INSERT and UPDATE operations, focusing on a common yet ...

2:39
Hibernate INSERT vs UPDATE: Why Null Values Trigger New Inserts

30 views

5 months ago

Peter Schneider
Infinite Recursion with Jackson JSON and Hibernate JPA issue

Infinite Recursion with Jackson JSON and Hibernate JPA issue I hope you found a solution that worked for you :) The Content is ...

6:49
Infinite Recursion with Jackson JSON and Hibernate JPA issue

22 views

11 months ago

The Debug Zone
Hibernate JPA Unidirectional OneToMany with Join Condition on Constant Value

In this video, we delve into the intricacies of Hibernate JPA, focusing on the unidirectional OneToMany relationship. We'll explore ...

3:08
Hibernate JPA Unidirectional OneToMany with Join Condition on Constant Value

1 view

2 months ago

The Debug Zone
How to Find the Reverse Engineering Feature in Hibernate 5: A Complete Guide

In this video, we delve into the powerful reverse engineering feature of Hibernate 5, a crucial tool for developers looking to ...

2:17
How to Find the Reverse Engineering Feature in Hibernate 5: A Complete Guide

2 views

10 months ago

The Debug Zone
Fixing Dropwizard Hibernate Liquibase Migration Errors When Tables Exist

In this video, we tackle a common challenge faced by developers using Dropwizard with Hibernate and Liquibase: migration ...

7:01
Fixing Dropwizard Hibernate Liquibase Migration Errors When Tables Exist

1 view

1 month ago

The Debug Zone
Fixing Hibernate Error: Column Cannot Be Null - Troubleshooting Guide

In this video, we dive into a common issue faced by developers using Hibernate: the dreaded "Column Cannot Be Null" error.

3:15
Fixing Hibernate Error: Column Cannot Be Null - Troubleshooting Guide

3 views

10 months ago

The Debug Zone
Comprehensive Guide to Migrate from Hibernate 3 to Hibernate 5

In this video, we delve into the essential steps and best practices for migrating from Hibernate 3 to Hibernate 5. As many ...

1:32
Comprehensive Guide to Migrate from Hibernate 3 to Hibernate 5

11 views

10 months ago

The Debug Zone
Fixing SAP HANA + Hibernate Error: Method Unwrap Not Supported in CallableStatement

In this video, we tackle a common issue faced by developers working with SAP HANA and Hibernate: the "Method Unwrap Not ...

2:08
Fixing SAP HANA + Hibernate Error: Method Unwrap Not Supported in CallableStatement

2 views

3 months ago

The Debug Zone
Validating Date Ranges in Hibernate Validator Across Multiple Rows

In this video, we delve into the intricacies of validating date ranges using Hibernate Validator, specifically when dealing with ...

2:31
Validating Date Ranges in Hibernate Validator Across Multiple Rows

3 views

4 months ago

The Debug Zone
How to Refresh and Fetch an Entity After Save in JPA/Spring Data/Hibernate

In this video, we'll explore the essential techniques for refreshing and fetching an entity after saving it using JPA, Spring Data, and ...

4:29
How to Refresh and Fetch an Entity After Save in JPA/Spring Data/Hibernate

7 views

1 month ago

Otavio Santana
🔥 The Easiest Way to Build a REST API with Just 2 Classes | Java & Quarkus

Quarkus makes building REST APIs more effortless than ever! This video shows how to create a fully functional CRUD API with ...

5:51
🔥 The Easiest Way to Build a REST API with Just 2 Classes | Java & Quarkus

348 views

9 months ago

The Debug Zone
Spring Boot Handling org.hibernate.exception.ConstraintViolationException Issues

In this video, we dive into the common challenges developers face when working with Spring Boot and Hibernate, specifically ...

4:40
Spring Boot Handling org.hibernate.exception.ConstraintViolationException Issues

7 views

5 months ago

The Debug Zone
Hibernate Query Issues: How to Fix Incorrect Records with query.list()

In this video, we dive into common challenges faced when using Hibernate's `query.list()` method, particularly when it returns ...

3:13
Hibernate Query Issues: How to Fix Incorrect Records with query.list()

1 view

4 months ago