|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RelationshipMapping
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.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_TARGET_ENTITY_PROPERTY
|
static java.lang.String |
RESOLVED_TARGET_ENTITY_PROPERTY
|
static java.lang.String |
SPECIFIED_TARGET_ENTITY_PROPERTY
|
| Fields inherited from interface org.eclipse.jpt.core.context.Fetchable |
|---|
DEFAULT_FETCH_PROPERTY, SPECIFIED_FETCH_PROPERTY |
| Method Summary | |
|---|---|
java.util.Iterator<java.lang.String> |
allTargetEntityAttributeNames()
Return all attribute names on the target entity, provided target entity resolves |
Cascade |
getCascade()
|
java.lang.String |
getDefaultTargetEntity()
|
Entity |
getEntity()
Return the entity that owns the relationship mapping. |
java.lang.String |
getJoinTableDefaultName()
|
RelationshipReference |
getRelationshipReference()
Return the meta-information used to populate the entities of the relationship |
Entity |
getResolvedTargetEntity()
|
java.lang.String |
getSpecifiedTargetEntity()
|
java.lang.String |
getTargetEntity()
|
char |
getTargetEntityEnclosingTypeSeparator()
Return the char to be used for browsing or creating the target entity IType. |
boolean |
isRelationshipOwner()
Return whether this mapping is the owning side of the relationship. |
void |
setSpecifiedTargetEntity(java.lang.String value)
|
| Methods inherited from interface org.eclipse.jpt.core.context.Fetchable |
|---|
getDefaultFetch, getFetch, getSpecifiedFetch, setSpecifiedFetch |
| Field Detail |
|---|
static final java.lang.String SPECIFIED_TARGET_ENTITY_PROPERTY
static final java.lang.String DEFAULT_TARGET_ENTITY_PROPERTY
static final java.lang.String RESOLVED_TARGET_ENTITY_PROPERTY
| Method Detail |
|---|
Entity getEntity()
RelationshipReference getRelationshipReference()
boolean isRelationshipOwner()
java.lang.String getJoinTableDefaultName()
java.lang.String getTargetEntity()
java.lang.String getSpecifiedTargetEntity()
void setSpecifiedTargetEntity(java.lang.String value)
java.lang.String getDefaultTargetEntity()
Entity getResolvedTargetEntity()
java.util.Iterator<java.lang.String> allTargetEntityAttributeNames()
char getTargetEntityEnclosingTypeSeparator()
IType.getFullyQualifiedName(char)Cascade getCascade()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||