Uses of Interface
org.eclipse.jpt.jpa.core.context.PersistentAttribute

Packages that use PersistentAttribute
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

Uses of PersistentAttribute in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return PersistentAttribute
 PersistentAttribute Entity.getIdAttribute()
          If an entity has a single id attribute, return that attribute.
 PersistentAttribute ReadOnlyReferenceTable.getPersistentAttribute()
           
 PersistentAttribute AttributeMapping.getPersistentAttribute()
          Return the mapping's attribute (typically its parent node in the containment hierarchy).
 

Uses of PersistentAttribute in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of PersistentAttribute in org.eclipse.jpt.jpa.core.context.java
 interface JavaPersistentAttribute
          Context Java persistent attribute (field or property).
 

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

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

Uses of PersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of PersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context
 interface PersistentAttribute2_0
          JPA 2.0 Context persistent attribute (field or property).
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context with type parameters of type PersistentAttribute
<T extends PersistentAttribute>
java.util.ListIterator<T>
MetamodelSourceType.attributes()
          Return the source type's attributes.
 

Uses of PersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of PersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaPersistentAttribute2_0
          JPA 2.0 Context Java persistent attribute (field or property).
 

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

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