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.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
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).
 

Methods in org.eclipse.jpt.jpa.core.context with type parameters of type ReadOnlyPersistentAttribute
<T extends ReadOnlyPersistentAttribute>
java.util.ListIterator<T>
PersistentType.attributes()
          Return the persistent type's persistent attributes.
 

Methods in org.eclipse.jpt.jpa.core.context that return ReadOnlyPersistentAttribute
 ReadOnlyPersistentAttribute PersistentType.getAttributeNamed(java.lang.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(java.lang.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
 java.util.Iterator<ReadOnlyPersistentAttribute> PersistentType.allAttributes()
          Return all the persistent attributes in the persistent type's inheritance hierarchy.
 

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

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

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

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

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

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

Methods in org.eclipse.jpt.jpa.ui that return types with arguments of type ReadOnlyPersistentAttribute
 java.util.Iterator<MappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping>> MappingResourceUiDefinition.attributeMappingUiDefinitions()
          Return an iterator of attribute mapping ui definitions appropriate for this file type
 java.util.Iterator<MappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping>> JpaPlatformUi.attributeMappingUiDefinitions(JptResourceType resourceType)
           
 DefaultMappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping> JpaPlatformUi.getDefaultAttributeMappingUiDefinition(JptResourceType resourceType, java.lang.String mappingKey)
           
 DefaultMappingUiDefinition<ReadOnlyPersistentAttribute,? extends AttributeMapping> MappingResourceUiDefinition.getDefaultAttributeMappingUiDefinition(java.lang.String key)
          Return a default attribute mapping ui definition for the given key or null