Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
-
Packages that use BinaryDataCollectionMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.schema org.eclipse.persistence.oxm.mappings -
-
Uses of BinaryDataCollectionMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return BinaryDataCollectionMapping Modifier and Type Method Description BinaryDataCollectionMappingXMLBinaryDataCollectionMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type BinaryDataCollectionMapping Constructor Description XMLBinaryDataCollectionMappingNodeValue(BinaryDataCollectionMapping mapping) -
Uses of BinaryDataCollectionMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type BinaryDataCollectionMapping Modifier and Type Method Description protected voidSchemaModelGenerator. processXMLBinaryDataCollectionMapping(BinaryDataCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLBinaryDataCollectionMapping. -
Uses of BinaryDataCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement BinaryDataCollectionMapping Modifier and Type Class Description classXMLBinaryDataCollectionMappingPurpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.
-