|
Dali Provisional API Release 3.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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)
|
| 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 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||