|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 the persistent type's persistent attributes. |
|
| Methods in org.eclipse.jpt.core.context that return PersistentAttribute | |
|---|---|
PersistentAttribute |
PersistentType.getAttributeNamed(java.lang.String attributeName)
Return the persistent attribute with the specified name, if it exists locally on the persistent type (as opposed to in its inheritance hierarchy). |
PersistentAttribute |
Entity.getIdAttribute()
If an entity has a single id attribute, return that attribute. |
PersistentAttribute |
AttributeMapping.getPersistentAttribute()
|
PersistentAttribute |
JoinColumn.Owner.getPersistentAttribute()
return the persistent attribute for this join column |
PersistentAttribute |
ReferenceTable.getPersistentAttribute()
|
PersistentAttribute |
PersistentType.resolveAttribute(java.lang.String attributeName)
Resolve and return the persistent attribute with the specified name, if it is distinct and exists within the context of the persistent type. |
| Methods in org.eclipse.jpt.core.context that return types with arguments of type PersistentAttribute | |
|---|---|
java.util.Iterator<PersistentAttribute> |
PersistentType.allAttributes()
Return all the persistent attributes in the persistent type's inheritance hierarchy. |
| Uses of PersistentAttribute in org.eclipse.jpt.core.context.java |
|---|
| Subinterfaces of PersistentAttribute in org.eclipse.jpt.core.context.java | |
|---|---|
interface |
JavaPersistentAttribute
Java persistent attribute (field or property) |
| Uses of PersistentAttribute in org.eclipse.jpt.core.context.orm |
|---|
| Subinterfaces of PersistentAttribute in org.eclipse.jpt.core.context.orm | |
|---|---|
interface |
OrmPersistentAttribute
ORM persistent attribute Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of PersistentAttribute in org.eclipse.jpt.core.jpa2.context |
|---|
| Subinterfaces of PersistentAttribute in org.eclipse.jpt.core.jpa2.context | |
|---|---|
interface |
PersistentAttribute2_0
JPA 2.0 persistent attribute (field or property) |
| Methods in org.eclipse.jpt.core.jpa2.context with type parameters of type PersistentAttribute | ||
|---|---|---|
|
MetamodelSourceType.attributes()
Return the source type's attributes. |
|
| Uses of PersistentAttribute in org.eclipse.jpt.core.jpa2.context.java |
|---|
| Subinterfaces of PersistentAttribute in org.eclipse.jpt.core.jpa2.context.java | |
|---|---|
interface |
JavaPersistentAttribute2_0
JPA 2.0 context Java persistent attribute (field or property) |
| Uses of PersistentAttribute in org.eclipse.jpt.core.jpa2.context.orm |
|---|
| Subinterfaces of PersistentAttribute in org.eclipse.jpt.core.jpa2.context.orm | |
|---|---|
interface |
OrmPersistentAttribute2_0
JPA 2.0 context orm persistent attribute (field or property) |
| Uses of PersistentAttribute in org.eclipse.jpt.ui |
|---|
| Methods in org.eclipse.jpt.ui that return types with arguments of type PersistentAttribute | |
|---|---|
java.util.Iterator<MappingUiDefinition<PersistentAttribute,? extends AttributeMapping>> |
MappingResourceUiDefinition.attributeMappingUiDefinitions()
Return an iterator of attribute mapping ui definitions appropriate for this file type |
java.util.Iterator<MappingUiDefinition<PersistentAttribute,? extends AttributeMapping>> |
JpaPlatformUi.attributeMappingUiDefinitions(JpaResourceType resourceType)
|
DefaultMappingUiDefinition<PersistentAttribute,? extends AttributeMapping> |
JpaPlatformUi.getDefaultAttributeMappingUiDefinition(JpaResourceType resourceType,
java.lang.String mappingKey)
|
DefaultMappingUiDefinition<PersistentAttribute,? extends AttributeMapping> |
MappingResourceUiDefinition.getDefaultAttributeMappingUiDefinition(java.lang.String key)
Return a default attribute mapping ui definition for the given key or null |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||