Uses of Interface
org.eclipse.jpt.jpa.ui.details.MappingUiDefinition

Packages that use MappingUiDefinition
org.eclipse.jpt.jpa.ui   
org.eclipse.jpt.jpa.ui.details   
org.eclipse.jpt.jpa.ui.details.java   
org.eclipse.jpt.jpa.ui.details.orm   
 

Uses of MappingUiDefinition in org.eclipse.jpt.jpa.ui
 

Methods in org.eclipse.jpt.jpa.ui that return types with arguments of type MappingUiDefinition
 java.util.Iterator<MappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping>> MappingResourceUiDefinition.attributeMappingUiDefinitions()
          Return an iterator of attribute mapping ui definitions appropriate for this file type
 java.util.Iterator<MappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping>> JpaPlatformUi.attributeMappingUiDefinitions(JptResourceType resourceType)
           
 java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> MappingResourceUiDefinition.typeMappingUiDefinitions()
           
 java.util.Iterator<MappingUiDefinition<PersistentType,? extends TypeMapping>> JpaPlatformUi.typeMappingUiDefinitions(JptResourceType resourceType)
           
 

Uses of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details
 

Subinterfaces of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details
 interface DefaultMappingUiDefinition<M,T>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details.java
 

Subinterfaces of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details.java
 interface DefaultJavaAttributeMappingUiDefinition<T extends AttributeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface DefaultJavaTypeMappingUiDefinition<T extends TypeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaAttributeMappingUiDefinition<T extends AttributeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaTypeMappingUiDefinition<T extends TypeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details.orm
 

Subinterfaces of MappingUiDefinition in org.eclipse.jpt.jpa.ui.details.orm
 interface OrmAttributeMappingUiDefinition<T extends AttributeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTypeMappingUiDefinition<T extends TypeMapping>
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.