摘要: 1.String 类型 @ElementCollection(targetClass = String.class,fetch = FetchType.EAGER) @CollectionTable(name = "TASK_MEDIAS") private List<String> medias 阅读全文