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

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

Uses of JavaResourcePersistentAttribute in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.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.
 JavaPersistentAttribute JpaFactory.buildJavaPersistentAttribute(PersistentType 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.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaResourcePersistentAttribute
 JavaResourcePersistentAttribute JavaPersistentAttribute.getResourcePersistentAttribute()
          Return the corresponding resource persistent attribute.
 JavaResourcePersistentAttribute JavaAttributeMapping.getResourcePersistentAttribute()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaResourcePersistentAttribute
 JavaPersistentAttribute JavaPersistentType.getAttributeFor(JavaResourcePersistentAttribute javaResourcePersistentAttribute)
           
 Annotation JavaConverter.Adapter.getConverterAnnotation(JavaResourcePersistentAttribute javaResourcePersistentAttribute)
          Return the adapter's converter annotation for the specified Java resource persistent member.
 Annotation JavaConverter.AbstractAdapter.getConverterAnnotation(JavaResourcePersistentAttribute attribute)
           
 java.lang.String JavaPersistentAttribute.JpaContainerDefinition.getMultiReferenceMapKeyTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 java.lang.String JavaPersistentAttribute.JpaContainerDefinition.Null.getMultiReferenceMapKeyTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 java.lang.String JavaPersistentAttribute.JpaContainerDefinition.getMultiReferenceTargetTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 java.lang.String JavaPersistentAttribute.JpaContainerDefinition.Null.getMultiReferenceTargetTypeName(JavaResourcePersistentAttribute resourcePersistentAttribute)
           
 void JavaConverter.Adapter.removeConverterAnnotation(JavaResourcePersistentAttribute javaResourcePersistentAttribute)
          Remove the adapter's converter annotation from the specified Java resource persistent member.
 void JavaConverter.AbstractAdapter.removeConverterAnnotation(JavaResourcePersistentAttribute attribute)
           
 

Uses of JavaResourcePersistentAttribute in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaResourcePersistentAttribute
 JavaResourcePersistentAttribute OrmReadOnlyPersistentAttribute.getJavaResourcePersistentAttribute()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type JavaResourcePersistentAttribute
 OrmReadOnlyPersistentAttribute OrmXmlContextNodeFactory.buildVirtualOrmPersistentAttribute(OrmPersistentType parent, JavaResourcePersistentAttribute javaResourcePersistentAttribute)
           
 

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

Methods in org.eclipse.jpt.jpa.core.jpa2.context.java that return JavaResourcePersistentAttribute
 JavaResourcePersistentAttribute JavaOrderable2_0.getResourcePersistentAttribute()
           
 

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

Fields in org.eclipse.jpt.jpa.core.jpa2.resource.java with type parameters of type JavaResourcePersistentAttribute
static Filter<JavaResourcePersistentAttribute> JavaResourcePersistentType2_0.FIELD_ACCESS_TYPE_FILTER
           
static Filter<JavaResourcePersistentAttribute> JavaResourcePersistentType2_0.PROPERTY_ACCESS_TYPE_FILTER
           
 

Methods in org.eclipse.jpt.jpa.core.jpa2.resource.java with parameters of type JavaResourcePersistentAttribute
 boolean JavaResourcePersistentType2_0.AccessTypeFilter.accept(JavaResourcePersistentAttribute resourceAttribute)
           
 

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

Methods in org.eclipse.jpt.jpa.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