Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Mapping Question

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


Back to the top