Author thumbnail

Thorben Janssen

Hibernate Beginner

70,679 views
76 items
Last updated on Jun 17, 2021
public playlist
Should You Use JPA and Hibernate for Your next Project?
8:20
Hibernate Tips: How to use Hibernate's native bootstrapping API
4:58
Hibernate Tip - How to bootstrap Hibernate with Spring Boot
2:38
Hibernate Tip: How to Map a Bidirectional Many-to-One Association
4:59
Hibernate Tip: How to map a bidirectional many-to-many association
4:51
Hibernate Tip: How to map a java.util.Date
3:36
How to persist LocalDate and LocalDateTime with JPA
6:20
Hibernate Tip: How to map an Enum to a database column
4:09
Hibernate Tip : How to use an autoincremented database column as a primary key
3:41
Hibernate Tip: How to use a custom database sequence
3:27
Hibernate Tip: How to define schema and table names
2:23
An Introduction to JPA FetchTypes
7:10
How to call native SQL queries with JPA and Hibernate
13:32
Hibernate Tip: How to map native query results to managed entities
4:39
JPA & Hibernate: Basic result set mappings for native SQL queries
6:35
Hibernate Tip - How to use pagination with JPQL
3:31
Hibernate Logging Guide: Use the right configuration for development and production
6:10
Hibernate Tip: How to access  Hibernate APIs  from JPA
2:20
How to generate primary keys with JPA and Hibernate
9:08
Best Practices for Many-To-One and One-To-Many Association Mappings
9:35
Hibernate Tip: How to escape table and column names
2:22
Difference between JPA, EclipseLink & Hibernate
10:20
Hibernate Tip : How to avoid MultipleBagFetchException
3:03
Hibernate Tip: Easiest way to manage bi-directional associations
5:00
#JPA & #Hibernate: 5 Common Hibernate Mistakes That Cause Dozens of Unexpected Queries
12:33
Hibernate Tip: What’s the best way to persist a ZonedDateTime
3:22
Hibernate Tip: How to map the latest element of an association
5:26
Hibernate Tip: How to use @ElementCollection entries in a query
3:46
Hibernate Tip: How to Call a Function that returns a SYS_REFCURSOR
4:42
Hibernate Tip: Map an Unidirectional One-to-Many Association Without a Junction Table
3:37
Example Lecture: Basic Entity Mappings (JPA for Beginners)
10:40
Hibernate Tip: Map 1 Entity Attribute to  2 Columns
3:50
Hibernate Tip: Validate that only 1 of 2 associations is not null
4:17
Hibernate Tip: Apply DISTINCT to Your JPQL But Not Your SQL Query
3:54
Hibernate Tip: How To Map an Entity to a Query
3:59
Hibernate Tip: How to initialize lazy relationships within a query
2:50
Hibernate Tip: Map a bidirectional one-to-one association with shared composite primary key
3:28
Hibernate Tip: How to Handle NULL Values while Ordering Query Results in a CriteriaQuery
4:11
Hibernate Tip: How to Customize a Constructor Expression for Different Subclasses
5:11
Hibernate Tip: How to override column mappings of a superclass
3:53
Hibernate Tip: How to activate an entity listener for all entities
3:16
Hibernate Tip: SINGLE_TABLE strategy without discriminator column
4:25
Hibernate Tip: Difference between @NotNull and @Column(nullable = false)
5:24
Getting started with Hibernate
14:06
Hibernate Tip: Perform different validations for persist and update
3:18
Hibernate Tip: What’s the Difference Between @Column(length=50)  and @Size(max=50)
4:24
Ultimate Guide to Implementing Equals & HashCode with Hibernate & JPA
13:51
Hibernate Tip: Prevent the Removal of a Parent Entity with Children
5:21
Localized Data: How to Map It With Hibernate
18:07
Hibernate Tip: How to lazily load one-to-one associations
4:21
Hibernate Tip: Many-to-Many Association with additional Attributes
3:44
Hibernate Tip: How to Join Unassociated Entities in a Criteria Query
3:42
Hibernate Tip: Using LEFT JOIN and FETCH JOIN in a CriteriaQuery
5:29
Hibernate Tip: Using LEFT JOIN and FETCH JOIN in a CriteriaQuery
5:29
Hibernate Tip: Using LEFT JOIN and FETCH JOIN in a CriteriaQuery
5:29
Hibernate Tip: Difference between @JoinColumn & @PrimaryKeyJoinColumn
3:34
Hibernate Tip: Create an EntityGraph with multiple SubGraphs
6:18
Hibernate Tip: The best way to work with scalar projections
4:24
Hibernate Tip: Customize the association mappings using a composite key
4:07
Hibernate Tip: How to integrate an external query builder
4:41
Hibernate: 6 Mappings to Avoid for High-Performance Applications
10:11
Hibernate Tip: Control cache invalidation for native queries
3:54
Hibernate: Best way to fetch an association defined by a subclass
6:53
Your 2 best options to fix Hibernate's MultipleBagFetchException
9:25
Hibernate: How to Cache DTO Projections
6:07
Hibernate: Ordering vs Sorting – What should you use?
8:29
Java Records: How to use them with Hibernate and JPA
7:40
Lombok & Hibernate: How to Avoid Common Pitfalls
7:15
Hibernate: Common Exceptions Every Developer Must Know
9:37
JPA & Hibernate: Entity Lifecycle Model
6:41
Hibernate: How to change an attribute before INSERT and UPDATE
7:07
ResultTransformer with Hibernate 4 5 & 6
7:25
Implementing Batch Jobs with Hibernate
8:16
Mapping Definitions in JPA and Hibernate : Annotations, XML or Both?
7:42