Replies: 6 comments 2 replies
-
정보: Hibernate 6 이상부터는 GenerateType.UUID 는 기본 UUID v4 를 지원한다. |
Beta Was this translation helpful? Give feedback.
-
제 생각에는 그냥 Hibernate 기본 바전인 UUID v4를 사용해도 될 것 같다는 생각이 드네요! |
Beta Was this translation helpful? Give feedback.
-
좋습니다! 제일 안정적인 v4를 사용하고, 정렬은 다른 컬럼을 이용해서 해도 괜찮을것같네요! |
Beta Was this translation helpful? Give feedback.
-
문제: UUID 로만 분류하면 더미데이터만들 때 복잡성이 발생함 |
Beta Was this translation helpful? Give feedback.
-
저도 UUID 는 v4를 사용하고, 정렬이 필요하면 auto_increment의 기능을 활용하여 별도의 컬럼을 활용하면 좋을 것 같습니다! |
Beta Was this translation helpful? Give feedback.
-
결론: UUID 를 id 로 하고 Hibernate 6.0 이후부터 기본으로 제공하는 UUID v4 를 사용. |
Beta Was this translation helpful? Give feedback.
-
배경
세부 주제
Beta Was this translation helpful? Give feedback.
All reactions