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