[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [eclipselink-users] Mapping Question
|
- From: Roger <roger.varley@xxxxxxxxxxxxxx>
- Date: Thu, 24 Sep 2009 23:53:52 +0300
- Delivered-to: eclipselink-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=G4Do0GGRIKFnfkZvAzwPgQty58MnXmadyjIZup52AP8=; b=PgEyXXzr8/bVtSG4AU5zVcaOm7ODHLMo3EMrkkSFf3J1i34JmzqpgJAD43eo+8t+qJ apKIE5a93w/q5JWwYySZbVrBfVRvWLVMCE96Kb+WUYZYjVF3+qjUHI/h2ywyLShsMpSY 4q8VPtEGRrmtAeP6IG3qAv3N7ErQuCtEd3foI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :message-id; b=eZh8dbxFBiPvbSaIYmGpUiK1OBfivyPS5M+vwGVqFcOEGkSHfMRlLVRgq2aBOr1O77 B89v9/lgKIcZDeqYeoqLMxq4trDPQV7cds/f4BTa3HTo4h6I6W77xVGhZLJjpuWZxGyq jUrj3j9NDUrjrlLi0B9TTHNjxjBN2z18Cx7Sc=
- User-agent: KMail/1.10.3 (Linux/2.6.27.29-0.1-pae; KDE/4.3.1; i686; ; )
On Thursday 24 September 2009 22:16:38 christopher delahunt wrote:
> Sorry, I understand the problem now. Though you have Lazy turned on, it
> can only work on OneToOne and ManyToOne if you are using weaving. Lazy
> loading on OneToMany and ManyToMany doesn't require weaving since they
> can use a collection implementation, which is why they are lazy by
> default and the others have to be set. Weaving can be done statically
> or at runtime through a java agent as described:
>
> http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_(ELUG)#Using_Eclip
>seLink_JPA_Weaving
>
Thanks for that. I don't suppose that you have any idea where I should be
looking for clues as to why the query appears to simply terminate. I'm running
the program within Galileo.
Regards
Roger