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(JavaSpecifiedPersistentAttribute parent)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaAttributeMapping
 JavaGeneratedValue JpaFactory.buildJavaGeneratedValue(JavaAttributeMapping parent, GeneratedValueAnnotation generatedValueAnnotation)
           
 Orderable JpaFactory.buildJavaOrderable(JavaAttributeMapping parent)
           
 

Method parameters in org.eclipse.jpt.jpa.core with type arguments of type JavaAttributeMapping
 JavaBaseEnumeratedConverter JpaFactory.buildJavaBaseEnumeratedConverter(Converter.ParentAdapter<JavaAttributeMapping> parentAdapter, BaseEnumeratedAnnotation annotation)
           
 JavaBaseTemporalConverter JpaFactory.buildJavaBaseTemporalConverter(Converter.ParentAdapter<JavaAttributeMapping> parentAdapter, BaseTemporalAnnotation annotation)
           
 JavaLobConverter JpaFactory.buildJavaLobConverter(Converter.ParentAdapter<JavaAttributeMapping> parentAdapter, LobAnnotation 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 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 JavaGeneratedValueMapping
           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(JavaSpecifiedPersistentAttribute persistentAttribute, JpaFactory factory)
          Build a Java attribute mapping for the specified persistent attribute.
 JavaAttributeMapping JavaConverter.AbstractAdapter.ConverterParentAdapter.getConverterParent()
           
 JavaAttributeMapping JavaSpecifiedPersistentAttribute.getMapping()
           
 JavaAttributeMapping JavaConverter.getParent()
           
 JavaAttributeMapping JavaSpecifiedPersistentAttribute.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 JavaBaseEnumeratedConverter.BasicAdapter.buildConverter(Annotation converterAnnotation, JavaAttributeMapping parent, JpaFactory factory)
           
 JavaConverter JavaBaseEnumeratedConverter.MapKeyAdapter.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 JavaLobConverter.Adapter.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)
           
protected  JavaConverter.ParentAdapter JavaBaseTemporalConverter.BasicAdapter.buildConverterParentAdapter(JavaAttributeMapping parent)
           
protected  JavaConverter.ParentAdapter JavaBaseTemporalConverter.ElementCollectionAdapter.buildConverterParentAdapter(JavaAttributeMapping parent)
           
protected  JavaConverter.ParentAdapter JavaBaseTemporalConverter.MapKeyAdapter.buildConverterParentAdapter(JavaAttributeMapping parent)
           
protected  JavaConverter.ParentAdapter JavaConverter.AbstractAdapter.buildConverterParentAdapter(JavaAttributeMapping parent)
           
 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)
           
 

Constructors in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaAttributeMapping
JavaBaseTemporalConverter.BasicAdapter.ConverterParentAdapter(JavaAttributeMapping parent)
           
JavaBaseTemporalConverter.ElementCollectionAdapter.ConverterParentAdapter(JavaAttributeMapping parent)
           
JavaBaseTemporalConverter.MapKeyAdapter.ConverterParentAdapter(JavaAttributeMapping parent)
           
JavaConverter.AbstractAdapter.ConverterParentAdapter(JavaAttributeMapping parent)
           
 

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 JpaFactory2_0.buildJavaOrderable(JavaOrderable2_0.ParentAdapter).
 

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.
 

Constructors in org.eclipse.jpt.jpa.core.jpa2.context.java with parameters of type JavaAttributeMapping
JavaOrderable2_0.ParentAdapter.Null(JavaAttributeMapping parent)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.