Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
Packages that use DirectCollectionMapping
Package
Description
-
Uses of DirectCollectionMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return DirectCollectionMappingConstructors in org.eclipse.persistence.internal.oxm with parameters of type DirectCollectionMappingModifierConstructorDescriptionXMLCompositeDirectCollectionMappingNodeValue(DirectCollectionMapping xmlCompositeDirectCollectionMapping) -
Uses of DirectCollectionMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type DirectCollectionMappingModifier and TypeMethodDescriptionprotected 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.jaxb.compiler
Methods in org.eclipse.persistence.jaxb.compiler that return DirectCollectionMappingModifier and TypeMethodDescriptionMappingsGenerator.generateDirectCollectionMapping(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo) MappingsGenerator.generateEnumCollectionMapping(Property property, Descriptor descriptor, NamespaceInfo namespaceInfo, EnumTypeInfo info) -
Uses of DirectCollectionMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement DirectCollectionMappingModifier and TypeClassDescriptionclassPurpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.classComposite direct collection XML mappings map a collection of simple types (String, Number, Date, etc.) to and from a sequence of composite XML nodes.