Uses of Class
org.eclipse.persistence.oxm.XMLField
Package
Description
-
Uses of XMLField in org.eclipse.persistence.eis
Modifier and TypeMethodDescriptionprotected XMLField
EISObjectPersistenceXMLProject.buildTypedField
(String fieldName) -
Uses of XMLField in org.eclipse.persistence.internal.sessions.factories
Modifier and TypeMethodDescriptionprotected XMLField
ObjectPersistenceRuntimeXMLProject.buildTypedField
(String fieldName) -
Uses of XMLField in org.eclipse.persistence.oxm
Modifier and TypeClassDescriptionclass
Subclass of XMLField for fields that are mapped to unions.Modifier and TypeMethodDescriptionprotected XMLField
XMLContext.createField
(String path) XMLDescriptor.getDefaultRootElementField()
Modifier and TypeMethodDescriptionvoid
XMLDescriptor.setDefaultRootElementField
(XMLField xmlField) -
Uses of XMLField in org.eclipse.persistence.oxm.mappings
Modifier and TypeMethodDescriptionXMLChoiceCollectionMapping.getChoiceElementMappings()
XMLChoiceObjectMapping.getChoiceElementMappings()
XMLChoiceCollectionMapping.getClassNameToFieldMappings()
XMLChoiceObjectMapping.getClassNameToFieldMappings()
XMLChoiceCollectionMapping.getClassToFieldMappings()
XMLChoiceObjectMapping.getClassToFieldMappings()
XMLChoiceCollectionMapping.getClassToSourceFieldsMappings()
XMLChoiceObjectMapping.getClassToSourceFieldsMappings()
XMLChoiceCollectionMapping.getFieldToClassMappings()
XMLChoiceObjectMapping.getFieldToClassMappings()
Modifier and TypeMethodDescriptionvoid
XMLChoiceCollectionMapping.addChoiceElement
(XMLField xmlField, Class<?> elementType) void
XMLChoiceCollectionMapping.addChoiceElement
(XMLField sourceField, Class<?> elementType, XMLField targetField) void
XMLChoiceCollectionMapping.addChoiceElement
(XMLField field, String elementTypeName) void
XMLChoiceObjectMapping.addChoiceElement
(XMLField xmlField, Class<?> elementType) void
XMLChoiceObjectMapping.addChoiceElement
(XMLField sourceField, Class<?> elementType, XMLField targetField) void
XMLChoiceObjectMapping.addChoiceElement
(XMLField field, String elementTypeName) void
XMLChoiceObjectMapping.addChoiceElement
(XMLField sourceField, String elementTypeName, XMLField targetField) void
XMLChoiceCollectionMapping.addConverter
(XMLField field, Converter converter) void
XMLChoiceObjectMapping.addConverter
(XMLField field, Converter converter) void
XMLObjectReferenceMapping.addSourceToTargetKeyFieldAssociation
(XMLField srcField, XMLField tgtField) protected AbstractRecord
XMLVariableXPathCollectionMapping.buildCompositeRow
(XMLField variableField, Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType) protected AbstractRecord
XMLVariableXPathObjectMapping.buildCompositeRow
(XMLField variableField, Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType) XMLCollectionReferenceMapping.buildFieldValue
(Object targetObject, XMLField xmlFld, AbstractSession session) INTERNAL: Retrieve the target object's primary key value that is mapped to a given source xpath (in the source-target key field association list).XMLObjectReferenceMapping.buildFieldValue
(Object targetObject, XMLField xmlFld, AbstractSession session) INTERNAL: Retrieve the target object's primary key value that is mapped to a given source xpath (in the source-target key field association list).void
XMLCollectionReferenceMapping.buildReference
(Object srcObject, XMLField xmlField, Object object, AbstractSession session, Object container, ReferenceResolver resolver) INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.void
XMLCollectionReferenceMapping.buildReference
(UnmarshalRecord record, XMLField xmlField, Object object, AbstractSession session, Object container) INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.void
XMLObjectReferenceMapping.buildReference
(UnmarshalRecord record, XMLField xmlField, Object object, AbstractSession session) INTERNAL: Create (if necessary) and populate a reference object that will be used during the mapping reference resolution phase after unmarshalling is complete.XMLChoiceCollectionMapping.getConverter
(XMLField field) XMLChoiceObjectMapping.getConverter
(XMLField field) protected QName
XMLObjectReferenceMapping.getSchemaType
(XMLField xmlField, Object value, AbstractSession session) Return a QName representation the schema type for a given XMLField, if applicable.XMLBinaryDataCollectionMapping.getValueToWrite
(Object value, Object parent, XMLRecord record, XMLField field, XMLField includeField, AbstractSession session) Modifier and TypeMethodDescriptionvoid
XMLChoiceCollectionMapping.addChoiceElement
(List<XMLField> srcFields, Class<?> elementType, List<XMLField> tgtFields) void
XMLChoiceCollectionMapping.addChoiceElement
(List<XMLField> srcFields, String elementTypeName, List<XMLField> tgtFields) void
XMLChoiceObjectMapping.addChoiceElement
(List<XMLField> srcFields, Class<?> elementType, List<XMLField> tgtFields) void
XMLChoiceObjectMapping.addChoiceElement
(List<XMLField> srcFields, String elementTypeName, List<XMLField> tgtFields) -
Uses of XMLField in org.eclipse.persistence.oxm.mappings.converters
-
Uses of XMLField in org.eclipse.persistence.oxm.record
Modifier and TypeMethodDescriptionprotected XMLField
XMLRecord.convertToXMLField
(DatabaseField databaseField) INTERNAL: Convert a DatabaseField to an XMLFieldModifier and TypeMethodDescriptionXMLRecord.convertToXMLField
(List<DatabaseField> databaseFields) -
Uses of XMLField in org.eclipse.persistence.tools.dbws
Modifier and TypeMethodDescriptionprotected static XmlElement
XmlBindingsGenerator.processXMLMapping
(XMLField xfld, String attName, String xpath, String attClassification, AbstractNullPolicy nullPolicy, boolean isCDATA, String containerName, boolean inlineBinary, boolean isSWARef, String mimeType) Process a given XMLMapping and return an XmlElement.protected static XmlAttribute
XmlBindingsGenerator.processXMLMapping
(XMLField xfld, String attName, String xpath, String attClassification, AbstractNullPolicy nullPolicy, String containerName, boolean inlineBinary, boolean isSWARef, String mimeType) Process a given XMLMapping and return an XmlAttribute.