|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistentAttribute | |
---|---|
org.eclipse.jpt.core.context | |
org.eclipse.jpt.core.context.java | |
org.eclipse.jpt.core.context.orm |
Uses of PersistentAttribute in org.eclipse.jpt.core.context |
---|
Methods in org.eclipse.jpt.core.context with type parameters of type PersistentAttribute | ||
---|---|---|
|
PersistentType.attributes()
Return a read-only iterator of the contained PersistentAttribute |
|
|
TypeMapping.overridableAssociations()
Return an Iterator of associations that can be overriden. |
|
|
TypeMapping.overridableAttributes()
Return an Iterator of attributes. |
Methods in org.eclipse.jpt.core.context that return PersistentAttribute | |
---|---|
PersistentAttribute |
PersistentType.getAttributeNamed(java.lang.String attributeName)
Return the attribute named attributeName if
it exists locally on this type |
PersistentAttribute |
AttributeMapping.getPersistentAttribute()
|
PersistentAttribute |
PersistentType.resolveAttribute(java.lang.String attributeName)
Resolve and return the attribute named attributeName if it
is distinct and exists within the context of this type |
Methods in org.eclipse.jpt.core.context that return types with arguments of type PersistentAttribute | |
---|---|
java.util.Iterator<PersistentAttribute> |
PersistentType.allAttributes()
Return a read-only iterator of the all the PersistentAttribute s
in the hierarchy |
java.util.Iterator<PersistentAttribute> |
TypeMapping.allOverridableAssociations()
Return an Iterator of associations. |
java.util.Iterator<PersistentAttribute> |
TypeMapping.allOverridableAttributes()
Return an Iterator of attributes. |
Uses of PersistentAttribute in org.eclipse.jpt.core.context.java |
---|
Subinterfaces of PersistentAttribute in org.eclipse.jpt.core.context.java | |
---|---|
interface |
JavaPersistentAttribute
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
Methods in org.eclipse.jpt.core.context.java that return PersistentAttribute | |
---|---|
PersistentAttribute |
JavaPersistentType.resolveAttribute(java.lang.String attributeName)
Resolve and return the attribute named attributeName if it
is distinct and exists within the context of this type |
Uses of PersistentAttribute in org.eclipse.jpt.core.context.orm |
---|
Subinterfaces of PersistentAttribute in org.eclipse.jpt.core.context.orm | |
---|---|
interface |
OrmPersistentAttribute
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |