| Interface | Description |
|---|---|
| IndirectContainer |
Purpose:
Define an interface for a Container that can also act as a TopLink
"indirection" object; i.e.
|
| ValueHolderInterface |
Purpose: Interface to allow lazy loading of an object's relationships from the database.
|
| WeavedAttributeValueHolderInterface |
INTERNAL:
This interface defines funtionality required by ValueHolders for OneToOneMappings that
have LAZY access weaved into them and use Property (method) based access
The weaving feature adds a paralell valueholder to the class it weaves and uses that valueholder
to control the lazy loading.
|
| Class | Description |
|---|---|
| IndirectList |
IndirectList allows a domain class to take advantage of TopLink indirection
without having to declare its instance variable as a ValueHolderInterface.
|
| IndirectMap |
IndirectMap allows a domain class to take advantage of TopLink indirection
without having to declare its instance variable as a ValueHolderInterface.
|
| IndirectSet |
IndirectSet is an example implementation of the Set protocol that
allows a domain class to take advantage of TopLink Indirection
without having to declare its instance variable as a ValueHolderInterface.
|
| ValueHolder |
Purpose: Act as a place holder for a variable that required a value holder interface.
|