注解map的方式@ElementCollection@JoinTable(namedocument_otherPops,joinColumns{@JoinColumn(name
注解map的方式
@ElementCollection
@JoinTable(name="document_otherPops",joinColumns={@JoinColumn(name="documentId")})
public Map<String,JavaType> getOtherProps() {
return otherProps;
}
