Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] How to set jdbc fetch size hint for @OneToMany relations?

Hello,

I am setting jdbc fetch size on JPA Query objects either by invoking setHint() or by annotating named queries with the @QueryHint annotation using the hint "eclipselink.jdbc.fetch-size".

I'd like to set this hint also for specific implicit queries which are executed by eclipselink on @OneToMany (or @ManyToMany) relations (e.g. in the IndirectSet class)
Is this possible with eclipselink?

Thank you and best regards,
Patric






Back to the top