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   
org.eclipse.jpt.core.jpa2   
org.eclipse.jpt.core.jpa2.context.java   
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JavaPersistentAttribute
 JavaPersistentAttribute JpaFactory.buildJavaPersistentAttribute(PersistentType parent, JavaResourcePersistentAttribute jrpa)
           
 

Methods in org.eclipse.jpt.core with parameters of type JavaPersistentAttribute
 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)
           
 JavaAttributeMappingDefinition JpaPlatform.getDefaultJavaAttributeMappingDefinition(JavaPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, ignoring all annotations.
 JavaAttributeMappingDefinition JpaPlatform.getSpecifiedJavaAttributeMappingDefinition(JavaPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, complete with annotations.
 

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()
          Covariant override.
 

Methods in org.eclipse.jpt.core.context.java that return types with arguments of type JavaPersistentAttribute
 java.util.ListIterator<JavaPersistentAttribute> JavaPersistentType.attributes()
           
 

Methods in org.eclipse.jpt.core.context.java with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute attribute, JpaFactory factory)
          Build a Java attribute mapping for the specified attribute.
 JavaAttributeMapping NullDefaultJavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute parent, JpaFactory factory)
          Default mappings should never be null
 JavaAttributeMapping NullSpecifiedJavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute parent, JpaFactory factory)
          There is no specified mapping in this case, attributes should revert to the default
 boolean JavaAttributeMappingDefinition.testDefault(JavaPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given JavaPersistentAttribute in the default (ignoring all mapping annotations) case.
 boolean NullDefaultJavaAttributeMappingDefinition.testDefault(JavaPersistentAttribute persistentAttribute)
          This is typically the final test, so it should always apply
 boolean NullSpecifiedJavaAttributeMappingDefinition.testDefault(JavaPersistentAttribute persistentAttribute)
          Obviously false
 boolean JavaAttributeMappingDefinition.testSpecified(JavaPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given JavaPersistentAttribute in the specified (observing all mapping annotations) case.
 boolean NullDefaultJavaAttributeMappingDefinition.testSpecified(JavaPersistentAttribute persistentAttribute)
          Obviously, always false
 boolean NullSpecifiedJavaAttributeMappingDefinition.testSpecified(JavaPersistentAttribute persistentAttribute)
          This is typically the final test, so it should always apply
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return JavaPersistentAttribute
 JavaPersistentAttribute OrmPersistentAttribute.Owner.findJavaPersistentAttribute(OrmPersistentAttribute ormPersistentAttribute)
          Return the java persistent attribute that corresponds (same name and access type) to the given ormPersistentAttribute or null if none exists.
 JavaPersistentAttribute OrmPersistentAttribute.getJavaPersistentAttribute()
           
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.core.jpa2
 

Methods in org.eclipse.jpt.core.jpa2 with parameters of type JavaPersistentAttribute
 JavaElementCollectionMapping2_0 JpaFactory2_0.buildJavaElementCollectionMapping2_0(JavaPersistentAttribute parent)
           
 

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

Subinterfaces of JavaPersistentAttribute in org.eclipse.jpt.core.jpa2.context.java
 interface JavaPersistentAttribute2_0
          JPA 2.0 context Java persistent attribute (field or property)