You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@openjpa.apache.org by Nick Johnson <ap...@spatula.net> on 2007/11/06 20:48:04 UTC

lazy loading of @Embedded?

I can't seem to find the answer to this in the manual, or I'm just not 
searching the right way.

Is fetch=FetchType.LAZY supported on @Embedded fields?

   Nick

-- 
"Courage isn't just a matter of not being frightened, you know. It's being
 afraid and doing what you have to do anyway."
   Doctor Who - Planet of the Daleks
This message has been brought to you by Nick Johnson 2.3b1 and the number 6.
http://healerNick.com/       http://morons.org/        http://spatula.net/

Re: lazy loading of @Embedded?

Posted by Michael Terrington <mi...@terrington.id.au>.
I've also noticed that nullable=false seems to be ignored on @Embedded 
fields.

Nick Johnson wrote:
> I can't seem to find the answer to this in the manual, or I'm just not 
> searching the right way.
> 
> Is fetch=FetchType.LAZY supported on @Embedded fields?
> 
>    Nick
>