persistence@glassfish.java.net

Re: Need Doc help on Lazy Loading

From: Wonseok Kim <guruwons_at_gmail.com>
Date: Wed, 13 Dec 2006 01:14:36 +0900

On 12/12/06, Tom Ware <tom.ware_at_oracle.com> wrote:
>
> Hi,
>
> Here's some additional information.
>
> TopLink Essentials uses some fundamental TopLink features to implement
> indirection.
>
> 1. For OneToMany and ManyToOne, TopLink weaves your classes to include
> implementations of TopLink's ValueHolderInterface


You mean OneToOne and ManyToOne, right?

2. For OneToMany and ManyToMany, TopLink uses a feature called
> transparent indirection
>
> Here is a pointer to the documentation for those features for the
> non-JPA TopLink product.
>
>
> http://www.oracle.com/technology/products/ias/toplink/doc/10131/main/_html/mapun002.htm#CHDJAHDC
>
> -Tom
>
>