Re: [hibernate-dev] Use cases for many-to-many collection of proxies?

2013-10-22 Thread Steve Ebersole
Gail is correct. extra-lazy is something else completely. On Oct 22, 2013 4:00 PM, "Gail Badner" wrote: > As far as I can tell, "extra-lazy" applies to the collection itself, not > its elements. lazy="extra" is defined on , , , , > . > > Currently, an extra-lazy collection can be configured hav

Re: [hibernate-dev] Use cases for many-to-many collection of proxies?

2013-10-22 Thread Gail Badner
As far as I can tell, "extra-lazy" applies to the collection itself, not its elements. lazy="extra" is defined on , , , , . Currently, an extra-lazy collection can be configured having with fetch="select" or outer-join="false". In the case of a map, doing a lookup by key would not initialize

Re: [hibernate-dev] [OGM] Option identity

2013-10-22 Thread Emmanuel Bernard
On Mon 2013-10-21 17:17, Gunnar Morling wrote: > 2013/10/21 Emmanuel Bernard > So he changed the implementation of Option / UniqueOption to behave like I > > previously explained for generic options but to properly return > > ShowSql.equals(ShowSql.FALSE) == false. To do so, he removed > > getOpti