Dali Provisional API
Release 3.2

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.eclipselink.core.jpql.spi   
 

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).
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type PersistentAttribute
 org.eclipse.jpt.jpa.core.internal.context.JptValidator Accessor.buildAttributeValidator(PersistentAttribute persistentAttribute)
           
 

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).
 

Uses of PersistentAttribute in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi that return PersistentAttribute
 PersistentAttribute EclipseLinkDynamicMapping.getAttribute()
          Returns the mapping's attribute (typically its parent node in the containment hierarchy).
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.