[hibernate-dev] Hibernate Reactive : Beta2 now available

2021-01-07 Thread Sanne Grinovero
Hi all, please see - https://in.relation.to/2021/01/07/hibernate-reactive-beta2/ Thanks! ___ hibernate-dev mailing list -- hibernate-dev@lists.jboss.org To unsubscribe send an email to hibernate-dev-le...@lists.jboss.org %(web_page_url)slistinfo%(cgiex

[hibernate-dev] Re: FetchMode.SELECT

2021-01-07 Thread Christian Beikov
I agree that this should be supported. Specifying a fetch mode should IMO not change the fetch type to LAZY or EAGER. Am 06.01.2021 um 04:50 schrieb Gail Badner: Should it be possible to force an eager association to be loaded by a separate query using @Fetch(FetchMode.SELECT)? I thought that