mirror of
https://github.com/Example-uPagge/hibernate-multiple-bag-fetch-exception.git
synced 2024-06-15 10:55:24 +03:00
update
This commit is contained in:
parent
14ba09b89f
commit
2baa5d6d21
@ -40,7 +40,7 @@ public class GeneratePost {
|
||||
final Post post = new Post();
|
||||
post.setTitle("Пост " + i);
|
||||
|
||||
for (int j = 0; j < 1000; j++) {
|
||||
for (int j = 0; j < 10_000; j++) {
|
||||
final PostComment postComment = new PostComment();
|
||||
postComment.setReview("Комментарий " + j);
|
||||
post.addComment(postComment);
|
||||
|
Loading…
x
Reference in New Issue
Block a user