我想知道是否可以在jpa管理实体中使用以下数据结构。
@Entity
public MyEntity {
@ElementCollection
public Map<String, Set<MyEntityTwo>> map;
}
我做了一些基本测试但是出现了以下错误:
JPA error
A JPA error occurred (Unable to build EntityManagerFactory): Could not determine type for: java.util.Set, at table: ModelOne_map, for columns: [org.hibernate.mapping.Column(map)]
play.exceptions.JPAException: Unable to build EntityManagerFactory