Uses of Class
org.eclipse.persistence.oxm.XMLField
-
-
Uses of XMLField in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return XMLField Modifier and Type Method Description protected XMLFieldEISObjectPersistenceXMLProject. buildTypedField(String fieldName) -
Uses of XMLField in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return XMLField Modifier and Type Method Description protected XMLFieldObjectPersistenceRuntimeXMLProject. buildTypedField(String fieldName) -
Uses of XMLField in org.eclipse.persistence.oxm
Subclasses of XMLField in org.eclipse.persistence.oxm Modifier and Type Class Description classXMLUnionFieldSubclass of XMLField for fields that are mapped to unions.Fields in org.eclipse.persistence.oxm declared as XMLField Modifier and Type Field Description static XMLFieldXMLConstants. DEFAULT_XML_TYPE_ATTRIBUTEMethods in org.eclipse.persistence.oxm that return XMLField Modifier and Type Method Description protected XMLFieldXMLContext. createField(String path)XMLFieldXMLDescriptor. getDefaultRootElementField()Methods in org.eclipse.persistence.oxm with parameters of type XMLField Modifier and Type Method Description voidXMLDescriptor. 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 XMLField Modifier and Type Method Description Map<XMLField,XMLMapping>XMLChoiceCollectionMapping. getChoiceElementMappings()Map<XMLField,XMLMapping>XMLChoiceObjectMapping. getChoiceElementMappings()Map<String,XMLField>XMLChoiceCollectionMapping. getClassNameToFieldMappings()Map<String,XMLField>XMLChoiceObjectMapping. getClassNameToFieldMappings()Map<Class<?>,XMLField>XMLChoiceCollectionMapping. getClassToFieldMappings()Map<Class<?>,XMLField>XMLChoiceObjectMapping. getClassToFieldMappings()Map<Class<?>,List<XMLField>>XMLChoiceCollectionMapping. getClassToSourceFieldsMappings()Map<Class<?>,List<XMLField>>XMLChoiceObjectMapping. getClassToSourceFieldsMappings()Map<XMLField,Class<?>>XMLChoiceCollectionMapping. getFieldToClassMappings()Map<XMLField,Class<?>>XMLChoiceObjectMapping. getFieldToClassMappings()Methods in org.eclipse.persistence.oxm.mappings with parameters of type XMLField Modifier and Type Method Description voidXMLChoiceCollectionMapping. addChoiceElement(XMLField xmlField, Class<?> elementType)voidXMLChoiceCollectionMapping. addChoiceElement(XMLField sourceField, Class<?> elementType, XMLField targetField)voidXMLChoiceCollectionMapping. addChoiceElement(XMLField field, String elementTypeName)voidXMLChoiceObjectMapping. addChoiceElement(XMLField xmlField, Class<?> elementType)voidXMLChoiceObjectMapping. addChoiceElement(XMLField sourceField, Class<?> elementType, XMLField targetField)voidXMLChoiceObjectMapping. addChoiceElement(XMLField field, String elementTypeName)voidXMLChoiceObjectMapping. addChoiceElement(XMLField sourceField, String elementTypeName, XMLField targetField)voidXMLChoiceCollectionMapping. addConverter(XMLField field, Converter converter)voidXMLChoiceObjectMapping. addConverter(XMLField field, Converter converter)voidXMLObjectReferenceMapping. addSourceToTargetKeyFieldAssociation(XMLField srcField, XMLField tgtField)protected AbstractRecordXMLVariableXPathCollectionMapping. buildCompositeRow(XMLField variableField, Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType)protected AbstractRecordXMLVariableXPathObjectMapping. buildCompositeRow(XMLField variableField, Object attributeValue, AbstractSession session, AbstractRecord parentRow, DatabaseMapping.WriteType writeType)ObjectXMLCollectionReferenceMapping. 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).ObjectXMLObjectReferenceMapping. 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).voidXMLCollectionReferenceMapping. 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.voidXMLCollectionReferenceMapping. 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.voidXMLObjectReferenceMapping. 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.ConverterXMLChoiceCollectionMapping. getConverter(XMLField field)ConverterXMLChoiceObjectMapping. getConverter(XMLField field)protected QNameXMLObjectReferenceMapping. getSchemaType(XMLField xmlField, Object value, AbstractSession session)Return a QName representation the schema type for a given XMLField, if applicable.ObjectXMLBinaryDataCollectionMapping. 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 XMLField Modifier and Type Method Description voidXMLChoiceCollectionMapping. addChoiceElement(List<XMLField> srcFields, Class<?> elementType, List<XMLField> tgtFields)voidXMLChoiceCollectionMapping. addChoiceElement(List<XMLField> srcFields, String elementTypeName, List<XMLField> tgtFields)voidXMLChoiceObjectMapping. addChoiceElement(List<XMLField> srcFields, Class<?> elementType, List<XMLField> tgtFields)voidXMLChoiceObjectMapping. 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 Constructor Description XMLRootConverter(XMLField associatedField) -
Uses of XMLField in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XMLField Modifier and Type Method Description protected XMLFieldXMLRecord. convertToXMLField(DatabaseField databaseField)INTERNAL: Convert a DatabaseField to an XMLFieldMethods in org.eclipse.persistence.oxm.record that return types with arguments of type XMLField Modifier and Type Method Description protected List<XMLField>XMLRecord. convertToXMLField(List<DatabaseField> databaseFields)Method parameters in org.eclipse.persistence.oxm.record with type arguments of type XMLField Modifier and Type Method Description ObjectDOMRecord. put(List<XMLField> xmlFields, List<XMLEntry> values)
-