Uses of Interface
org.eclipse.jpt.core.context.orm.OrmAttributeMappingDefinition

Packages that use OrmAttributeMappingDefinition
org.eclipse.jpt.core.context.orm   
 

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

Classes in org.eclipse.jpt.core.context.orm that implement OrmAttributeMappingDefinition
 class NullOrmAttributeMappingDefinition
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 class UnsupportedOrmAttributeMappingDefinition
          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.orm that return OrmAttributeMappingDefinition
 OrmAttributeMappingDefinition OrmXmlDefinition.getOrmAttributeMappingDefinition(java.lang.String mappingKey)
          Return an OrmAttributeMappingDefinition for the given attribute mapping key.
static OrmAttributeMappingDefinition NullOrmAttributeMappingDefinition.instance()
          Return the singleton.
static OrmAttributeMappingDefinition UnsupportedOrmAttributeMappingDefinition.instance()
          Return the singleton.