Dali Provisional API
Release 3.2

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
 JavaBaseEnumeratedConverter JpaFactory.buildJavaBaseEnumeratedConverter(JavaAttributeMapping parent, BaseEnumeratedAnnotation annotation, Converter.Owner owner)
           
 JavaBaseTemporalConverter JpaFactory.buildJavaBaseTemporalConverter(JavaAttributeMapping parent, BaseTemporalAnnotation annotation, Converter.Owner owner)
           
 JavaGeneratedValue JpaFactory.buildJavaGeneratedValue(JavaAttributeMapping parent, GeneratedValueAnnotation generatedValueAnnotation)
           
 JavaLobConverter JpaFactory.buildJavaLobConverter(JavaAttributeMapping parent, LobAnnotation annotation, Converter.Owner owner)
           
 Orderable JpaFactory.buildJavaOrderable(JavaAttributeMapping parent)
           
 

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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaColumnMapping
          Java column mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaConvertibleMapping
          Java attribute mapping that has a converter (e.g. basic, ID, version).
 interface JavaEmbeddedIdMapping
          Java embedded ID mapping 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
          Java embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaGeneratedValueHolder
           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
          Java ID mapping 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
          Java m:m mapping 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
          Java m:1 mapping 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
          Java 1:m mapping 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
          Java 1:1 mapping 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
          Java relationship (1:1, 1:m, m:1, m:m) mapping.
 interface JavaSingleRelationshipMapping
          Java single (m:1, 1:1) mapping 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
          Java transient "mapping" 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
          Java version mapping 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.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 JavaConverter.getParent()
           
 JavaAttributeMapping JavaPersistentAttribute.setMappingKey(String key)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaAttributeMapping
 JavaConverter JavaLobConverter.Adapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaBaseTemporalConverter.AbstractAdapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaBaseTemporalConverter.MapKeyAdapter.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 JavaBaseEnumeratedConverter.BasicAdapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaBaseEnumeratedConverter.MapKeyAdapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 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
 Orderable 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. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaConvertibleKeyMapping2_0
          Java attribute mapping that has a key converter, collection mappings Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaElementCollectionMapping2_0
          Java element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaEmbeddedMapping2_0
          JPA 2.0 Java embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSingleRelationshipMapping2_0
          JPA 2.0 Java single (m:1, 1:1) mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.