Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmPersistentAttribute

Packages that use OrmPersistentAttribute
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

Uses of OrmPersistentAttribute in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmPersistentAttribute
 OrmPersistentAttribute OrmPersistentType.addSpecifiedAttribute(java.lang.String mappingKey, java.lang.String attributeName)
           
 OrmPersistentAttribute OrmXmlContextNodeFactory.buildOrmPersistentAttribute(OrmPersistentType parent, XmlAttributeMapping xmlMapping)
           
 OrmPersistentAttribute OrmPersistentType.convertAttributeToSpecified(OrmReadOnlyPersistentAttribute virtualAttribute)
          Add the specified persistent attribute to the orm.xml.
 OrmPersistentAttribute OrmPersistentType.convertAttributeToSpecified(OrmReadOnlyPersistentAttribute virtualAttribute, java.lang.String mappingKey)
          Add the specified persistent attribute to the orm.xml with the specified mapping.
 OrmPersistentAttribute OrmReadOnlyPersistentAttribute.convertToSpecified()
          Convert the (currently virtual) attribute to a specified attribute.
 OrmPersistentAttribute OrmReadOnlyPersistentAttribute.convertToSpecified(java.lang.String mappingKey)
          Convert the (currently virtual) persistent attribute to a specified attribute.
 OrmPersistentAttribute OrmAttributeMapping.getParent()
           
 OrmPersistentAttribute OrmAttributeMapping.getPersistentAttribute()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmPersistentAttribute
 java.util.ListIterator<OrmPersistentAttribute> OrmPersistentType.specifiedAttributes()
          Return the persistent type's specified attributes.
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmPersistentAttribute
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping.
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmBasicMapping OrmXmlContextNodeFactory.buildOrmBasicMapping(OrmPersistentAttribute parent, XmlBasic resourceMapping)
           
 OrmEmbeddedIdMapping OrmXmlContextNodeFactory.buildOrmEmbeddedIdMapping(OrmPersistentAttribute parent, XmlEmbeddedId resourceMapping)
           
 OrmEmbeddedMapping OrmXmlContextNodeFactory.buildOrmEmbeddedMapping(OrmPersistentAttribute parent, XmlEmbedded resourceMapping)
           
 OrmIdMapping OrmXmlContextNodeFactory.buildOrmIdMapping(OrmPersistentAttribute parent, XmlId resourceMapping)
           
 OrmManyToManyMapping OrmXmlContextNodeFactory.buildOrmManyToManyMapping(OrmPersistentAttribute parent, XmlManyToMany resourceMapping)
           
 OrmManyToOneMapping OrmXmlContextNodeFactory.buildOrmManyToOneMapping(OrmPersistentAttribute parent, XmlManyToOne resourceMapping)
           
 OrmAttributeMapping OrmXmlContextNodeFactory.buildOrmNullAttributeMapping(OrmPersistentAttribute parent, XmlNullAttributeMapping resourceMapping)
           
 OrmOneToManyMapping OrmXmlContextNodeFactory.buildOrmOneToManyMapping(OrmPersistentAttribute parent, XmlOneToMany resourceMapping)
           
 OrmOneToOneMapping OrmXmlContextNodeFactory.buildOrmOneToOneMapping(OrmPersistentAttribute parent, XmlOneToOne resourceMapping)
           
 OrmTransientMapping OrmXmlContextNodeFactory.buildOrmTransientMapping(OrmPersistentAttribute parent, XmlTransient resourceMapping)
           
 OrmVersionMapping OrmXmlContextNodeFactory.buildOrmVersionMapping(OrmPersistentAttribute parent, XmlVersion resourceMapping)
           
 OrmAttributeMapping OrmXmlContextNodeFactory.buildUnsupportedOrmAttributeMapping(OrmPersistentAttribute parent, XmlNullAttributeMapping resourceMapping)
           
 void OrmPersistentType.changeMapping(OrmPersistentAttribute ormPersistentAttribute, OrmAttributeMapping oldMapping, OrmAttributeMapping newMapping)
          This is called whenever the specified persistent attribute's mapping is changed as specified.
 OrmReadOnlyPersistentAttribute OrmPersistentType.convertAttributeToVirtual(OrmPersistentAttribute specifiedAttribute)
          Convert the specified attribute to a virtual attribute.
 

Uses of OrmPersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of OrmPersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmPersistentAttribute2_0
          JPA 2.0 Context orm.xml persistent attribute (field or property).
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm with parameters of type OrmPersistentAttribute
 OrmElementCollectionMapping2_0 OrmXml2_0ContextNodeFactory.buildOrmElementCollectionMapping2_0(OrmPersistentAttribute parent, XmlElementCollection resourceMapping)