Interface | Description |
---|---|
IndirectCollection |
Purpose: Common interface to indirect collections.
|
IndirectContainer |
Purpose: Define an interface for a Container that can also act as an EclipseLink "indirection" object; i.e. the Container will only read its contents from the database when necessary (typically, on receipt of the first Container-related message).
|
ValueHolderInterface |
Purpose: Interface to allow lazy loading of an object's relationships from the database.
|
WeavedAttributeValueHolderInterface |
INTERNAL: This interface defines functionality 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.
|