1:00:17
James Gosling on Java - Historical Oddities & Persistent Itches #JVMLS
James Gosling also known as 'the Father of Java' shared some personal thoughts and historical perspectives on Java during ...
24:27
Hibernate & JPA Tutorial - Crash Course
Ever looked for a comprehensive tutorial to Hibernate & JPA that is fun and entertaining at the same time? This video is a crash ...
48:58
Projects often use the Java Persistence API (JPA) by default, and thus mostly Hibernate. But do all applications need a ...
6:33
Hibernate Object States | Persistence Life Cycle
In this video we will discuss about Hibernate Object States or Persistence Life Cycle We will also see : Hibernate session New ...
1:30:11
Hibernate vs Spring Data vs jOOQ: Understanding Java Persistence | Thorben Janssen – The Marco Show
IntelliJ IDEA, a JetBrains IDE and Thorben Janssen
Hibernate vs JPA vs jOOQ: when to use which, why SQL still matters, how to avoid slow queries, and where frameworks actually ...
5:04
Why you should use my high-performance-java-persistence GitHub repository
The high-performance-java-persistence GitHub repository is a collection of integration tests and utilities so that you can test JDBC, ...
16:06
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 ...
26:01
#02 - Persistence Operations | JAVA PERSISTENCE API (JPA) | Tutorial | Java
Persistence Operations with Java Persistence API (JPA). Java Persistence API (JPA), it's a specification of Java. JPA is used to ...
15:11
JPA & Hibernate: Basic Annotations You Need To Know
... how to build incredible efficient persistence layers with JPA and Hibernate and all types of other Java persistence related stuff, ...
11:01
Git Repo : https://github.com/navinreddy20/spring6yt Check out our courses: Mastering Agentic AI with Java: Spring AI, ...
48:37
Performance oriented Spring Data JPA & Hibernate by Maciej Walkowiak
Hibernate - the most popular persistence technology for Java - also the most controversial one. Some people love it, some people ...
3:00
Spring Boot Quick Start 26 - What is JPA
Access the full course here: https://javabrains.io/courses/spring_bootquickstart Understand what JPA and Spring Data JPA is.
43:44
Performance oriented Spring Data JPA & Hibernate by Maciej Walkowiak
Hibernate - the most popular persistence technology for Java - also the most controversial one. Some people love it, some people ...
23:27
Getting Started with Jakarta EE 9: JPA (Java Persistence API) - Part A
In this series about getting started with Jakarta EE 9, we look at various specifications and how you can use them for your next ...
16:21
Creating a Simple Jakarta Persistence/JPA Application in IntelliJ IDEA Ultimate
IntelliJ IDEA, a JetBrains IDE
Jakarta Persistence is the new name for the Java Persistence APIs, also known as JPA. These APIs allow you to store, access, ...
8:15
The Jakarta Persistence specification, also known as Jakarta Persistence API or JPA, encompasses a number of APIs that ...
1:01
in28minutes Roadmaps: https://github.com/in28minutes/roadmaps Keep Learning in 1 Minute 1) Master Spring and Spring Boot ...
6:41
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 ...
29:21
Java JPA Maven Hibernate Tutorial
... being the Java Persistence API, Maven and Hibernate. I show you how to set everything up using Maven to add dependencies.