Uses of Class
org.eclipse.persistence.oxm.XMLField
Packages that use XMLField
Package
Description
-
Uses of XMLField in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return XMLFieldModifier and TypeMethodDescriptionprotected XMLField
EISObjectPersistenceXMLProject.buildTypedField
(String fieldName) -
Uses of XMLField in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return XMLFieldModifier and TypeMethodDescriptionprotected XMLField
ObjectPersistenceRuntimeXMLProject.buildTypedField
(String fieldName) -
Uses of XMLField in org.eclipse.persistence.oxm
Subclasses of XMLField in org.eclipse.persistence.oxmModifier and TypeClassDescriptionclass
Subclass of XMLField for fields that are mapped to unions.Fields in org.eclipse.persistence.oxm declared as XMLFieldMethods in org.eclipse.persistence.oxm that return XMLFieldModifier and TypeMethodDescriptionprotected XMLField
XMLContext.createField
(String path) XMLDescriptor.getDefaultRootElementField()
Methods in org.eclipse.persistence.oxm with parameters of type XMLFieldModifier and TypeMethodDescriptionvoid
XMLDescriptor.setDefaultRootElementField
(XMLField xmlField) -
Uses of XMLField in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that return types with arguments of type XMLFieldModifier and TypeMethodDescriptionXMLChoiceCollectionMapping.getChoiceElementMappings()
XMLChoiceObjectMapping.getChoiceElementMappings()
XMLChoiceCollectionMapping.getClassNameToFieldMappings()
XMLChoiceObjectMapping.getClassNameToFieldMappings()
XMLChoiceCollectionMapping.getClassToFieldMappings()
XMLChoiceObjectMapping.getClassToFieldMappings()
XMLChoiceCollectionMapping.getClassToSourceFieldsMappings()
XMLChoiceObjectMapping.getClassToSourceFieldsMappings()
XMLChoiceCollectionMapping.getFieldToClassMappings()
XMLChoiceObjectMapping.getFieldToClassMappings()
Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLFieldModifier 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) Method parameters in org.eclipse.persistence.oxm.mappings with type arguments of type XMLFieldModifier 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
Constructors in org.eclipse.persistence.oxm.mappings.converters with parameters of type XMLField -
Uses of XMLField in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XMLFieldModifier and TypeMethodDescriptionprotected XMLField
XMLRecord.convertToXMLField
(DatabaseField databaseField) INTERNAL: Convert a DatabaseField to an XMLFieldMethods in org.eclipse.persistence.oxm.record that return types with arguments of type XMLFieldModifier and TypeMethodDescriptionXMLRecord.convertToXMLField
(List<DatabaseField> databaseFields) Method parameters in org.eclipse.persistence.oxm.record with type arguments of type XMLField -
Uses of XMLField in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws with parameters of type XMLFieldModifier 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.