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   
 

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

Subinterfaces of OrmPersistentAttribute in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSpecifiedPersistentAttribute
          orm.xml specified persistent attribute (field or property).
 

Fields in org.eclipse.jpt.jpa.core.context.orm with type parameters of type OrmPersistentAttribute
static org.eclipse.jpt.common.utility.transformer.Transformer<OrmPersistentAttribute,AttributeMapping> OrmPersistentAttribute.MAPPING_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmPersistentAttribute
 OrmPersistentAttribute OrmXmlContextModelFactory.buildVirtualOrmPersistentField(OrmPersistentType parent, JavaResourceField javaResourceField)
          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 OrmXmlContextModelFactory.buildVirtualOrmPersistentProperty(OrmPersistentType parent, JavaResourceMethod javaResourceGetter, JavaResourceMethod javaResourceSetter)
          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 OrmPersistentType.getAttributeNamed(String attributeName)
           
 OrmPersistentAttribute OrmPersistentType.removeAttributeFromXml(OrmSpecifiedPersistentAttribute specifiedAttribute)
          Remove attribute from the type's list of specified attributes and remove it from the orm.xml file.
 OrmPersistentAttribute OrmSpecifiedPersistentAttribute.removeFromXml()
          Remove the attribute from the orm.xml file and the list of specified attributes.
 

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.getAttributes()
          Return a combination of the persistent type's specified and default attributes.
 org.eclipse.jpt.common.utility.iterable.ListIterable<OrmPersistentAttribute> OrmPersistentType.getDefaultAttributes()
          Return default orm.xml persistent attributes.
 Class<OrmPersistentAttribute> OrmPersistentAttribute.getStructureType()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmPersistentAttribute
 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.
 AttributeMapping OrmPersistentAttribute.MappingTransformer.transform(OrmPersistentAttribute attribute)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.