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

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

Uses of JavaAttributeMappingDefinition in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaAttributeMappingDefinition
 JavaAttributeMappingDefinition JpaPlatform.getDefaultJavaAttributeMappingDefinition(JavaPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, ignoring all annotations.
 JavaAttributeMappingDefinition JpaPlatform.getSpecifiedJavaAttributeMappingDefinition(JavaPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, complete with annotations.
 JavaAttributeMappingDefinition JpaPlatform.getSpecifiedJavaAttributeMappingDefinition(java.lang.String mappingKey)
          Return a JavaAttributeMappingDefinition for the given mapping key.
 

Methods in org.eclipse.jpt.core that return types with arguments of type JavaAttributeMappingDefinition
 java.util.ListIterator<JavaAttributeMappingDefinition> JpaPlatformProvider.defaultJavaAttributeMappingDefinitions()
          Return the mapping definitions to use for default java attribute mappings for this platform.
 java.util.ListIterator<JavaAttributeMappingDefinition> JpaPlatformProvider.specifiedJavaAttributeMappingDefinitions()
          Return the mapping definitions to use for specified java attribute mappings for this platform.
 

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

Classes in org.eclipse.jpt.core.context.java that implement JavaAttributeMappingDefinition
 class NullDefaultJavaAttributeMappingDefinition
          This mapping definition implementation is used to describe the default mapping for a java attribute when no other mapping applies.
 class NullSpecifiedJavaAttributeMappingDefinition
          This mapping definition implementation is used to describe the specified mapping for a java attribute when no other mapping applies.
 

Methods in org.eclipse.jpt.core.context.java that return JavaAttributeMappingDefinition
static JavaAttributeMappingDefinition NullDefaultJavaAttributeMappingDefinition.instance()
          Return the singleton.
static JavaAttributeMappingDefinition NullSpecifiedJavaAttributeMappingDefinition.instance()
          Return the singleton.