Dali Provisional API
Release 3.2

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

Packages that use OrmReadOnlyPersistentAttribute
org.eclipse.jpt.jpa.core.context.orm   
 

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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmReadOnlyPersistentAttribute
 OrmReadOnlyPersistentAttribute OrmXmlContextNodeFactory.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.
 OrmReadOnlyPersistentAttribute OrmXmlContextNodeFactory.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.
 OrmReadOnlyPersistentAttribute OrmPersistentType.getAttributeNamed(String attributeName)
           
 OrmReadOnlyPersistentAttribute OrmPersistentType.removeAttributeFromXml(OrmPersistentAttribute specifiedAttribute)
          Remove attribute from the type's list of specified attributes and remove it from the orm.xml file.
 OrmReadOnlyPersistentAttribute OrmPersistentAttribute.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 OrmReadOnlyPersistentAttribute
 org.eclipse.jpt.common.utility.iterable.ListIterable<OrmReadOnlyPersistentAttribute> OrmPersistentType.getAttributes()
          Return a combination of the persistent type's specified and default attributes.
 org.eclipse.jpt.common.utility.iterable.ListIterable<OrmReadOnlyPersistentAttribute> OrmPersistentType.getDefaultAttributes()
          Return default orm.xml persistent attributes.
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.