-
# [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/)
-
11월 10일 오후 9시 즈음 dev pr 완료 된 것을 실행 시 다음과 같이 run failed가 일어났습니다.
2024-11-10T20:56:58.635+09:00 ERROR 6600 --- [plate] [ main] o.s.boot.SpringApplication : Application run fai…
HMisu updated
16 minutes ago
-
# [Spring Boot] Spring Data JPA | Dev Jero on a Voyage
이 글에서는 Spring Boot 환경에서의 Spring Data JPA에 대해 살펴보겠다. JPA와 hibernate에 관한 내용은 [Spring][DB] JPA & Hibernate 페이지에서 다뤘으므로 해당 글 참고.
[https://jerocalle…
-
Create a the API and database to be used by the client using these technologies but not limited to:
- Postgresql
- Graphql
- jpa
- hibernate
-
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…
-
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…
-
### 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…
-
代码拉下来,本地安装了Oracle数据库,但是启动报错找不到users表。
这是数据库配置
spring.datasource.url=jdbc:oracle:thin:@//10.0.34.233:1521/ORCLCDB
spring.datasource.username=SYSTEM
spring.datasource.password=123456
spring.jpa.pro…
-
Hello,
I tried to do a query on a PostgresSQL database with JSON content, something like:
`
select * from mytable where mytable -> 'myelement' ? 'key123';
`
It doesn't work as this in a native …
-
## Question:
Is aws documentdb supported?
If yes, how do I disable `retryWrites`?
## Background:
I am trying to run faction using AWS ECS and AWS documentdb.
I successfully built container…