[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.ejb-orm] Re: JDO fetch-groups important for RCP, EJB3 doesn't have comparable concept

Max Rydahl Andersen schrieb:
Let me rephrase myself then - we do have fetch groups, but not dynamic  fetch groups.
Well, stubborn as I am, I wouldn't say Hibernate has fetch groups. What you have in Hibernate is support for a single default fetch group per class, and that's exactly what JDO 1.x had. The term "fetch groups" was coined later in JDO 2, and the plural in it refers to the fact that you can have multiple fetch groups per class (from which you can then chose dynamically). You see that I don't want to grant Hibernate even the "s" in "fetch groups" ;)

This thread really keeps me hanging on...