Dali Provisional API
Release 3.2

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

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

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

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

Methods in org.eclipse.jpt.jpa.core.context that return ReadOnlyPersistentAttribute
 ReadOnlyPersistentAttribute 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).
 ReadOnlyPersistentAttribute 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 ReadOnlyPersistentAttribute
 Iterable<ReadOnlyPersistentAttribute> PersistentType.getAllAttributes()
          Return all the persistent attributes in the persistent type's inheritance hierarchy.
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends ReadOnlyPersistentAttribute> PersistentType.getAttributes()
          Return the persistent type's persistent attributes.
 org.eclipse.jpt.common.utility.iterable.ListIterable<? extends ReadOnlyPersistentAttribute> PersistentType.AttributesTransformer.transform(PersistentType type)
           
 

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

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

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

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

Subinterfaces of ReadOnlyPersistentAttribute in org.eclipse.jpt.jpa.core.context.orm
 interface OrmPersistentAttribute
          Context orm.xml persistent attribute (field or property).
 interface OrmReadOnlyPersistentAttribute
          Read-only context orm.xml persistent attribute (field or property).
 

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

Subinterfaces of ReadOnlyPersistentAttribute in org.eclipse.jpt.jpa.core.jpa2.context
 interface PersistentAttribute2_0
          JPA 2.0 Context persistent attribute (field or property).
 interface ReadOnlyPersistentAttribute2_0
          JPA 2.0 Read-only context persistent attribute (field or property).
 

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

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

Methods in org.eclipse.jpt.jpa.ui with parameters of type ReadOnlyPersistentAttribute
 Iterable<MappingUiDefinition> JpaPlatformUi.getAttributeMappingUiDefinitions(ReadOnlyPersistentAttribute 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.