Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.DirectMapping
Packages that use DirectMapping
Package
Description
-
Uses of DirectMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return DirectMappingConstructors in org.eclipse.persistence.internal.oxm with parameters of type DirectMapping -
Uses of DirectMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type DirectMappingModifier and TypeMethodDescriptionprotected 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.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return DirectMappingModifier and TypeMethodDescriptionMappingsGenerator.generateDirectEnumerationMapping(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, EnumTypeInfo enumInfo) MappingsGenerator.generateDirectMapping(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) -
Uses of DirectMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement DirectMappingModifier and TypeClassDescriptionclassPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.classXML Direct Mappings map a Java attribute directly to XML attribute or text node.classPurpose: This mapping provides a means to keep a part of the xml tree as a DOM element.