일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- OS
- 외부허용
- pdf변환
- banner
- 스네이크케이스
- java
- inmemory
- websokcet
- commons-fileupload
- mongodb
- for
- javax
- nginx
- redis
- 자바란
- 반복
- jpa
- spring-rest-docs
- Docker
- springboot
- linux
- 테이블정의서
- Entity
- 2중for
- 태그없음
- MongoTemplate
- spring
- 케밥케이스
- 파스칼케이스
- 카멜케이스
Archives
- Today
- Total
목록jpa (1)
겸쨔
[jpa] entity camel case to snake case 변환
안녕하세요.저 예전에 했을 때는 아래처럼만 해도 스네이크 케이스로 잘 변환 됐던거 같은데,다시 공부 하려고 해보니까 잘 안 되더라구요.physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl 그새 뭐가 바꼈나봐요.그래서 저는 PhysicalNamingStrategy를 구현하는 Strategy 클래스를 하나 만들어줬어요. package org.hikinonymous.back.core.strategy;import org.hibernate.boot.model.naming.Identifier;import org.hibernate.boot.model.naming.PhysicalNamingStrategy;import o..
spring/jpa
2024. 12. 31. 01:16