Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute

Packages that use JavaPersistentAttribute
org.eclipse.jpt.jpa.core   
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   
org.eclipse.jpt.jpa.core.jpa2.context.java   
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaPersistentAttribute
 JavaPersistentAttribute JpaFactory.buildJavaPersistentAttribute(PersistentType parent, JavaResourcePersistentAttribute jrpa)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaPersistentAttribute
 JavaBasicMapping JpaFactory.buildJavaBasicMapping(JavaPersistentAttribute parent)
           
 JavaEmbeddedIdMapping JpaFactory.buildJavaEmbeddedIdMapping(JavaPersistentAttribute parent)
           
 JavaEmbeddedMapping JpaFactory.buildJavaEmbeddedMapping(JavaPersistentAttribute parent)
           
 JavaIdMapping JpaFactory.buildJavaIdMapping(JavaPersistentAttribute parent)
           
 JavaManyToManyMapping JpaFactory.buildJavaManyToManyMapping(JavaPersistentAttribute parent)
           
 JavaManyToOneMapping JpaFactory.buildJavaManyToOneMapping(JavaPersistentAttribute parent)
           
 JavaAttributeMapping JpaFactory.buildJavaNullAttributeMapping(JavaPersistentAttribute parent)
           
 JavaOneToManyMapping JpaFactory.buildJavaOneToManyMapping(JavaPersistentAttribute parent)
           
 JavaOneToOneMapping JpaFactory.buildJavaOneToOneMapping(JavaPersistentAttribute parent)
           
 JavaTransientMapping JpaFactory.buildJavaTransientMapping(JavaPersistentAttribute parent)
           
 JavaVersionMapping JpaFactory.buildJavaVersionMapping(JavaPersistentAttribute parent)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context that return JavaPersistentAttribute
 JavaPersistentAttribute ReadOnlyPersistentAttribute.getJavaPersistentAttribute()
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaPersistentAttribute
 JavaPersistentAttribute JavaPersistentType.getAttributeFor(JavaResourcePersistentAttribute javaResourcePersistentAttribute)
           
 JavaPersistentAttribute JavaPersistentType.getAttributeNamed(java.lang.String attributeName)
           
 JavaPersistentAttribute JavaAttributeMapping.getParent()
           
 JavaPersistentAttribute JavaAttributeMapping.getPersistentAttribute()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java that return types with arguments of type JavaPersistentAttribute
 java.util.ListIterator<JavaPersistentAttribute> JavaPersistentType.attributes()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute persistentAttribute, JpaFactory factory)
          Build a Java attribute mapping for the specified persistent attribute.
 boolean DefaultJavaAttributeMappingDefinition.isDefault(JavaPersistentAttribute persistentAttribute)
          Return whether the definition's mapping is the "default" mapping for the specified persistent attribute.
 boolean JavaAttributeMappingDefinition.isSpecified(JavaPersistentAttribute persistentAttribute)
          Return whether the definition's mapping is the "specified" mapping for the specified persistent attribute.
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaPersistentAttribute
 JavaPersistentAttribute OrmReadOnlyPersistentAttribute.getJavaPersistentAttribute()
          If the orm.xml attribute is virtual, the returned Java attribute is also virtual; i.e.
 JavaPersistentAttribute OrmReadOnlyPersistentAttribute.resolveJavaPersistentAttribute()
          Return the orm.xml attribute's Java attribute; which, in the case of virtual attributes, is not the same Java attribute as returned by OrmReadOnlyPersistentAttribute.getJavaPersistentAttribute().
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.core.jpa2 with parameters of type JavaPersistentAttribute
 JavaElementCollectionMapping2_0 JpaFactory2_0.buildJavaElementCollectionMapping2_0(JavaPersistentAttribute parent)
           
 

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

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.java that return types with arguments of type JavaPersistentAttribute
 java.util.ListIterator<JavaPersistentAttribute> JavaPersistentType2_0.attributes()