示例:
@Entity public class JavaEntity { @OneToOne Map incorrectRelationship; // 错误:'One To One' 属性类型应该是实体,而不是映射 @ManyToMany Map correctRelationship; }