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

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

Uses of JavaAttributeMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaAttributeMapping
 JavaAttributeMapping JpaPlatform.buildDefaultJavaAttributeMapping(JavaPersistentAttribute parent)
          Build a default Java attribute mapping with the given mapping annotation and parent.
 JavaAttributeMapping JpaPlatform.buildJavaAttributeMappingFromAnnotation(java.lang.String mappingAnnotationName, JavaPersistentAttribute parent)
          Build a Java attribute mapping with the given mapping annotation and parent.
 JavaAttributeMapping JpaPlatform.buildJavaAttributeMappingFromMappingKey(java.lang.String attributeMappingKey, JavaPersistentAttribute parent)
          Build a Java attribute mapping with the given mapping key and parent.
 JavaAttributeMapping JpaFactory.buildJavaNullAttributeMapping(JavaPersistentAttribute parent)
           
 

Methods in org.eclipse.jpt.core with parameters of type JavaAttributeMapping
 JavaGeneratedValue JpaFactory.buildJavaGeneratedValue(JavaAttributeMapping parent)
           
 

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

Subinterfaces of JavaAttributeMapping in org.eclipse.jpt.core.context.java
 interface JavaBaseEmbeddedMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaBasicMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEmbeddedIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEmbeddedMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaManyToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaManyToOneMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaMultiRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToManyMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaOneToOneMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSingleRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaTransientMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaVersionMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.context.java that return JavaAttributeMapping
 JavaAttributeMapping JavaAttributeMappingProvider.buildMapping(JavaPersistentAttribute parent, JpaFactory factory)
          Create an JavaAttributeMapping for the given attribute.
 JavaAttributeMapping JavaPersistentAttribute.getDefaultMapping()
           
 JavaAttributeMapping JavaPersistentAttribute.getMapping()
           
 JavaAttributeMapping JavaPersistentAttribute.getSpecifiedMapping()