|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
java.lang.String |
getKey()
Return a unique key for the IPersistentAttributeMapping. |
PersistentAttribute |
getPersistentAttribute()
|
java.lang.String |
getPrimaryKeyColumnName()
If the mapping is for a primary key column, return the column's name, otherwise return null. |
TypeMapping |
getTypeMapping()
Return the mapping for the attribute mapping's attribute's type. |
boolean |
isDefault()
|
boolean |
isIdMapping()
Return whether the "attribute" mapping is for an ID. |
boolean |
isOverridableAssociationMapping()
Return whether the "association" mapping can be overridden. |
boolean |
isOverridableAttributeMapping()
Return whether the "attribute" mapping can be overridden. |
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode |
---|
getEntityMappings, getOrmPersistentType, getPersistenceUnit |
Methods inherited from interface org.eclipse.jpt.core.JpaNode |
---|
getJpaProject, getParent, getResource |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
PersistentAttribute getPersistentAttribute()
boolean isDefault()
java.lang.String getKey()
java.lang.String getPrimaryKeyColumnName()
TypeMapping getTypeMapping()
boolean isOverridableAttributeMapping()
boolean isOverridableAssociationMapping()
boolean isIdMapping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |