Dali Provisional API
Release 3.2

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

Packages that use SpecifiedPersistentAttribute
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 SpecifiedPersistentAttribute in org.eclipse.jpt.jpa.core.context
 

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

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

Subinterfaces of SpecifiedPersistentAttribute in org.eclipse.jpt.jpa.core.context.java
 interface JavaSpecifiedPersistentAttribute
          Java specified persistent attribute (field or property).
 

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

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

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

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

Subinterfaces of SpecifiedPersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context
 interface SpecifiedPersistentAttribute2_0
          JPA 2.0 specified persistent attribute (field or property).S Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi that return SpecifiedPersistentAttribute
 SpecifiedPersistentAttribute 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.