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

Packages that use OrmReadOnlyPersistentAttribute
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.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).
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmReadOnlyPersistentAttribute
 OrmReadOnlyPersistentAttribute OrmXmlContextNodeFactory.buildVirtualOrmPersistentAttribute(OrmPersistentType parent, JavaResourcePersistentAttribute javaResourcePersistentAttribute)
           
 OrmReadOnlyPersistentAttribute OrmPersistentType.convertAttributeToVirtual(OrmPersistentAttribute specifiedAttribute)
          Convert the specified attribute to a virtual attribute.
 OrmReadOnlyPersistentAttribute OrmPersistentAttribute.convertToVirtual()
          Convert the (currently specified) attribute to a virtual attribute.
 OrmReadOnlyPersistentAttribute OrmPersistentType.getAttributeNamed(java.lang.String attributeName)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmReadOnlyPersistentAttribute
 java.util.ListIterator<OrmReadOnlyPersistentAttribute> OrmPersistentType.attributes()
          Return a combination of the persistent type's specified and virtual attributes.
 java.util.ListIterator<OrmReadOnlyPersistentAttribute> OrmPersistentType.virtualAttributes()
          Return virtual orm.xml persistent attributes.
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmReadOnlyPersistentAttribute
 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.
 

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

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.orm that return types with arguments of type OrmReadOnlyPersistentAttribute
 java.util.ListIterator<OrmReadOnlyPersistentAttribute> OrmPersistentType2_0.attributes()