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.context   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.eclipselink.core.context.oxm   
 

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

Classes in org.eclipse.jpt.jaxb.core.context with type parameters of type JaxbPersistentAttribute
 interface JaxbAttributesContainer<A extends JaxbPersistentAttribute>
          Holds the attributes represented by a particular JavaResourceType and XmlAccessType.
 

Fields in org.eclipse.jpt.jaxb.core.context with type parameters of type JaxbPersistentAttribute
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbClassMapping,Iterable<? extends JaxbPersistentAttribute>> JaxbClassMapping.ATTRIBUTES_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<JaxbAttributesContainer,Iterable<? extends JaxbPersistentAttribute>> JaxbAttributesContainer.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<? extends 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.
 Iterable<? extends JaxbPersistentAttribute> JaxbAttributesContainer.AttributesTransformer.transform(JaxbAttributesContainer container)
           
 Iterable<? extends JaxbPersistentAttribute> JaxbClassMapping.AttributesTransformer.transform(JaxbClassMapping mapping)
           
 

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
 

Subinterfaces of JaxbPersistentAttribute in org.eclipse.jpt.jaxb.core.context.java
 interface JavaPersistentAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Subinterfaces of JaxbPersistentAttribute in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 interface OxmJavaAttribute
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.