Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
-
Packages that use DirectCollectionMapping Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.schema org.eclipse.persistence.oxm.mappings -
-
Uses of DirectCollectionMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return DirectCollectionMapping Modifier and Type Method Description DirectCollectionMappingXMLCompositeDirectCollectionMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type DirectCollectionMapping Constructor Description XMLCompositeDirectCollectionMappingNodeValue(DirectCollectionMapping xmlCompositeDirectCollectionMapping) -
Uses of DirectCollectionMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type DirectCollectionMapping Modifier and Type Method Description protected voidSchemaModelGenerator. processXMLCompositeDirectCollectionMapping(DirectCollectionMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties)Process a given XMLCompositeDirectCollectionMapping. -
Uses of DirectCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement DirectCollectionMapping 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.classXMLCompositeDirectCollectionMappingComposite direct collection XML mappings map a collection of simple types (String, Number, Date, etc.) to and from a sequence of composite XML nodes.
-