Articles by Tag #hibernate

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Spring Boot 3 + Hibernate: Logando undefined/unknown

A partir de uma certa versão do Spring Boot 3, utilizando JPA o Hibernate adicionou os seguintes...

Learn More 7 0Apr 4

ORMs: A Solution Looking for a Problem?

Table of Contents Introduction My Initial Reaction - "These People are Mad!!" Then Came...

Learn More 6 0Jul 6

Spring Data JPA Stream Query Methods

Introduction Traditionally, fetching large amounts of data can strain memory resources, as...

Learn More 6 1Nov 17 '24

JOOQ Is Not a Replacement for Hibernate. They Solve Different Problems

I've originally written this article in Russian. So, if you're native speaker, you can read it by...

Learn More 6 0Jan 11

Hibernate-кэши: как медведи хранят запасы на зиму

🐻 Медведи — известные мастера организации запасов. Они прячут мёд и ягоды в разных местах, чтобы...

Learn More 5 0Feb 3

How To Fetch Data By Using DTO Projection In Spring Data JPA

Introduction In this post, we'll explore how projections work in Spring Data JPA, discuss...

Learn More 5 0Nov 30 '24

Fixing "No Serializer Found" Error in Hibernate

Fixing "No Serializer Found" Error in Hibernate If you're working with Hibernate in a...

Learn More 4 0Feb 28

Зоопарк Hibernate: N+1 запросов или как накормить жадного бегемота

Добро пожаловать в продолжение нашего приключения в зоопарке Hibernate! Сегодня мы сосредоточимся на...

Learn More 3 0Nov 20 '24

Ubuntu 22.04 Hibernate Using Swap File

If you're like me, you expect that in 2024 you can close the lid on your laptop and your computer...

Learn More 3 1Nov 25 '24

🐾 Hibernate Zoo: Путеводитель по языкам запросов в мире данных 🐾

Добро пожаловать в Hibernate Zoo! Сегодня мы прогуляемся по волшебному миру запросов к базе данных....

Learn More 1 0Dec 13 '24

Persistence Context в Hibernate Zoo: путешествие объекта по жизненным состояниям

Добро пожаловать в Hibernate Zoo! Сегодня у нас увлекательное представление: встречайте Persistence...

Learn More 1 0Dec 6 '24

Ubuntu hibernate: A little-known setting

When working on Linux/Ubuntu, have you ever gotten tired of reopening tons of apps and workspaces...

Learn More 1 2Oct 6 '24

Spring JPA - @EntityGraph

By default, Spring Data JPA loads related data lazily, which can cause the N+1 problem — one query...

Learn More 1 1May 2

hibernate-012: Which Direction to Use for Each Relationship Type in Hibernate?

🚀 Which Direction to Use for Each Relationship Type in Hibernate? Choosing unidirectional...

Learn More 1 0Feb 10

Hibernate Caches: Speed Up Your DB Queries

Introduction: Turbocharge Your Database Performance What if you could slash your database...

Learn More 1 0May 10

Unidirectional associations for one-to-many

What is a bidirectional relationship in relational database model? let's take a quick look - Suppose...

Learn More 0 0Nov 30 '24

[Programmer-hoquyettam] Windows Hibernate automate 2025

Windows Hibernate automate 2025 Giúp người dùng vào Hibernate mode thuận tiện hơn. Không phụ thuộc...

Learn More 0 0Jul 13

Full-Text Search with Hibernate Search

This article demonstrates full-text search integration using Hibernate Search in a Java 8+...

Learn More 0 0Apr 12

hibernate-002: @Table(name = "payments")

Understanding @Table(name = "payments") in Depth The @Table(name = "payments") annotation...

Learn More 0 0Feb 7

Unlocking the Power of Batch Processing with Spring Boot: A Deep Dive into Steps

In the world of Java development, particularly when using Spring Boot, batch processing is an...

Learn More 0 0Feb 3

hibernate-004: PaymentId.class

PaymentId Class (Best Practices) import java.io.Serializable; import...

Learn More 0 0Feb 7

Composite Keys in Quarkus: Building Smarter IDs with Hibernate and Panache

Most Java developers default to using surrogate keys (or auto-generated id fields) for their...

Learn More 0 0Jul 12

hibernate-009: Unidirectional vs bidirectional @ManyToMany in Hibernate

🚀 Many-to-Many Relationship in Hibernate In a Many-to-Many relationship: An entity can have...

Learn More 0 0Feb 10

hibernate-011: Understanding Unidirectional vs. Bidirectional Relationships in Hibernate

🚀 Which Direction to Use for Each Relationship Type in Hibernate? Choosing unidirectional...

Learn More 0 0Feb 10

hibernate-008: Unidirectional vs Bidirectional @OneToOne Relationship

🚀 1️⃣ Unidirectional @OneToOne Relationship ✅ In a unidirectional @OneToOne, only one...

Learn More 0 0Feb 10

Kotlin, JPA and AUTO_INCREMENT field in DB

A small tip about writing model class in Kotlin for one table entity. Let's assume that we have a...

Learn More 0 0Aug 26

hibernate-010: Bidirectional One-to-Many & Many-to-One in Hibernate

🚀 Bidirectional One-to-Many & Many-to-One in Hibernate Now, let’s fully explore...

Learn More 0 0Feb 10

Mastering Hibernate: A Beginner’s Guide to Object-Relational Mapping (ORM)

If you're diving into Java development and wondering how to manage data between your Java...

Learn More 0 0Jul 16

⚔️ CodeQuest: Build a text-based RPG with Java, JDBC & Hibernate! Create players, save progress, connect to MySQL, and master ORM with Hibernate—all while crafting your own adventure. Are you ready to code your quest? 🎮💻

CodeQuest: Build an Adventure Game with Java, JDBC &...

Learn More 0 0Apr 4

hibernate-013: Can You Mix Unidirectional and Bidirectional @OneToMany & @ManyToOne?

🚀 Can You Mix Unidirectional and Bidirectional @OneToMany & @ManyToOne? ✅ Yes, you...

Learn More 0 0Feb 10