Package | Description |
---|---|
oracle.toplink.essentials.indirection | |
oracle.toplink.essentials.internal.descriptors | |
oracle.toplink.essentials.internal.indirection |
Modifier and Type | Class and Description |
---|---|
class |
IndirectList
IndirectList allows a domain class to take advantage of TopLink indirection
without having to declare its instance variable as a ValueHolderInterface.
|
class |
IndirectMap
IndirectMap allows a domain class to take advantage of TopLink indirection
without having to declare its instance variable as a ValueHolderInterface.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DescriptorIterator.internalIterateIndirectContainer(IndirectContainer container)
Iterate an indirect container (IndirectList or IndirectMap).
|
void |
DescriptorIterator.iterateIndirectContainerForMapping(IndirectContainer container,
DatabaseMapping mapping)
Iterate on the indirection object for its mapping.
|
Modifier and Type | Method and Description |
---|---|
protected IndirectContainer |
TransparentIndirectionPolicy.buildIndirectContainer()
Construct and return an instance of the specified
indirect container class.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
TransparentIndirectionPolicy.buildBackupClone(IndirectContainer container)
INTERNAL:
Return a backup clone of a clone container that has not been
read from the database yet.
|
Copyright © 2022. All rights reserved.