Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.DirectMapping
-
Packages that use DirectMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.schema org.eclipse.persistence.oxm.mappings -
-
Uses of DirectMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return DirectMapping Modifier and Type Method Description DirectMappingXMLDirectMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type DirectMapping Constructor Description XMLDirectMappingNodeValue(DirectMapping xmlDirectMapping) -
Uses of DirectMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type DirectMapping Modifier and Type Method Description protected AttributeSchemaModelGenerator. buildAttribute(DirectMapping mapping, String schemaType)Build and return an Attribute for a given XMLDirectMapping.protected StringSchemaModelGenerator. getSchemaTypeForDirectMapping(DirectMapping mapping, Schema workingSchema)Return the schema type for a given mapping's xmlfield.protected booleanSchemaModelGenerator. isFragPrimaryKey(XPathFragment frag, DirectMapping mapping)Indicates if a given fragment is a primary key.protected voidSchemaModelGenerator. processEnumeration(String schemaTypeString, XPathFragment frag, DirectMapping mapping, Sequence seq, ComplexType ct, Schema workingSchema, CoreConverter converter)Process information contained within an EnumTypeConverter.protected voidSchemaModelGenerator. processXMLDirectMapping(DirectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLDirectMapping. -
Uses of DirectMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement DirectMapping Modifier and Type Class Description classXMLBinaryDataMappingPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.classXMLDirectMappingXML Direct Mappings map a Java attribute directly to XML attribute or text node.classXMLFragmentMappingPurpose: This mapping provides a means to keep a part of the xml tree as a DOM element.
-