Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.context.java.JavaAttributeMappingDefinition

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

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

Subinterfaces of JavaAttributeMappingDefinition in org.eclipse.jpt.jaxb.core.context.java
 interface DefaultJavaAttributeMappingDefinition
          Map a string key to an attribute mapping and its corresponding Java annotation.
 

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

Methods in org.eclipse.jpt.jaxb.core.platform that return JavaAttributeMappingDefinition
 JavaAttributeMappingDefinition JaxbPlatform.getSpecifiedJavaAttributeMappingDefinition(JavaPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, complete with annotations.
 JavaAttributeMappingDefinition JaxbPlatform.getSpecifiedJavaAttributeMappingDefinition(String mappingKey)
          Return a JavaAttributeMappingDefinition for the given mapping key.
 

Methods in org.eclipse.jpt.jaxb.core.platform that return types with arguments of type JavaAttributeMappingDefinition
 Iterable<JavaAttributeMappingDefinition> JaxbPlatformDefinition.getSpecifiedJavaAttributeMappingDefinitions()
          Return the mapping definitions to use for specified java attribute mappings for this platform.
 Iterable<JavaAttributeMappingDefinition> JaxbPlatform.getSpecifiedJavaAttributeMappingDefinitions()
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.