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

Packages that use JavaPersistentAttribute
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.core
 

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

Methods in org.eclipse.jpt.core with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JpaPlatform.buildDefaultJavaAttributeMapping(JavaPersistentAttribute attribute)
          Build a default Java attribute mapping for the specified persistent attribute.
 JavaAttributeMapping JpaPlatform.buildJavaAttributeMappingFromAnnotation(java.lang.String annotationName, JavaPersistentAttribute attribute)
          Build a Java attribute mapping for the specified annotation and persistent attribute.
 JavaAttributeMapping JpaPlatform.buildJavaAttributeMappingFromMappingKey(java.lang.String key, JavaPersistentAttribute attribute)
          Build a Java attribute mapping for the specified key and persistent attribute.
 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)
           
 java.lang.String JpaPlatform.getDefaultJavaAttributeMappingKey(JavaPersistentAttribute attribute)
          Return the Java attribute mapping key for the default mapping for the specified attribute.
 

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

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

Methods in org.eclipse.jpt.core.context.java that return types with arguments of type JavaPersistentAttribute
 java.util.ListIterator<JavaPersistentAttribute> JavaPersistentType.attributes()
           
 java.util.Iterator<JavaPersistentAttribute> JavaEmbeddable.overridableAssociations()
           
 java.util.Iterator<JavaPersistentAttribute> JavaEntity.overridableAssociations()
           
 java.util.Iterator<JavaPersistentAttribute> JavaMappedSuperclass.overridableAssociations()
           
 java.util.Iterator<JavaPersistentAttribute> JavaTypeMapping.overridableAssociations()
           
 java.util.Iterator<JavaPersistentAttribute> JavaEmbeddable.overridableAttributes()
           
 java.util.Iterator<JavaPersistentAttribute> JavaEntity.overridableAttributes()
           
 java.util.Iterator<JavaPersistentAttribute> JavaMappedSuperclass.overridableAttributes()
           
 java.util.Iterator<JavaPersistentAttribute> JavaTypeMapping.overridableAttributes()
           
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JavaAttributeMappingProvider.buildMapping(JavaPersistentAttribute attribute, JpaFactory factory)
          Build a Java attribute mapping for the specified attribute.
 boolean DefaultJavaAttributeMappingProvider.defaultApplies(JavaPersistentAttribute persistentAttribute)
          Given the IJavaPersistentAttribute return whether the default mapping applies.
 

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

Methods in org.eclipse.jpt.core.context.orm that return JavaPersistentAttribute
 JavaPersistentAttribute OrmAttributeMapping.getJavaPersistentAttribute()