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

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

Uses of JavaAttributeMapping in org.eclipse.jpt.core
 

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

Methods in org.eclipse.jpt.core with parameters of type JavaAttributeMapping
 JavaEnumeratedConverter JpaFactory.buildJavaEnumeratedConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 JavaGeneratedValue JpaFactory.buildJavaGeneratedValue(JavaAttributeMapping parent)
           
 JavaLobConverter JpaFactory.buildJavaLobConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 JavaTemporalConverter JpaFactory.buildJavaTemporalConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 XmlAttributeMapping JpaPlatform.buildVirtualOrmResourceMappingFromMappingKey(java.lang.String key, OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping)
          Build a virtual resource attribute mapping to be used when the mapping is not specified in the orm.xml file.
 XmlNullAttributeMapping JpaFactory.buildVirtualXmlNullAttributeMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping)
           
 

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 attribute, JpaFactory factory)
          Build a Java attribute mapping for the specified attribute.
 JavaAttributeMapping JavaPersistentAttribute.getDefaultMapping()
           
 JavaAttributeMapping JavaPersistentAttribute.getMapping()
           
 JavaAttributeMapping JavaPersistentAttribute.getSpecifiedMapping()
           
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JavaAttributeMapping
 boolean JavaPersistentAttribute.mappingIsDefault(JavaAttributeMapping mapping)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type JavaAttributeMapping
 XmlAttributeMapping OrmAttributeMappingProvider.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping, JavaAttributeMapping javaAttributeMapping, JpaFactory factory)