Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaPersistentAttribute

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

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

Methods in org.eclipse.jpt.jpa.core that return JavaPersistentAttribute
 JavaPersistentAttribute JpaFactory.buildJavaPersistentAttribute(PersistentType parent, Accessor accessor)
           
 JavaPersistentAttribute JpaFactory.buildJavaPersistentField(PersistentType parent, JavaResourceField resourceField)
           
 JavaPersistentAttribute JpaFactory.buildJavaPersistentProperty(PersistentType parent, JavaResourceMethod resourceGetter, JavaResourceMethod resourceSetter)
           
 

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

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

Methods in org.eclipse.jpt.jpa.core.context that return JavaPersistentAttribute
 JavaPersistentAttribute ReadOnlyPersistentAttribute.getJavaPersistentAttribute()
           
 

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

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaPersistentAttribute
 JavaPersistentAttribute Accessor.buildUnannotatedJavaAttribute(PersistentType type)
          Build a Java persistent attribute that wraps the original Java resource attributes and behaves as though it has no annotations.
 JavaPersistentAttribute JavaPersistentType.getAttributeFor(JavaResourceAttribute javaResourceAttribute)
           
 JavaPersistentAttribute JavaPersistentType.getAttributeNamed(String attributeName)
           
 JavaPersistentAttribute JavaAttributeMapping.getParent()
           
 JavaPersistentAttribute JavaAttributeMapping.getPersistentAttribute()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java that return types with arguments of type JavaPersistentAttribute
 org.eclipse.jpt.common.utility.iterable.ListIterable<JavaPersistentAttribute> JavaPersistentType.getAttributes()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute persistentAttribute, JpaFactory factory)
          Build a Java attribute mapping for the specified persistent attribute.
 boolean DefaultJavaAttributeMappingDefinition.isDefault(JavaPersistentAttribute persistentAttribute)
          Return whether the definition's mapping is the "default" mapping for the specified persistent attribute.
 boolean JavaAttributeMappingDefinition.isSpecified(JavaPersistentAttribute persistentAttribute)
          Return whether the definition's mapping is the "specified" mapping for the specified persistent attribute.
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaPersistentAttribute
 JavaPersistentAttribute OrmReadOnlyPersistentAttribute.getJavaPersistentAttribute()
          If the orm.xml attribute is virtual, the returned Java attribute is also virtual; i.e. it is read-only and is not to be modified (nor are any of its parts [e.g. column]).
 JavaPersistentAttribute OrmReadOnlyPersistentAttribute.resolveJavaPersistentAttribute()
          Return the orm.xml attribute's Java attribute; which, in the case of virtual attributes, is not the same Java attribute as returned by OrmReadOnlyPersistentAttribute.getJavaPersistentAttribute().
 

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

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.