Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
In Spring, one of the fundamental concepts revolves around the initialization of beans. When...
Introduction Traditionally, fetching large amounts of data can strain memory resources, as...
Introduction In this post, we'll explore how projections work in Spring Data JPA, discuss...
🐻 Медведи — известные мастера организации запасов. Они прячут мёд и ягоды в разных местах, чтобы...
A partir de uma certa versão do Spring Boot 3, utilizando JPA o Hibernate adicionou os seguintes...
I've originally written this article in Russian. So, if you're native speaker, you can read it by...
When building applications with Spring Boot and JPA (Java Persistence API), managing relationships...
Fixing "No Serializer Found" Error in Hibernate If you're working with Hibernate in a...
If you're like me, you expect that in 2024 you can close the lid on your laptop and your computer...
🚀 Which Direction to Use for Each Relationship Type in Hibernate? Choosing unidirectional...
When working on Linux/Ubuntu, have you ever gotten tired of reopening tons of apps and workspaces...
By default, Spring Data JPA loads related data lazily, which can cause the N+1 problem — one query...
Добро пожаловать в Hibernate Zoo! Сегодня у нас увлекательное представление: встречайте Persistence...
Добро пожаловать в продолжение нашего приключения в зоопарке Hibernate! Сегодня мы сосредоточимся на...
This library streamlines Java application development by effortlessly generating graphical interfaces...
Добро пожаловать в Hibernate Zoo! Сегодня мы прогуляемся по волшебному миру запросов к базе данных....
🚀 Can You Mix Unidirectional and Bidirectional @OneToMany & @ManyToOne? ✅ Yes, you...
The annotation @IdClass(PaymentId.class) is used in JPA (Java Persistence API) to define a composite...
What Does @Entity Do in Depth? The @Entity annotation in Java's Jakarta Persistence API...
In the world of Java development, particularly when using Spring Boot, batch processing is an...
Bidirectional One-to-Many & Many-to-One in Hibernate (Department ↔ Employee) ...
Сегодня мы познакомимся с двумя знаменитыми обитателями Hibernate Zoo: Жадным Гиппопотамом (EAGER...
🚀 Which Direction to Use for Each Relationship Type in Hibernate? Choosing unidirectional...
In the world of backend development, managing entity transactions effectively is crucial for...
Understanding @Table(name = "payments") in Depth The @Table(name = "payments") annotation...
ORM's são uma ferramenta poderosa, mas ao mesmo tempo que facilita nossa vida, também torna um pouco...
This article demonstrates full-text search integration using Hibernate Search in a Java 8+...
As a developer, working with data is a common task—whether it’s storing, fetching, updating, or...
It's time we are introduced to Java Hibernate vs JPA Java Hibernate: An open-source...
𝗨𝗻𝗹𝗼𝗰𝗸 𝘁𝗵𝗲 𝗣𝗼𝘄𝗲𝗿 𝗼𝗳 𝗡𝗮𝘁𝗶𝘃𝗲 𝗤𝘂𝗲𝗿𝗶𝗲𝘀 𝗶𝗻 𝗦𝗽𝗿𝗶𝗻𝗴 𝗗𝗮𝘁𝗮 𝗝𝗣𝗔! 🚀 Spring Data JPA simplifies database...