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)
           
 

Methods in org.eclipse.jpt.core with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JpaPlatform.buildDefaultJavaAttributeMapping(JavaPersistentAttribute parent)
          Build a default Java attribute mapping with the given mapping annotation and parent.
 JavaAttributeMapping JpaPlatform.buildJavaAttributeMappingFromAnnotation(java.lang.String mappingAnnotationName, JavaPersistentAttribute parent)
          Build a Java attribute mapping with the given mapping annotation and parent.
 JavaAttributeMapping JpaPlatform.buildJavaAttributeMappingFromMappingKey(java.lang.String attributeMappingKey, JavaPersistentAttribute parent)
          Build a Java attribute mapping with the given mapping key and parent.
 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.defaultJavaAttributeMappingKey(JavaPersistentAttribute persistentAttribute)
          Return the attribute mapping key corresponding to the default atribute mapping that applies to the Java persistent 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 parent, JpaFactory factory)
          Create an JavaAttributeMapping for the given 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()