Skip to content

Commit 219b43f

Browse files
Fetch by multiple entities by id (JPQL and Specification)
1 parent 151ac61 commit 219b43f

File tree

1 file changed

+1
-1
lines changed
  • HibernateSpringBootLoadMultipleIdsSpecification

1 file changed

+1
-1
lines changed

HibernateSpringBootLoadMultipleIdsSpecification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**[How To Load Multiple Entities By Id Via Specification](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootLoadMultipleIdsSpecification)**
22

3-
**Description:** This is a SpringBoot application that loads multiple entities by id via a `@Query` based on the `IN` operator and via `Specification`.
3+
**Description:** This is a SpringBoot application that loads multiple entities by id via a `@Query` based on the `IN` operator and via `Specification`.
44

55
**Key points:**
66
- for using the `IN` operator in a `@Query` simply add the query in the proper repository

0 commit comments

Comments
 (0)