Package | Description |
---|---|
oracle.toplink.essentials.internal.descriptors | |
oracle.toplink.essentials.mappings |
Modifier and Type | Class and Description |
---|---|
class |
InstanceVariableAttributeAccessor
Purpose: A wrapper class for handling cases when the domain object has instance varible
to map to the database field.
|
class |
MethodAttributeAccessor
Purpose: A wrapper class for handling cases when the domain object attributes are
to be accessed thru the accessor methods.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeAccessor |
DatabaseMapping.attributeAccessor
Wrapper to store the reference objects.
|
Modifier and Type | Method and Description |
---|---|
AttributeAccessor |
DatabaseMapping.getAttributeAccessor()
ADVANCED:
Return the attributeAccessor.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseMapping.setAttributeAccessor(AttributeAccessor attributeAccessor)
ADVANCED:
Set the attributeAccessor.
|
Copyright © 2023. All rights reserved.