Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.context.JaxbAttributeMapping

Packages that use JaxbAttributeMapping
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.eclipselink.core.context.java   
 

Uses of JaxbAttributeMapping in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return JaxbAttributeMapping
 JaxbAttributeMapping JaxbFactory.buildJavaNullAttributeMapping(JaxbPersistentAttribute parent)
           
 JaxbAttributeMapping JaxbFactory.buildJavaXmlTransientMapping(JaxbPersistentAttribute parent)
           
 

Uses of JaxbAttributeMapping in org.eclipse.jpt.jaxb.core.context
 

Subinterfaces of JaxbAttributeMapping in org.eclipse.jpt.jaxb.core.context
 interface XmlAnyAttributeMapping
          Represents a JAXB xml any attribute mapping (@XmlAnyAttribute) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAnyElementMapping
          Represents a JAXB xml any element mapping (@XmlAnyElement) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlAttributeMapping
          Represents a JAXB xml attribute mapping (@XmlAttribute) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementMapping
          Represents a JAXB xml element mapping (@XmlElement) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRefMapping
          Represents a JAXB xml element ref mapping (@XmlElementRef) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementRefsMapping
          Represents a JAXB xml element refs mapping (@XmlElementRefs) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlElementsMapping
          Represents a JAXB xml elements mapping (@XmlElements) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNamedNodeMapping
          Common interface for XmlElementMapping and XmlAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlNodeMapping
          Common interface for XmlElementMapping, XmlAttributeMapping, and XmlValueMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface XmlValueMapping
          Represents a JAXB xml value mapping (@XmlValue) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Fields in org.eclipse.jpt.jaxb.core.context with type parameters of type JaxbAttributeMapping
static org.eclipse.jpt.common.utility.predicate.Predicate<JaxbAttributeMapping> XmlNamedNodeMapping.MAPPING_IS_NAMED_NODE_MAPPING
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbPersistentAttribute,JaxbAttributeMapping> JaxbPersistentAttribute.MAPPING_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbAttributeMapping,Iterable<String>> JaxbAttributeMapping.REFERENCED_XML_TYPE_NAMES_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbAttributeMapping
 JaxbAttributeMapping JaxbPersistentAttribute.getMapping()
          Return the attribute's mapping.
 JaxbAttributeMapping JaxbClassMapping.getXmlIdMapping()
          Return the id attribute mapping for this class mapping, if it has one.
 JaxbAttributeMapping JaxbPersistentAttribute.setMappingKey(String key)
          Set the attribute's mapping.
 JaxbAttributeMapping JaxbPersistentAttribute.MappingTransformer.transform(JaxbPersistentAttribute attribute)
           
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type JaxbAttributeMapping
 boolean XmlNamedNodeMapping.MappingIsNamedNodeMapping.evaluate(JaxbAttributeMapping mapping)
           
 Iterable<String> JaxbAttributeMapping.ReferencedXmlTypeNamesTransformer.transform(JaxbAttributeMapping mapping)
           
 

Uses of JaxbAttributeMapping in org.eclipse.jpt.jaxb.core.context.java
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return JaxbAttributeMapping
 JaxbAttributeMapping JavaAttributeMappingDefinition.buildMapping(JaxbPersistentAttribute attribute, JaxbFactory factory)
          Build a Java attribute mapping for the specified attribute.
 

Uses of JaxbAttributeMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.java
 

Subinterfaces of JaxbAttributeMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.java
 interface ELXmlAnyAttributeMapping
          Oxm extensions to XmlAnyAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlAnyElementMapping
          Oxm extensions to XmlAnyElementMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlAttributeMapping
          Oxm extensions to XmlAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlElementMapping
          Oxm extensions to XmlElementMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlElementsMapping
          Oxm extensions to XmlElementsMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlInverseReferenceMapping
          Represents an Oxm XmlInverseReference attribute mapping in either java annotations or oxm file.
 interface ELXmlJoinNodesMapping
          Represents an Oxm XmlJoinNodes attribute mapping in either java annotations or oxm file.
 interface ELXmlNamedNodeMapping
          Common interface for ELXmlElementMapping and ELXmlAttributeMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ELXmlValueMapping
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.