Dali Provisional API
Release 3.2

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

Packages that use JaxbPersistentAttribute
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.core.platform   
 

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

Methods in org.eclipse.jpt.jaxb.core that return JaxbPersistentAttribute
 JaxbPersistentAttribute JaxbFactory.buildJavaPersistentAttribute(JaxbClassMapping parent, Accessor accessor)
           
 JaxbPersistentAttribute JaxbFactory.buildJavaPersistentField(JaxbClassMapping parent, JavaResourceField resourceField)
           
 JaxbPersistentAttribute JaxbFactory.buildJavaPersistentProperty(JaxbClassMapping parent, JavaResourceMethod resourceGetter, JavaResourceMethod resourceSetter)
           
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type JaxbPersistentAttribute
 JaxbAttributeMapping JaxbFactory.buildJavaNullAttributeMapping(JaxbPersistentAttribute parent)
           
 XmlAnyAttributeMapping JaxbFactory.buildJavaXmlAnyAttributeMapping(JaxbPersistentAttribute parent)
           
 XmlAnyElementMapping JaxbFactory.buildJavaXmlAnyElementMapping(JaxbPersistentAttribute parent)
           
 XmlAttributeMapping JaxbFactory.buildJavaXmlAttributeMapping(JaxbPersistentAttribute parent)
           
 XmlElementMapping JaxbFactory.buildJavaXmlElementMapping(JaxbPersistentAttribute parent)
           
 XmlElementRefMapping JaxbFactory.buildJavaXmlElementRefMapping(JaxbPersistentAttribute parent)
           
 XmlElementRefsMapping JaxbFactory.buildJavaXmlElementRefsMapping(JaxbPersistentAttribute parent)
           
 XmlElementsMapping JaxbFactory.buildJavaXmlElementsMapping(JaxbPersistentAttribute parent)
           
 JaxbAttributeMapping JaxbFactory.buildJavaXmlTransientMapping(JaxbPersistentAttribute parent)
           
 XmlValueMapping JaxbFactory.buildJavaXmlValueMapping(JaxbPersistentAttribute parent)
           
 

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

Fields in org.eclipse.jpt.jaxb.core.context with type parameters of type JaxbPersistentAttribute
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbAttributesContainer,Iterable<JaxbPersistentAttribute>> JaxbAttributesContainer.ATTRIBUTES_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbClassMapping,Iterable<JaxbPersistentAttribute>> JaxbClassMapping.ATTRIBUTES_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbPersistentAttribute,JaxbAttributeMapping> JaxbPersistentAttribute.MAPPING_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbPersistentAttribute,String> JaxbPersistentAttribute.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbPersistentAttribute
 JaxbPersistentAttribute JaxbAttributeMapping.getPersistentAttribute()
           
 

Methods in org.eclipse.jpt.jaxb.core.context that return types with arguments of type JaxbPersistentAttribute
 Iterable<JaxbPersistentAttribute> JaxbClassMapping.getAllLocallyDefinedAttributes()
          Return all attributes that are defined by this class.
 Iterable<JaxbPersistentAttribute> JaxbAttributesContainer.getAttributes()
           
 Iterable<JaxbPersistentAttribute> JaxbClassMapping.getAttributes()
          Return the attributes defined on this class (not its superclass)
 Iterable<JaxbPersistentAttribute> JaxbClassMapping.getIncludedAttributes()
          Included attributes come from any direct superclasses that are mapped as @XmlTransient.
 Iterable<JaxbPersistentAttribute> JaxbClassMapping.getInheritedAttributes()
          Inherited attributes are any attributes this class mapping has whose source is a superclass.
protected  Iterable<JaxbPersistentAttribute> JaxbClassMapping.AttributesTransformer.transform_(JaxbClassMapping mapping)
           
 Iterable<JaxbPersistentAttribute> JaxbAttributesContainer.AttributesTransformer.transform(JaxbAttributesContainer container)
           
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type JaxbPersistentAttribute
 void JaxbAttributesContainer.Context.attributeAdded(JaxbPersistentAttribute attribute)
          called after an attribute was added to the container
 void JaxbAttributesContainer.Context.attributeRemoved(JaxbPersistentAttribute attribute)
          called after an attribute was removed from the container
 String JaxbPersistentAttribute.NameTransformer.transform(JaxbPersistentAttribute attribute)
           
 JaxbAttributeMapping JaxbPersistentAttribute.MappingTransformer.transform(JaxbPersistentAttribute attribute)
           
 

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

Methods in org.eclipse.jpt.jaxb.core.context.java with parameters of type JaxbPersistentAttribute
 JaxbAttributeMapping JavaAttributeMappingDefinition.buildMapping(JaxbPersistentAttribute attribute, JaxbFactory factory)
          Build a Java attribute mapping for the specified attribute.
 boolean DefaultJavaAttributeMappingDefinition.isDefault(JaxbPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given JaxbPersistentAttribute in the default (ignoring all mapping annotations) case.
 boolean JavaAttributeMappingDefinition.isSpecified(JaxbPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given PersistentAttribute in the specified (observing all mapping annotations) case.
 

Uses of JaxbPersistentAttribute in org.eclipse.jpt.jaxb.core.platform
 

Methods in org.eclipse.jpt.jaxb.core.platform with parameters of type JaxbPersistentAttribute
 JavaAttributeMappingDefinition JaxbPlatform.getSpecifiedJavaAttributeMappingDefinition(JaxbPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, complete with annotations.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.