3

我可以在 Hibernate 的逆向工程文件(hibernate.reveng.xml)中关闭下面父字段的生成吗?

Class Parent {
    private Set children = new HashSet(0);
}

Class Child {
    private Parent parent;  // don't want this
}
4

0 回答 0