public class AttributeMappingOneToOne extends AttributeMapping
| Constructor and Description |
|---|
AttributeMappingOneToOne() |
AttributeMappingOneToOne(oracle.adfmf.util.XmlAnyDefinition xmlAnyDefinition) |
AttributeMappingOneToOne(oracle.adfmf.util.XmlAnyDefinition xmlAnyDefinition,
String[] strings,
String[] strings1) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessorMethod() |
java.util.Map<String,String> |
getColumnMappings()
Returns a map with column mappings which are needed to construct the WHERE clause to get
the parent row.
|
String |
getColumnName() |
ClassMappingDescriptor |
getReferenceClassMappingDescriptor() |
boolean |
isOneToOneMapping() |
getAttributeName, getAttributeNameInPayload, getClassMappingDescriptor, getDateFormat, isDirectMapping, isOneToManyMapping, isPersisted, isPrimaryKeyMapping, setClassMappingDescriptoraccept, clone, dumpXmlAnyDefinition, getAttributeBooleanValue, getAttributeBooleanValue, getAttributeDetailInformation, getAttributeIntegerValue, getAttributeIntegerValue, getAttributeNames, getAttributeStringValue, getAttributeStringValue, getAttributeValue, getChildDefinition, getChildDefinition, getChildDefinition, getChildDefinition, getChildDefinitionCount, getChildDefinitionIncludes, getChildDefinitions, getChildDefinitions, getChildDefinitions, getChildDefinitions, getChildren, getCustomProperty, getElementName, getLocation, getMinOccursCustomPropertyValue, getText, loadXmlFromLocation, loadXmlFromStream, mergeChildren, parseAttributes, parseChild, parseText, prettyPrint, setAttributeValue, toStringpublic AttributeMappingOneToOne()
public AttributeMappingOneToOne(oracle.adfmf.util.XmlAnyDefinition xmlAnyDefinition)
public AttributeMappingOneToOne(oracle.adfmf.util.XmlAnyDefinition xmlAnyDefinition,
String[] strings,
String[] strings1)
public boolean isOneToOneMapping()
isOneToOneMapping in class AttributeMappingpublic String getAccessorMethod()
public ClassMappingDescriptor getReferenceClassMappingDescriptor()
public java.util.Map<String,String> getColumnMappings()
public String getColumnName()
getColumnName in class AttributeMapping