Articles by Tag #hibernate

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

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

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

Learn More 10 0Feb 3

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

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

Learn More 8 0Nov 20 '24

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

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

Learn More 6 0Dec 13 '24

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 6 0Apr 4

Spring Data JPA Stream Query Methods

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

Learn More 6 1Nov 17 '24

What Kind of ORM Engine Does a Low-Code Platform Need? (1)

A low-code platform seeks to minimize the amount of hand-written code. The core tools it can rely on...

Learn More 6 0Oct 26

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

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

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

Learn More 6 0Dec 6 '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

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

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-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 2 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

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 HQL builder

Intro A single utility class for writing HQL in more readable way. Simplifies writing...

Learn More 0 0Mar 5

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

hibernate-003: @IdClass(PaymentId.class)

The annotation @IdClass(PaymentId.class) is used in JPA (Java Persistence API) to define a composite...

Learn More 0 0Feb 7

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

⚔️ 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

𝗠𝗮𝘀𝘁𝗲𝗿𝗶𝗻𝗴 𝗝𝗣𝗔 𝗤𝘂𝗲𝗿𝗶𝗲𝘀: 𝗜𝗻𝘀𝗶𝗴𝗵𝘁𝘀 𝗮𝗻𝗱 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲𝘀

Java Persistence API (JPA) is a powerful tool for managing data persistence in Java applications....

Learn More 0 0Feb 25

Understanding and Solving the N+1 Problem in Spring Data JPA

What Is the N+1 Problem? The N+1 SELECT problem happens when JPA (or Hibernate) executes...

Learn More 0 0Oct 9

[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

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 Zoo: Жадный Гиппопотам и Ленивый Лемур (Lazy vs Eager)

Сегодня мы познакомимся с двумя знаменитыми обитателями Hibernate Zoo: Жадным Гиппопотамом (EAGER...

Learn More 0 0Nov 17 '24

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

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

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

Learn More 0 0Feb 7

Building Strong Data Foundations with Quarkus: A Beginner’s Journey in Persistence

Data is the hardest part of enterprise software. You can refactor code or redeploy services, but if...

Learn More 0 0Oct 13

hibernate-006: Unidirectional One-to-Many and Many-to-One in Hibernate (Department ↔ Employee)

Unidirectional One-to-Many and Many-to-One using Department and Employee Tables I'll show...

Learn More 0 0Feb 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