-
# [Spring][DB] JPA & Hibernate | Dev Jero on a Voyage
JPA 개요
[https://jerocaller.github.io/spring/Spring-DB-JPA-Hibernate/](https://jerocaller.github.io/spring/Spring-DB-JPA-Hibernate/)
-
# [Spring Boot] Spring Data JPA | Dev Jero on a Voyage
이 글에서는 Spring Boot 환경에서의 Spring Data JPA에 대해 살펴보겠다. JPA와 hibernate에 관한 내용은 [Spring][DB] JPA & Hibernate 페이지에서 다뤘으므로 해당 글 참고.
[https://jerocalle…
-
**Describe the bug**
On editing catchment of the user, we get a toast saying "Sever communication error" and it doesn't all the user to edit and save.
**Steps to reproduce**
1. Remove grant sele…
-
Create a the API and database to be used by the client using these technologies but not limited to:
- Postgresql
- Graphql
- jpa
- hibernate
-
-
We need to upgrade hibernate to the latest version of 5.6.X.
After upgraded to version 5.6.15.Final, we're encountering error: "java.lang.IllegalArgumentException: org.hibernate.QueryException: Legac…
-
Identify the main entities I'll be working with based on my requirements; this includes classes for Student, Teacher, and Report.
Each entity should have a Java class with attributes representing fi…
-
There is a problem with the QuerydsDataFetcher join query. Can I modify the QuerydsDataFetcher.getArgumentValues method to fix it?
![image](https://github.com/user-attachments/assets/87abbbcd-4…
-
Hello.
I was practicing `spring-data-jpa`, and I faced weird errors.
- [`Question on StackOverflow`](https://stackoverflow.com/questions/79105118/circular-dependency-while-injecting-jpa-reposit…
-
### Describe the bug
I use the following Panache **filter** query:
```
..
// JPQL-fragment throws exception
repository.filter("CAST(created as String) LIKE CONCAT(:created, '%')", "2024);
..
```
T…