중첩 Java 객체에 Null 을 허용하지 않는 컬럼을 적용하는 방법 문의 #1148
Unanswered
melong0124
asked this question in
Q&A
Replies: 1 comment
-
@melong0124 님 안녕하세요. 질문 주신 내용을 정확히 이해했는지 모르겠는데요, 말씀주신 기능을 하려면 두 가지 방법이 있습니다. 첫 번째 방법은 혹시 또 다른 방법이 필요하시면 말씀주세요. 감사합니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
와 같이 있을 때 객체 생성시 null 을 허용하지 않는 컬럼이 null 로 들어가는 문제가 있습니다.
java 에서는 null 허용을 확인할 수 없어서 생기는 문제로 보이는데,
kotlin 으로 해당 OuterClass 를 fixture monkey 로 생성할 때
InnerClass
의innerNullableName
제외한 나머지를 null 을 허용하지 않을 수 있나요?Beta Was this translation helpful? Give feedback.
All reactions