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.buildAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build an attribute mapping annotation for the specified JDT annotation.
 Annotation JpaAnnotationProvider.buildAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute supporting annotation with the specified name.
 Annotation JpaAnnotationProvider.buildAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build an attribute supporting annotation for the specified JDT annotation.
 JavaEnumeratedConverter JpaFactory.buildJavaEnumeratedConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 JavaLobConverter JpaFactory.buildJavaLobConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 JavaPersistentAttribute JpaFactory.buildJavaPersistentAttribute(PersistentType parent, JavaResourcePersistentAttribute jrpa)
           
 JavaTemporalConverter JpaFactory.buildJavaTemporalConverter(JavaAttributeMapping parent, JavaResourcePersistentAttribute jrpa)
           
 Annotation JpaAnnotationProvider.buildNullAttributeMappingAnnotation(JavaResourcePersistentAttribute parent, java.lang.String annotationName)
          Build a null attribute mapping annotation with the specified name.
 Annotation JpaAnnotationProvider.buildNullAttributeSupportingAnnotation(JavaResourcePersistentAttribute parent, 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()
          Return the "resource" persistent attribute.
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JavaResourcePersistentAttribute
 void JavaJoinTable.initialize(JavaResourcePersistentAttribute jrpa)
           
 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.persistableAttributes(AccessType specifiedAccess)
          Return the persitable properties and/or fields given the non-null specified access type
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.persistableFields()
          Return the type's persistable fields.
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.persistableFieldsWithSpecifiedFieldAccess()
          A convenience method that returns the persistableFields that also have the Access annotation with a value of FIELD
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.persistableProperties()
          Return the type's persistable properties.
 java.util.Iterator<JavaResourcePersistentAttribute> JavaResourcePersistentType.persistablePropertiesWithSpecifiedPropertyAccess()
          A convenience method that returns the persistableProperties that also have the Access annotation with a value of PROPERTY