1
그래서 나는 클래스를 유지하려고 할 때이 오류를 반환이최대 절전 모드에서지도 내부의지도를 유지하는 방법?
public class MyClass{
...
@ElementCollection
private Map<Long,Map<Long,Double>> Vs = new HashMap<Long, Map<Long,Double>>();
...
}
유사한 클래스가 :
org.hibernate.MappingException: Could not determine type for: java.util.Map, at table: MyClass_Vs, for columns: [org.hibernate.mapping.Column(Vs)]
나는 원래지도 내부의지도가 있기 때문에 오류가 생각 그 주석은 @ElementCollection
입니다. 이 문제를 해결하는 방법에 대한 아이디어가 있습니까?