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

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

Subinterfaces of PersistentAttribute in org.eclipse.jpt.jpa.core.context
 interface SpecifiedPersistentAttribute
          Specified persistent attribute (field or property).
 

Fields in org.eclipse.jpt.jpa.core.context with type parameters of type PersistentAttribute
static org.eclipse.jpt.common.utility.transformer.Transformer<PersistentType,org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PersistentAttribute>> PersistentType.ATTRIBUTES_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<PersistentAttribute,AttributeMapping> PersistentAttribute.MAPPING_TRANSFORMER
           
static org.eclipse.jpt.common.utility.transformer.Transformer<PersistentAttribute,String> PersistentAttribute.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context that return PersistentAttribute
 PersistentAttribute PersistentType.getAttributeNamed(String attributeName)
          Return the persistent attribute with the specified name, if it exists locally on the persistent type (as opposed to in its inheritance hierarchy).
 PersistentAttribute PersistentType.resolveAttribute(String attributeName)
          Resolve and return the persistent attribute with the specified name, if it is distinct and exists within the context of the persistent type.
 

Methods in org.eclipse.jpt.jpa.core.context that return types with arguments of type PersistentAttribute
 Iterable<PersistentAttribute> PersistentType.getAllAttributes()
          Return all the persistent attributes in the persistent type's inheritance hierarchy.
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PersistentAttribute> PersistentType.getAttributes()
          Return the persistent type's persistent attributes.
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PersistentAttribute> PersistentType.AttributesTransformer.transform(PersistentType type)
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type PersistentAttribute
 boolean PersistentAttribute.NameEquals.evaluate(PersistentAttribute attribute)
           
 TypeBinding PersistentType.getAttributeTypeBinding(PersistentAttribute attribute)
          Return qualified type name of given attribute within the context of this type.
 String PersistentAttribute.NameTransformer.transform(PersistentAttribute attribute)
           
 AttributeMapping PersistentAttribute.MappingTransformer.transform(PersistentAttribute pa)
           
 

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

Subinterfaces of PersistentAttribute in org.eclipse.jpt.jpa.core.context.java
 interface JavaPersistentAttribute
          orm.xml persistent attribute (field or property).
 interface JavaSpecifiedPersistentAttribute
          Java specified 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
          orm.xml persistent attribute (field or property).
 interface OrmSpecifiedPersistentAttribute
          orm.xml specified 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).
 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.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context that return types with arguments of type PersistentAttribute
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends PersistentAttribute> MetamodelSourceType2_0.getAttributes()
          Return the source type's attributes.
 

Uses of PersistentAttribute in org.eclipse.jpt.jpa.ui
 

Methods in org.eclipse.jpt.jpa.ui with parameters of type PersistentAttribute
 Iterable<MappingUiDefinition> JpaPlatformUi.getAttributeMappingUiDefinitions(PersistentAttribute persistentAttribute)
          Return the list of possible attribute mapping ui definitions filtered using MappingUiDefinition#isEnabledFor(JpaContextNode).
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.