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

Packages that use OrmAttributeMapping
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.context.orm   
 

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

Subinterfaces of OrmAttributeMapping in org.eclipse.jpt.core.context.orm
 interface OrmBaseEmbeddedMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmBasicMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToManyMapping
          The orm.xml representation of a ManyToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneMapping
          The orm.xml representation of a ManyToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmMultiRelationshipMapping
          ORM multi-valued (1:m, m:m) relationship mapping.
 interface OrmOneToManyMapping
          The orm.xml representation of a OneToManyMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneMapping
          The orm.xml representation of a OneToOneMapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSingleRelationshipMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTransientMapping
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmVersionMapping
          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 OrmAttributeMapping
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmXmlContextNodeFactory.buildOrmNullAttributeMapping(OrmPersistentAttribute parent, XmlNullAttributeMapping resourceMapping)
           
 OrmAttributeMapping OrmXmlContextNodeFactory.buildUnsupportedOrmAttributeMapping(OrmPersistentAttribute parent, XmlNullAttributeMapping resourceMapping)
           
 OrmAttributeMapping OrmPersistentAttribute.getMapping()
           
 OrmAttributeMapping OrmPersistentAttribute.getSpecifiedMapping()
           
 

Methods in org.eclipse.jpt.core.context.orm that return types with arguments of type OrmAttributeMapping
 java.util.Iterator<OrmAttributeMapping> OrmTypeMapping.attributeMappings()
           
 

Methods in org.eclipse.jpt.core.context.orm with parameters of type OrmAttributeMapping
 OrmConverter OrmXmlContextNodeFactory.buildOrmEnumeratedConverter(OrmAttributeMapping parent, XmlConvertibleMapping resourceMapping)
           
 OrmConverter OrmXmlContextNodeFactory.buildOrmLobConverter(OrmAttributeMapping parent, XmlConvertibleMapping resourceMapping)
           
 OrmConverter OrmXmlContextNodeFactory.buildOrmNullConverter(OrmAttributeMapping parent)
           
 OrmOrderable OrmXmlContextNodeFactory.buildOrmOrderable(OrmAttributeMapping parent, Orderable.Owner owner)
           
 OrmConverter OrmXmlContextNodeFactory.buildOrmTemporalConverter(OrmAttributeMapping parent, XmlConvertibleMapping resourceMapping)
           
 void OrmPersistentType.changeMapping(OrmPersistentAttribute ormPersistentAttribute, OrmAttributeMapping oldMapping, OrmAttributeMapping newMapping)
           
 void OrmAttributeMapping.initializeFromOrmAttributeMapping(OrmAttributeMapping oldMapping)
           
 void OrmAttributeMapping.initializeOn(OrmAttributeMapping newMapping)
           
 

Uses of OrmAttributeMapping in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of OrmAttributeMapping in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmCollectionMapping2_0
          1:m, m:m, element collection are all collection mappings.
 interface OrmElementCollectionMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToManyMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneMapping2_0
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSingleRelationshipMapping2_0
          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.jpa2.context.orm that return OrmAttributeMapping
 OrmAttributeMapping OrmOrderable2_0.getParent()
           
 

Methods in org.eclipse.jpt.core.jpa2.context.orm with parameters of type OrmAttributeMapping
 OrmOrderable2_0 OrmXml2_0ContextNodeFactory.buildOrmOrderable(OrmAttributeMapping parent, Orderable.Owner owner)