@GenericGenerator

문제점
'org.hibernate.annotations.GenericGenerator' is deprecated since version 6.5
해결 방법
Using the new type() for UUIDGenerator instead of strategy?
According to the documentation, the following usage is deprecated: @GenericGenerator( name = "UUID", strategy = "org.hibernate.id.UUIDGenerator" ) One
stackoverflow.com
정리할 것
- uuid를 생성하는 방법에는 무엇이 있을까
- @UuidGenerator란 무엇인가
https://www.baeldung.com/java-hibernate-uuid-primary-key
'프로젝트 활동 > 발생한 문제와 해결 방법' 카테고리의 다른 글
QueryTypeMismatchException_jpa 메서드 이름 규칙 (0) | 2024.07.21 |
---|---|
auto-increment 초기화 (0) | 2024.07.20 |
트랜잭션의 중첩으로 인한 문제 (1) | 2024.07.19 |
transaction 에 대하여 (0) | 2024.07.16 |
UnsatisfiedDependencyException (0) | 2024.07.09 |