ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

147 results

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,369 views

4 years ago

Ram N Java
Unleash the Power of Spring Boot: Batch Processing Huge Data Sets!

Learn how to unleash the power of Spring Boot for batch processing huge data sets in this comprehensive course. Explore the ins ...

15:04
Unleash the Power of Spring Boot: Batch Processing Huge Data Sets!

19,624 views

5 years ago

Thorben Janssen
Spring Data JPA   Implementing Bulk Updates

Join the Persistence Hub and become a Java Persistence Expert: https://thorben-janssen.com/join-persistence-hub/ When using ...

8:57
Spring Data JPA Implementing Bulk Updates

12,025 views

4 years ago

Vlad Mihalcea
The best way to batch insert, update, and delete statements with JPA and Hibernate

In this episode, we are going to talk about JDBC batch updates. First, we will discuss about JDBC Statement and ...

12:30
The best way to batch insert, update, and delete statements with JPA and Hibernate

21,900 views

6 years ago

The Dev World - by Sergio Lema
Spring Batch | Microservices #7

In this video I will show how to create a complete Spring Batch project. I will show how to configure a Job and the Steps.

15:18
Spring Batch | Microservices #7

10,454 views

3 years ago

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,542 views

5 years ago

Geekific
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Java's Future API was ...

9:30
A Guide To CompletableFuture in Java with Examples | Asynchronous Operations in Java | Geekific

57,714 views

3 years ago

Thorben Janssen
Pagination with JPA and Hibernate

The size of a result set has a huge impact on the performance of a query, the burden it puts on your Java application, and the user ...

6:41
Pagination with JPA and Hibernate

6,247 views

5 years ago

Thorben Janssen
Hibernate: Read-Only Query Hint For Faster Read Operations

By default, Hibernate loads all entity objects in read-write mode. It performs dirty checks to detect changes it needs to persist in ...

5:14
Hibernate: Read-Only Query Hint For Faster Read Operations

3,900 views

4 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,000 views

4 years ago

adhawan325
Spring JPA Auditing

https://909te.ch/2023/05/09/turbocharge-your-auditing-skills-with-advanced-spring-jpa-techniques/ (Page live date May 9 2023 9 ...

4:28
Spring JPA Auditing

221 views

2 years ago

Kah Hoe Lai
Speed up spring boot startup time x3

A short video demonstrate how to speed up the spring boot application startup time x 3 times faster. Full code can be found here.

8:13
Speed up spring boot startup time x3

1,550 views

4 years ago

Confluent
Spring for Apache Kafka® 101: Receiving Messages with KafkaListener (Hands On)

https://cnfl.io/spring-framework-and-apache-kafka-exercise3 | Learn how to annotate a Java class with KafkaListener, set a topic to ...

6:50
Spring for Apache Kafka® 101: Receiving Messages with KafkaListener (Hands On)

20,025 views

4 years ago

Thorben Janssen
Database Migration with Spring Boot

All applications that get deployed to production should use an automated approach to migrate their database. It makes your job a ...

11:07
Database Migration with Spring Boot

17,357 views

4 years ago

Hiếu Nguyễn
14  Step 12   Creating a custom Spring JDBC RowMapper
4:59
14 Step 12 Creating a custom Spring JDBC RowMapper

94 views

3 years ago

Thorben Janssen
How to not use the getResultStream method

JPA 2.2 added the getResultStream() method to the Query interface. It provides you the query result as a Stream so that you can ...

10:45
How to not use the getResultStream method

3,152 views

8 years ago

Ram N Java
Mastering User Data Updates with Addresses in Spring Boot - RESTful Web Service: @OneToMany Magic

Learn how to master user data updates with addresses in Spring Boot in this comprehensive tutorial. Explore the magic of ...

19:19
Mastering User Data Updates with Addresses in Spring Boot - RESTful Web Service: @OneToMany Magic

1,539 views

4 years ago

Thorben Janssen
Hibernate Tip: How to fetch associations in batches

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

4:31
Hibernate Tip: How to fetch associations in batches

2,084 views

8 years ago

Going Headless with John
APIs vs Microservices (How different are they?)

Microservices and APIs are really just the same things,s right, Wrong! They are not. If you have APIs, why do you need ...

4:37
APIs vs Microservices (How different are they?)

16,747 views

3 years ago

Thorben Janssen
Java Text Blocks: Using Multiline Strings with Hibernate & JPA

JPA and Hibernate require you to write lots of Strings. You use them to create ad-hoc and named queries with JPQL, to define ...

6:15
Java Text Blocks: Using Multiline Strings with Hibernate & JPA

1,556 views

5 years ago

Rafael Queiroz Gonçalves
Springboot – Returning HTTP response code based on ResponseEntity

It is not what you gather but what you scatter that tells what kind of life you have lived.” — Helen Walton Returning the proper ...

6:02
Springboot – Returning HTTP response code based on ResponseEntity

1,077 views

4 years ago

Thorben Janssen
Introduction to Panache

Panache is a Quarkus-specific library that simplifies the development of your Hibernate-based persistence layer. Similar to Spring ...

7:55
Introduction to Panache

4,029 views

4 years ago

Thorben Janssen
JPA: Migrating from JPA 2.x to 3.0

I recently got a lot of questions about JPA 3.0, and since EclipseLink and Hibernate now offer full support for it, it's time to take a ...

5:58
JPA: Migrating from JPA 2.x to 3.0

3,839 views

4 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,366 views

6 years ago

DevOps Toolbox
The Memory Leak Solution You Wish You Knew Sooner

Memory leaks are often ignored. Either forever, slowing down the application and forcing bad habits and eternal infrastructure ...

7:37
The Memory Leak Solution You Wish You Knew Sooner

14,804 views

2 years ago