[하마경] Enity 클래스에서 Java 8lambda 형식을 사용하면 Enity 클래스를 읽을 수 없습니다.
1285 단어 glassfishEclipseLinkjpaJava
배경.
Enity반에서 lambda식을 사용했습니다.
예를 들면 이렇게.java:
myCollection.stream().forEach(i -> i.setDate(now));
이렇게 되면 그 Enity 클래스가 읽히지 않고 관계 등에서 사용되면 다음과 같은 오류가 발생합니다.[class com.example.Hoge] uses a non-entity [class com.example.fuga] as target entity in the relationship attribute [field hoge]
컨디션
myCollection.stream().forEach(i -> i.setDate(now));
[class com.example.Hoge] uses a non-entity [class com.example.fuga] as target entity in the relationship attribute [field hoge]
까닭
Eclipselink 버그입니다
Bug 429992 - EclipseLink silently ignores Entity classes with lambda expressions
회피책
lambda식 사용을 중지하세요
Reference
이 문제에 관하여([하마경] Enity 클래스에서 Java 8lambda 형식을 사용하면 Enity 클래스를 읽을 수 없습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/sengoku/items/42b7e9f3278115d8d4ad
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
lambda식 사용을 중지하세요
Reference
이 문제에 관하여([하마경] Enity 클래스에서 Java 8lambda 형식을 사용하면 Enity 클래스를 읽을 수 없습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/sengoku/items/42b7e9f3278115d8d4ad텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)