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
拥有多个子实体时需要 @onetomany(fetch = FetchType.EAGER),@fetch(FetchMode.SUBSELECT) 或 @onetomany(fetch = FetchType.LAZY),@fetch(FetchMode.JOIN) 配合
The text was updated successfully, but these errors were encountered:
经验证, 实体关联多个 OneToMany 关系时,无论LAZYorEAGER均需要通过@fetch(FetchMode.SUBSELECT)
Sorry, something went wrong.
No branches or pull requests
拥有多个子实体时需要
@onetomany(fetch = FetchType.EAGER),@fetch(FetchMode.SUBSELECT) 或
@onetomany(fetch = FetchType.LAZY),@fetch(FetchMode.JOIN) 配合
The text was updated successfully, but these errors were encountered: