DEV Community

# jpa

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Criando Sistemas de Reservas consistentes com Pessimistic Locking, Spring Boot e JPA/Hibernate

Criando Sistemas de Reservas consistentes com Pessimistic Locking, Spring Boot e JPA/Hibernate

39
Comments 1
7 min read
Spring Boot JPA + H2 example: Build a CRUD Rest APIs

Spring Boot JPA + H2 example: Build a CRUD Rest APIs

38
Comments 1
4 min read
3 dicas para uso eficiente de JPA/Hibernate

3 dicas para uso eficiente de JPA/Hibernate

35
Comments 4
7 min read
Criando Sistemas de Reservas consistentes com Optimistic Locking, Spring Boot e JPA/Hibernate

Criando Sistemas de Reservas consistentes com Optimistic Locking, Spring Boot e JPA/Hibernate

31
Comments
5 min read
Hibernate - OneToOne, OneToMany, ManyToOne and ManyToMany

Hibernate - OneToOne, OneToMany, ManyToOne and ManyToMany

31
Comments 1
6 min read
JPA goes even easier with its Buddy

JPA goes even easier with its Buddy

29
Comments 2
8 min read
Three steps to extend a Spring Data JPA repository with your own code

Three steps to extend a Spring Data JPA repository with your own code

25
Comments
5 min read
Using Value Objects with JPA

Using Value Objects with JPA

25
Comments
10 min read
Rich Domain Model with Spring Boot and Hibernate

Rich Domain Model with Spring Boot and Hibernate

20
Comments 7
31 min read
Using Value Objects as Aggregate Identifiers with Hibernate

Using Value Objects as Aggregate Identifiers with Hibernate

19
Comments 3
9 min read
Building Repositories with Spring Data

Building Repositories with Spring Data

18
Comments
5 min read
Using Spring Data JPA for data access layer

Using Spring Data JPA for data access layer

16
Comments
6 min read
Querying your Spring Data JPA Repository - Introduction

Querying your Spring Data JPA Repository - Introduction

16
Comments
3 min read
Criando Sistemas de Reservas Com Versionless Optimistic Locking, Spring Boot e JPA/Hibernate

Criando Sistemas de Reservas Com Versionless Optimistic Locking, Spring Boot e JPA/Hibernate

15
Comments
6 min read
Spring Data JPA Query Methods

Spring Data JPA Query Methods

14
Comments 1
4 min read
Multiple JPA Data Sources with Spring Boot and Kotlin

Multiple JPA Data Sources with Spring Boot and Kotlin

13
Comments 2
5 min read
Springboot + JPA + Kotlin

Springboot + JPA + Kotlin

13
Comments
3 min read
JPA Auditing: Persisting Audit Logs Automatically using EntityListeners

JPA Auditing: Persisting Audit Logs Automatically using EntityListeners

13
Comments 2
5 min read
Publishing Domain Events with Spring Data

Publishing Domain Events with Spring Data

13
Comments 1
4 min read
Using JPQL with Spring Data JPA

Using JPQL with Spring Data JPA

12
Comments
2 min read
Building Aggregates with Spring Data

Building Aggregates with Spring Data

11
Comments
6 min read
🔍 Demystifying the No-Args Constructor in JPA Entity: Unveiling the Magic! 🔍

🔍 Demystifying the No-Args Constructor in JPA Entity: Unveiling the Magic! 🔍

11
Comments
3 min read
Spring Boot REST with JPA by Example

Spring Boot REST with JPA by Example

11
Comments
11 min read
Make a query with sub condition for child list via Spring Data JPA

Make a query with sub condition for child list via Spring Data JPA

11
Comments 1
2 min read
Pagination(with Hateoas), Filtering & Sorting with Spring Boot and JPA

Pagination(with Hateoas), Filtering & Sorting with Spring Boot and JPA

10
Comments 3
12 min read
JPA with Spring Boot

JPA with Spring Boot

10
Comments 2
1 min read
Lombok and JPA: What may go wrong?

Lombok and JPA: What may go wrong?

9
Comments
4 min read
JPA with Spring

JPA with Spring

9
Comments
1 min read
JPA and PostgreSQL text

