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.jpa2.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.buildAttributeAnnotation(JavaResourcePersistentAttribute parent, Attribute attribute, java.lang.String annotationName)
          Build an attribute annotation with the specified name.
 Annotation JpaAnnotationProvider.buildAttributeAnnotation(JavaResourcePersistentAttribute parent, org.eclipse.jdt.core.IAnnotation jdtAnnotation)
          Build an attribute 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.buildNullAttributeAnnotation(JavaResourcePersistentAttribute parent, java.lang.String annotationName)
          Build a null attribute 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
 java.lang.String JavaPersistentAttribute.JpaContainer.getMultiReferenceMapKeyTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 java.lang.String JavaPersistentAttribute.JpaContainer.Null.getMultiReferenceMapKeyTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 java.lang.String JavaPersistentAttribute.JpaContainer.getMultiReferenceTargetTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 java.lang.String JavaPersistentAttribute.JpaContainer.Null.getMultiReferenceTargetTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 void JavaConverter.update(JavaResourcePersistentAttribute jrpa)
          Update the JavaConverter context model object to match the JavaResourcePersistentAttribute resource model object.
 

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

Methods in org.eclipse.jpt.core.jpa2.context.java with parameters of type JavaResourcePersistentAttribute
 void JavaOrderColumn2_0.initialize(JavaResourcePersistentAttribute resource)
           
 void JavaOrphanRemovable2_0.initialize(JavaResourcePersistentAttribute jrpa)
          Initialize model without throwing any events
 void JavaOrderColumn2_0.update(JavaResourcePersistentAttribute resource)
          Update the JavaColumn context model object to match the ColumnAnnotation resource model object.
 void JavaOrphanRemovable2_0.update(JavaResourcePersistentAttribute jrpa)
          Update model, throwing events as necessary
 

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 persistable 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