From 3fc7debff42ac338fb22f906921c049bbc4686ce Mon Sep 17 00:00:00 2001 From: sohot8653 Date: Tue, 26 Aug 2025 18:51:11 +0900 Subject: [PATCH] =?UTF-8?q?[ID=20=EC=83=9D=EC=84=B1=EA=B8=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95]=20CustomIdGenerator=20=ED=81=B4=EB=9E=98=EC=8A=A4?= =?UTF-8?q?=EC=9D=98=20generate=20=EB=A9=94=EC=84=9C=EB=93=9C=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=A0=9C=EA=B1=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/bio/bio_backend/global/utils/CustomIdGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/bio/bio_backend/global/utils/CustomIdGenerator.java b/src/main/java/com/bio/bio_backend/global/utils/CustomIdGenerator.java index acaa36d..7329dfd 100644 --- a/src/main/java/com/bio/bio_backend/global/utils/CustomIdGenerator.java +++ b/src/main/java/com/bio/bio_backend/global/utils/CustomIdGenerator.java @@ -11,6 +11,6 @@ public class CustomIdGenerator implements IdentifierGenerator { @Override public Serializable generate(SharedSessionContractImplementor session, Object object) { - return OidUtils.generateOid(); // 재사용 + return OidUtils.generateOid(); } } \ No newline at end of file