persistence@glassfish.java.net

Re: Need Doc help on Lazy Loading

From: Tom Ware <tom.ware_at_oracle.com>
Date: Tue, 12 Dec 2006 11:23:20 -0500

Sorry about the typo. Wonseok is right.

Wonseok Kim wrote:

> On 12/12/06, *Tom Ware* <tom.ware_at_oracle.com
> <mailto: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
>
>