Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
-
-
Uses of BinaryDataMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return BinaryDataMapping Modifier and Type Method Description BinaryDataMappingXMLBinaryDataMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type BinaryDataMapping Constructor Description XMLBinaryDataMappingNodeValue(BinaryDataMapping mapping) -
Uses of BinaryDataMapping in org.eclipse.persistence.internal.oxm.record
Constructors in org.eclipse.persistence.internal.oxm.record with parameters of type BinaryDataMapping Constructor Description BinaryDataUnmarshalRecord(ObjectBuilder treeObjectBuilder, UnmarshalRecord parentRecord, XMLBinaryDataMappingNodeValue xmlBinaryDataMappingNodeValue, BinaryDataMapping xmlBinaryDataMapping) -
Uses of BinaryDataMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type BinaryDataMapping Modifier and Type Method Description protected voidSchemaModelGenerator. processXMLBinaryDataMapping(BinaryDataMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLBinaryDataMapping. -
Uses of BinaryDataMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement BinaryDataMapping Modifier and Type Class Description classXMLBinaryDataMappingPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.
-