Articles by Tag #jpa

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

Spring Data JPA: Speed Up Development & Business Focus

Spring Data JPA allows you to build scalable backend applications backed by any relational database....

Learn More 8 0Jan 9

Spring Data JPA Stream Query Methods

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

Learn More 6 1Nov 17 '24

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

Understanding and Resolving the N+1 Query Problem in JPA

The N+1 query problem arises when one initial query (1) is followed by N additional queries—one for...

Learn More 5 0May 5

Understanding JPA Mappings in Spring Boot: One-to-One, One-to-Many, Many-to-One, and Many-to-Many Relationships

When building applications with Spring Boot and JPA (Java Persistence API), managing relationships...

Learn More 4 0Aug 13 '24

Understanding JPA Pessimistic Locking vs. Serializable Isolation in Transactions

Most database applications have to control concurrent access to data in order to prevent issues like...

Learn More 3 0Nov 9 '24

Como iniciar um aplicativo Spring Boot + JPA + MySQL

Antes de irmos para a criação do projeto, estarei explicando de forma breve o que são as tecnologias...

Learn More 3 0Aug 21 '24

Connecting Spring Boot Applications to a Database with Spring Data JPA

Simplify Spring Boot database integration with Spring Data JPA In modern software...

Learn More 2 2Oct 30 '24

GitHub Mastery: Creating Repositories and Managing PRs with Ease

Learn how to efficiently manage code versioning and collaboration using GitHub in this comprehensive...

Learn More 1 0Sep 10 '24

Como criar uma Annotation que realize validação personalizada para garantir valores únicos no banco de dados com Java

Se você já desenvolveu aplicações Java, provavelmente já se deparou com a necessidade de garantir que...

Learn More 1 0Feb 4

Spring boot: JPA One-to-Many Mapping

Introduction When building relational databases in Java, understanding how to map...

Learn More 1 0Mar 14

Entendendo @MappedSuperclass em JPA

O JPA (Java Persistence API) fornece várias anotações para mapear classes Java para tabelas de banco...

Learn More 1 1Aug 24 '24

Configurando o Spring com JPA e Microsoft SQL Server

Configurar o banco de dados em um ambiente de desenvolvimento Java pode ser uma tarefa desafiadora,...

Learn More 1 0Jul 2 '24

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

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

Learn More 1 0Dec 13 '24

The Importance of Using Interfaces for JpaRepository(Java Persistence API) in Spring Data JPA

Hello Programmers and beautiful people, Have You Ever Thought About Why We Use Interfaces for...

Learn More 1 0Oct 18 '24

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

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

Learn More 0 0Feb 25

JPA의 @ManyToOne 관계와 조인 전략

JPA의 @ManyToOne 관계와 조인 전략 JPA(Java Persistence API)를 사용하면 데이터베이스 작업을 객체 지향적으로 처리할 수 있다....

Learn More 0 0Mar 11

Understanding Database Connection Management in Spring Boot with Hibernate and Spring Data JPA

Managing database connections efficiently is one of the most critical aspects of building robust...

Learn More 0 0Dec 30 '24

Working with Spring Data JPA: CRUD Operations and Beyond

Learn how Spring Data JPA simplifies CRUD operations and advanced data management in Spring...

Learn More 0 0Oct 29 '24

Applying JSON Patch to Entity in a Spring Boot Application: A Practical Guide

kasem Alchikh Ali on...

Learn More 0 0Aug 28 '24

𝗨𝗻𝗹𝗼𝗰𝗸 𝘁𝗵𝗲 𝗣𝗼𝘄𝗲𝗿 𝗼𝗳 𝗡𝗮𝘁𝗶𝘃𝗲 𝗤𝘂𝗲𝗿𝗶𝗲𝘀 𝗶𝗻 𝗦𝗽𝗿𝗶𝗻𝗴 𝗗𝗮𝘁𝗮 𝗝𝗣𝗔!

𝗨𝗻𝗹𝗼𝗰𝗸 𝘁𝗵𝗲 𝗣𝗼𝘄𝗲𝗿 𝗼𝗳 𝗡𝗮𝘁𝗶𝘃𝗲 𝗤𝘂𝗲𝗿𝗶𝗲𝘀 𝗶𝗻 𝗦𝗽𝗿𝗶𝗻𝗴 𝗗𝗮𝘁𝗮 𝗝𝗣𝗔! 🚀 Spring Data JPA simplifies database...

Learn More 0 0Feb 6

JPA entity relationship with Micronaut data JDBC

What Is Micronaut Micronaut is a JVM-based framework for building lightweight, modular...

Learn More 0 0Dec 27 '24

Parte 2: Adicionando Usuários ao Sistema de Login com Google

Introdução Após configurar o login com Google na Parte 1, o próximo passo natural é...

Learn More 0 0Mar 28

Relationships in JPA: Creating Entities Without Dependency

Relationships in JPA: Creating Entities Without Dependency When creating a backend API,...

Learn More 0 2Nov 11 '24

Spring Data Repositories

No Spring Data, um repository é uma interface que abstrai a camada de persistência e permite...

Learn More 0 0Jan 31

🚀 𝗠𝗮𝘀𝘁𝗲𝗿 𝗛𝗶𝗯𝗲𝗿𝗻𝗮𝘁𝗲 𝗕𝗮𝘁𝗰𝗵 𝗝𝗼𝗯𝘀: 𝗕𝗼𝗼𝘀𝘁 𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗟𝗶𝗸𝗲 𝗡𝗲𝘃𝗲𝗿 𝗕𝗲𝗳𝗼𝗿𝗲! 💡

Are you struggling with slow database operations in your Java applications? Hibernate batch...

Learn More 0 0Jan 31

Dica Java: Evite poluir as entidades #004

As anotações do JPA (Java Persistence API) existem a milênios! Com a evolução dos frameworks,...

Learn More 0 0Apr 14

Como injetar EntityManager com Spring: @PersistenceContext x Construtor

A diferença entre usar @PersistenceContext e injetar EntityManager via construtor depende...

Learn More 0 0Feb 5

EntityManager e Spring Data JPA

EntityManager, @PersistenceContext e @Transactional no Spring Data JPA No Spring Data JPA,...

Learn More 0 0Jan 31

Uma breve introdução ao Hibernate

Hibernate é uma ferramenta ORM (Object-Relational Mapping) amplamente utilizada em projetos Java para...

Learn More 0 0Sep 28 '24