Uses of Interface
org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute

Packages that use JavaResourcePersistentAttribute
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.resource.java   
 

Uses of JavaResourcePersistentAttribute in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type JavaResourcePersistentAttribute
 Annotation JpaAnnotationProvider.buildAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute supporting annotation with the specified name.
 JavaEnumeratedConverter JpaFactory.buildJavaEnumeratedConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 JavaLobConverter JpaFactory.buildJavaLobConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 JavaPersistentAttribute JpaFactory.buildJavaPersistentAttribute(JavaPersistentType parent, JavaResourcePersistentAttribute jrpa)
           
 JavaTemporalConverter JpaFactory.buildJavaTemporalConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 Annotation JpaAnnotationProvider.buildNullAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build a null attribute mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build a null attribute supporting annotation with the specified name.
 

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

Methods in org.eclipse.jpt.core.context.java that return JavaResourcePersistentAttribute
 JavaResourcePersistentAttribute JavaPersistentAttribute.getResourcePersistentAttribute()
           
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JavaResourcePersistentAttribute
 void JavaAttributeMapping.initialize(JavaResourcePersistentAttribute jrpa)
           
 void JavaJoinTable.initialize(JavaResourcePersistentAttribute jrpa)
           
 void JavaAttributeMapping.update(JavaResourcePersistentAttribute jrpa)
          Update the JavaAttributeMapping context model object to match the JavaResourcePersistentAttribute resource model object.
 void JavaConverter.update(JavaResourcePersistentAttribute jrpa)
          Update the JavaConverter context model object to match the JavaResourcePersistentAttribute resource model object.
 void JavaJoinTable.update(JavaResourcePersistentAttribute jrpa)
          Update the JavaJoinTable context model object to match the JavaResourcePersistentAttribute resource model object.
 

Uses of JavaResourcePersistentAttribute in org.eclipse.jpt.core.resource.java
 

Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type JavaResourcePersistentAttribute
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.fields()
          Return the type's fields.
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.methods()
          Return the type's methods.
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.persistableAttributes()
          Return the type's persistable fields and properties.
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.persistableFields()
          Return the type's persistable fields.
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.persistableProperties()
          Return the type's persistable properties.