We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public class Issue9001Master { @Id private int id; @Name private String name; private int gpet_id; @Many(field="master_id") // 不再需要写target=Issue9001Pet.class 因为可以推导出来 private ArrayList<Issue9001Pet> pets; @One(field="gpet_id") // 同理 private Issue9001Pet gpet; }
The text was updated successfully, but these errors were encountered:
269bdcc
@ManyMany 现在还没对应这个新特性么?
@ManyMany
Sorry, something went wrong.
@ywjno 有
嗯,我把相关文档给改了
这就对了, 之前一直没用就是因为我分不清楚 到底参数写什么, 现在终于解放了
wendal
No branches or pull requests
The text was updated successfully, but these errors were encountered: