perf(document): EAGER→LAZY migration with @EntityGraph + @BatchSize (#467) #622
@@ -136,7 +136,6 @@ public class Document {
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
@JoinColumn(name = "sender_id")
|
||||
@BatchSize(size = 50)
|
||||
private Person sender;
|
||||
|
||||
@ManyToMany(fetch = FetchType.LAZY)
|
||||
|
||||
Reference in New Issue
Block a user