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