Dali Provisional API
Release 3.2

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

Packages that use OrmSpecifiedPersistentAttribute
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 OrmSpecifiedPersistentAttribute in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmSpecifiedPersistentAttribute
 OrmSpecifiedPersistentAttribute OrmPersistentType.addAttributeToXml(OrmPersistentAttribute virtualAttribute)
          Add the specified persistent attribute to the orm.xml.
 OrmSpecifiedPersistentAttribute OrmPersistentType.addAttributeToXml(OrmPersistentAttribute virtualAttribute, String mappingKey)
          Add the specified persistent attribute to the orm.xml with the specified mapping.
 OrmSpecifiedPersistentAttribute OrmPersistentAttribute.addToXml()
          Convert the (currently virtual) attribute to a specified attribute.
 OrmSpecifiedPersistentAttribute OrmPersistentAttribute.addToXml(String mappingKey)
          Convert the (currently virtual) persistent attribute to a specified attribute.
 OrmSpecifiedPersistentAttribute OrmXmlContextModelFactory.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.
 OrmSpecifiedPersistentAttribute OrmAttributeMapping.getParent()
           
 OrmSpecifiedPersistentAttribute OrmAttributeMapping.getPersistentAttribute()
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmSpecifiedPersistentAttribute
 OrmAttributeMapping UnsupportedOrmAttributeMappingDefinition.buildContextMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextModelFactory factory)
           
 OrmAttributeMapping OrmAttributeMappingDefinition.buildContextMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextModelFactory factory)
          Build a context mapping.
 OrmAttributeMapping NullOrmAttributeMappingDefinition.buildContextMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping resourceMapping, OrmXmlContextModelFactory factory)
           
 OrmBasicMapping OrmXmlContextModelFactory.buildOrmBasicMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmEmbeddedIdMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmEmbeddedMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmIdMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmManyToManyMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmManyToOneMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmNullAttributeMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmOneToManyMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmOneToOneMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmTransientMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildOrmVersionMapping(OrmSpecifiedPersistentAttribute 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 OrmXmlContextModelFactory.buildUnsupportedOrmAttributeMapping(OrmSpecifiedPersistentAttribute 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(OrmSpecifiedPersistentAttribute ormPersistentAttribute, OrmAttributeMapping oldMapping, OrmAttributeMapping newMapping)
          This is called whenever the specified persistent attribute's mapping is changed as specified.
 OrmPersistentAttribute OrmPersistentType.removeAttributeFromXml(OrmSpecifiedPersistentAttribute specifiedAttribute)
          Remove attribute from the type's list of specified attributes and remove it from the orm.xml file.
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm with parameters of type OrmSpecifiedPersistentAttribute
 OrmElementCollectionMapping2_0 OrmXmlContextModelFactory2_0.buildOrmElementCollectionMapping(OrmSpecifiedPersistentAttribute parent, org.eclipse.jpt.jpa.core.resource.orm.XmlElementCollection resourceMapping)
           
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.orm that return OrmSpecifiedPersistentAttribute
 OrmSpecifiedPersistentAttribute 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.