Dali Provisional API
Release 3.2

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

Packages that use JaxbClassMapping
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   
org.eclipse.jpt.jaxb.eclipselink.core.context.oxm   
 

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

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

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

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

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbClassMapping
 JaxbClassMapping JaxbAttributeMapping.getClassMapping()
           
 JaxbClassMapping JaxbPersistentAttribute.getClassMapping()
           
 JaxbClassMapping JaxbContextRoot.getClassMapping(String typeName)
          Return the JaxbClassMapping for the given (fully qualified) type name
 JaxbClassMapping JaxbClassMapping.getSuperclass()
           
protected  JaxbClassMapping JaxbClassMapping.SuperClassTransformer.transform_(JaxbClassMapping mapping)
           
 

Methods in org.eclipse.jpt.jaxb.core.context with parameters of type JaxbClassMapping
 JaxbAttributesContainer JaxbClassMapping.buildIncludedAttributesContainer(JaxbClassMapping parent, JaxbAttributesContainer.Context context)
          Build an included attributes container that process attribute metadata of this class with the context of the owning class
protected  JaxbClassMapping JaxbClassMapping.SuperClassTransformer.transform_(JaxbClassMapping mapping)
           
protected  Iterable<JaxbPersistentAttribute> JaxbClassMapping.AttributesTransformer.transform_(JaxbClassMapping mapping)
           
 

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

Subinterfaces of JaxbClassMapping in org.eclipse.jpt.jaxb.core.context.java
 interface JavaClassMapping
           
 

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

Subinterfaces of JaxbClassMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.java
 interface ELClassMapping
          Oxm extensions to JaxbClassMapping 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 JaxbClassMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 

Subinterfaces of JaxbClassMapping in org.eclipse.jpt.jaxb.eclipselink.core.context.oxm
 interface OxmJavaType
          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.