Uses of Interface
org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
-
-
Uses of CompositeObjectMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return CompositeObjectMapping Modifier and Type Method Description CompositeObjectMappingXMLCompositeObjectMappingNodeValue. getMapping()Constructors in org.eclipse.persistence.internal.oxm with parameters of type CompositeObjectMapping Constructor Description XMLCompositeObjectMappingNodeValue(CompositeObjectMapping xmlCompositeObjectMapping)XMLCompositeObjectMappingNodeValue(CompositeObjectMapping xmlCompositeObjectMapping, boolean isInverse) -
Uses of CompositeObjectMapping in org.eclipse.persistence.internal.oxm.mappings
Subinterfaces of CompositeObjectMapping in org.eclipse.persistence.internal.oxm.mappings Modifier and Type Interface Description interfaceCompositeCollectionMapping<ABSTRACT_SESSION extends CoreAbstractSession,ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CONTAINER_POLICY extends CoreContainerPolicy,CONVERTER extends CoreConverter,DESCRIPTOR extends CoreDescriptor,FIELD extends CoreField,MARSHALLER extends Marshaller,SESSION extends CoreSession,UNMARSHAL_KEEP_AS_ELEMENT_POLICY extends UnmarshalKeepAsElementPolicy,UNMARSHALLER extends Unmarshaller,XML_RECORD extends XMLRecord> -
Uses of CompositeObjectMapping in org.eclipse.persistence.internal.oxm.schema
Methods in org.eclipse.persistence.internal.oxm.schema with parameters of type CompositeObjectMapping Modifier and Type Method Description protected voidSchemaModelGenerator. processXMLCompositeMapping(CompositeObjectMapping mapping, Sequence seq, ComplexType ct, HashMap<String,Schema> schemaForNamespace, Schema workingSchema, SchemaModelGeneratorProperties properties, List<Descriptor> descriptors, boolean collection)Process a given XML composite mapping - either an XMLCompositeObjectMapping, or an XMLCompositeCollectionMapping. -
Uses of CompositeObjectMapping in org.eclipse.persistence.oxm.mappings
Classes in org.eclipse.persistence.oxm.mappings that implement CompositeObjectMapping Modifier and Type Class Description classXMLCompositeCollectionMappingComposite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.classXMLCompositeObjectMappingComposite object XML mappings represent a relationship between two classes.classXMLVariableXPathCollectionMappingclassXMLVariableXPathObjectMapping
-