Dali Provisional API
Release 3.2

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   
org.eclipse.jpt.jpa.eclipselink.core.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.addAttributeToXml(OrmReadOnlyPersistentAttribute virtualAttribute)
          Add the specified persistent attribute to the orm.xml.
 OrmPersistentAttribute OrmPersistentType.addAttributeToXml(OrmReadOnlyPersistentAttribute virtualAttribute, String mappingKey)
          Add the specified persistent attribute to the orm.xml with the specified mapping.
 OrmPersistentAttribute OrmReadOnlyPersistentAttribute.addToXml()
          Convert the (currently virtual) attribute to a specified attribute.
 OrmPersistentAttribute OrmReadOnlyPersistentAttribute.addToXml(String mappingKey)
          Convert the (currently virtual) persistent attribute to a specified attribute.
 OrmPersistentAttribute OrmXmlContextNodeFactory.buildOrmPersistentAttribute(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping xmlMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmPersistentAttribute OrmAttributeMapping.getParent()
           
 OrmPersistentAttribute OrmAttributeMapping.getPersistentAttribute()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmPersistentAttribute
 org.eclipse.jpt.common.utility.iterable.ListIterable<OrmPersistentAttribute> OrmPersistentType.getSpecifiedAttributes()
          Return the persistent type's specified attributes.
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmPersistentAttribute
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
          Build a context mapping.
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextNodeFactory factory)
           
 OrmBasicMapping OrmXmlContextNodeFactory.buildOrmBasicMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlBasic resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmEmbeddedIdMapping OrmXmlContextNodeFactory.buildOrmEmbeddedIdMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEmbeddedId resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmEmbeddedMapping OrmXmlContextNodeFactory.buildOrmEmbeddedMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEmbedded resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmIdMapping OrmXmlContextNodeFactory.buildOrmIdMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlId resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmManyToManyMapping OrmXmlContextNodeFactory.buildOrmManyToManyMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlManyToMany resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmManyToOneMapping OrmXmlContextNodeFactory.buildOrmManyToOneMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlManyToOne resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmAttributeMapping OrmXmlContextNodeFactory.buildOrmNullAttributeMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlNullAttributeMapping resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmOneToManyMapping OrmXmlContextNodeFactory.buildOrmOneToManyMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlOneToMany resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmOneToOneMapping OrmXmlContextNodeFactory.buildOrmOneToOneMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlOneToOne resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmTransientMapping OrmXmlContextNodeFactory.buildOrmTransientMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlTransient resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmVersionMapping OrmXmlContextNodeFactory.buildOrmVersionMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlVersion resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmAttributeMapping OrmXmlContextNodeFactory.buildUnsupportedOrmAttributeMapping(OrmPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlNullAttributeMapping resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 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.removeAttributeFromXml(OrmPersistentAttribute specifiedAttribute)
          Remove attribute from the type's list of specified attributes and remove it from the orm.xml file.
 

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.orm that return OrmPersistentAttribute
 OrmPersistentAttribute EclipseLinkOrmPersistentType.addVirtualAttribute(String attributeName, String mappingKey, String attributeType, String targetType)
          Add a virtual attribute with the given attribute name and mapping key.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.