JPA and PostgreSQL text

9
Comments 3
4 min read
Querying your Spring Data JPA Repository - Basic Setup

Querying your Spring Data JPA Repository - Basic Setup

8
Comments
4 min read
Search data across Multiple Columns using Spring Data JPA

Search data across Multiple Columns using Spring Data JPA

7
Comments
1 min read
Configure JPA on Quarkus.io

Configure JPA on Quarkus.io

7
Comments 1
8 min read
A (definitive?) guide on LazyInitializationException

A (definitive?) guide on LazyInitializationException

7
Comments
9 min read
Getting Started With JPA/Hibernate

Getting Started With JPA/Hibernate

7
Comments 1
8 min read
Build a Spring Boot ReST API

Build a Spring Boot ReST API

7
Comments
3 min read
Build a Spring Boot ReST API

Build a Spring Boot ReST API

7
Comments
9 min read
Using MongoDB query syntax to query Relational Database in Java

Using MongoDB query syntax to query Relational Database in Java

6
Comments
1 min read
Spring Boot 2 with Multiple DataSources

Spring Boot 2 with Multiple DataSources

6
Comments 3
3 min read
Build a REST service with Spring Boot and JPA

Build a REST service with Spring Boot and JPA

6
Comments
4 min read
Multiple Datasources With Spring Boot Data JPA

Multiple Datasources With Spring Boot Data JPA

6
Comments
4 min read
Loading Initial Data with Spring Boot

Loading Initial Data with Spring Boot

6
Comments
1 min read
Soft Deletion in Hibernate: Things You May Miss

Soft Deletion in Hibernate: Things You May Miss

6
Comments
5 min read
How to use named queries with JPA and JPQL

How to use named queries with JPA and JPQL

6
Comments
1 min read
How to use named parameters in JPA queries

How to use named parameters in JPA queries

6
Comments
1 min read
Prevent database concurrency with @Version JPA and Hibernate

Prevent database concurrency with @Version JPA and Hibernate

6
Comments 1
3 min read
Pagination with JPA queries

Pagination with JPA queries

5
Comments
1 min read
Associação Polimórfica com JPA

Associação Polimórfica com JPA

5
Comments
2 min read
How to do a Select clause comparison of LocalDateTime in JPA

How to do a Select clause comparison of LocalDateTime in JPA

5
Comments
1 min read
Using JPQL on orm.xml file with Spring Data JPA

Using JPQL on orm.xml file with Spring Data JPA

5
Comments
2 min read
How to use SQLQueryFactory with your QueryDSL JPA Entities

How to use SQLQueryFactory with your QueryDSL JPA Entities

5
Comments
1 min read
SQL Select with IN clause from list with JPA

SQL Select with IN clause from list with JPA

4
Comments
1 min read
Spring Content - The better way to save and serve files and images with Spring Boot

Spring Content - The better way to save and serve files and images with Spring Boot

4
Comments
3 min read
Extending Hibernate Dialects

Extending Hibernate Dialects

4
Comments
4 min read
how to create rest api using spring boot in Spring Tool Suite

how to create rest api using spring boot in Spring Tool Suite

4
Comments
1 min read
Creating associations with JPA Buddy

Creating associations with JPA Buddy

4
Comments 2
1 min read
Building RESTful API with Spring JPA in a Complex Domain

Building RESTful API with Spring JPA in a Complex Domain

4
Comments
5 min read
Simplificando o Hibernate utilizando Panache - criando uma aplicação simples utilizando Quarkus Java + REST + CDI + Panache

Simplificando o Hibernate utilizando Panache - criando uma aplicação simples utilizando Quarkus Java + REST + CDI + Panache

4
Comments
9 min read
Configuring multiple data sources with Spring Boot 2 and Spring Data JPA 06:02

Configuring multiple data sources with Spring Boot 2 and Spring Data JPA

4
Comments
1 min read
how to save creation and updation timestamp with hibernate

how to save creation and updation timestamp with hibernate

3
Comments
1 min read
Spring Boot: JPA Bulk Insert Performance by 100 times.

Spring Boot: JPA Bulk Insert Performance by 100 times.

3
Comments
3 min read
loading...