Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaAttributeMapping

Packages that use JavaAttributeMapping
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.jpa2   
org.eclipse.jpt.jpa.core.jpa2.context.java   
 

Uses of JavaAttributeMapping in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaAttributeMapping
 JavaAttributeMapping JpaFactory.buildJavaNullAttributeMapping(JavaPersistentAttribute parent)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaAttributeMapping
 JavaEnumeratedConverter JpaFactory.buildJavaEnumeratedConverter(JavaAttributeMapping parent, EnumeratedAnnotation annotation)
           
 JavaLobConverter JpaFactory.buildJavaLobConverter(JavaAttributeMapping parent, LobAnnotation annotation)
           
 JavaOrderable JpaFactory.buildJavaOrderable(JavaAttributeMapping parent)
           
 JavaTemporalConverter JpaFactory.buildJavaTemporalConverter(JavaAttributeMapping parent, TemporalAnnotation annotation)
           
 

Uses of JavaAttributeMapping in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of JavaAttributeMapping in org.eclipse.jpt.jpa.core.context.java
 interface JavaBaseEmbeddedMapping
          Behavior common to Java embedded and embedded ID mappings.
 interface JavaBasicMapping
          Java basic mapping
 interface JavaCollectionMapping
          JPA Java collection mapping (e.g.
 interface JavaColumnMapping
          Java column mapping
 interface JavaConvertibleMapping
          Java attribute mapping that has a converter (e.g.
 interface JavaEmbeddedIdMapping
          Java embedded ID mapping
 interface JavaEmbeddedMapping
          Java embedded mapping
 interface JavaIdMapping
          Java ID mapping
 interface JavaManyToManyMapping
          Java m:m mapping
 interface JavaManyToOneMapping
          Java m:1 mapping
 interface JavaMultiRelationshipMapping
          Java multi-valued (1:m, m:m) relationship mapping.
 interface JavaOneToManyMapping
          Java 1:m mapping
 interface JavaOneToOneMapping
          Java 1:1 mapping
 interface JavaRelationshipMapping
          Java relationship (1:1, 1:m, m:1, m:m) mapping.
 interface JavaSingleRelationshipMapping
          Java single (m:1, 1:1) mapping
 interface JavaTransientMapping
          Java transient "mapping"
 interface JavaVersionMapping
          Java version mapping
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaAttributeMapping
 JavaAttributeMapping JavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute persistentAttribute, JpaFactory factory)
          Build a Java attribute mapping for the specified persistent attribute.
 JavaAttributeMapping JavaPersistentAttribute.getMapping()
           
 JavaAttributeMapping JavaOrderable.getParent()
           
 JavaAttributeMapping JavaConverter.getParent()
           
 JavaAttributeMapping JavaPersistentAttribute.setMappingKey(java.lang.String key)
           
 

Methods in org.eclipse.jpt.jpa.core.context.java that return types with arguments of type JavaAttributeMapping
 java.util.Iterator<JavaAttributeMapping> JavaTypeMapping.attributeMappings()
           
 java.lang.Iterable<JavaAttributeMapping> JavaTypeMapping.getAttributeMappings(java.lang.String mappingKey)
           
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaAttributeMapping
 JavaConverter JavaTemporalConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaLobConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaEnumeratedConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
          Build a converter using the specified converter annotation.
 JavaConverter JavaConverter.Adapter.buildConverter(JavaAttributeMapping parent, JpaFactory factory)
          Build a converter corresponding to the specified mapping if the mapping's resource attribute is modified by the adapter's converter annotation.
 JavaConverter JavaConverter.AbstractAdapter.buildConverter(JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaConverter.Adapter.buildNewConverter(JavaAttributeMapping parent, JpaFactory factory)
          Build a new converter and, if necessary, its corresponding converter annotation.
 JavaConverter JavaConverter.AbstractAdapter.buildNewConverter(JavaAttributeMapping parent, JpaFactory factory)
           
 

Uses of JavaAttributeMapping in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.core.jpa2 with parameters of type JavaAttributeMapping
 JavaOrderable JpaFactory2_0.buildJavaOrderable(JavaAttributeMapping parent)
          Use #buildJavaOrderable(JavaAttributeMapping, Owner).
 JavaOrderable2_0 JpaFactory2_0.buildJavaOrderable(JavaAttributeMapping parent, Orderable2_0.Owner owner)
           
 

Uses of JavaAttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of JavaAttributeMapping in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaCollectionMapping2_0
          Java collection mapping (e.g.
 interface JavaElementCollectionMapping2_0
          Java element collection mapping
 interface JavaEmbeddedMapping2_0
          JPA 2.0 Java embedded mapping
 interface JavaManyToManyMapping2_0
          JPA 2.0 Java m:m mapping
 interface JavaManyToOneMapping2_0
          JPA 2.0 Java m:1 mapping
 interface JavaOneToManyMapping2_0
          JPA 2.0 Java 1:m mapping
 interface JavaOneToOneMapping2_0
          JPA 2.0 Java 1:1 mapping
 interface JavaSingleRelationshipMapping2_0
          JPA 2.0 Java single (m:1, 1:1) mapping