public interface IForeignAttribute extends IEntityAttribute
Represents a foreign attribute that is exposed as an entity attribute but managed by a reference
ATTRIBUTE_PREFIX
SEP
Modifier and Type | Method and Description |
---|---|
IReference |
getReference() |
IPKAttribute |
getReferencedPKAttribute() |
IEntity |
getToEntity()
The IEntity referenced by this
IForeignAttribute . |
String |
getToRolePhysicalName() |
boolean |
isSearchable() |
getDeclaringEntity
getName
getPrefixedUniqueName, getUniqueName
IReference getReference()
IReference
that manages this foreign attributeIPKAttribute getReferencedPKAttribute()
IPKAttribute
referenced by this foreign attribute.String getToRolePhysicalName()
IEntity getToEntity()
IForeignAttribute
.
Same as calling getReference().getToEntity() or getReferencedPKAttribute().getDeclaringEntity()boolean isSearchable()
Copyright © 2017. All rights reserved.