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   
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
 JavaPersistentAttribute JaxbFactory.buildJavaPersistentField(JaxbClassMapping parent, JavaResourceField resourceField)
           
 JavaPersistentAttribute 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<? extends 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()
           
 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
 JaxbClassMapping JaxbClassMapping.SuperClassTransformer.transform(JaxbClassMapping mapping)
           
 Iterable<? extends 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
          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
 

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