|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EntityRelation
A relationship between an Entity from one table to other Entities,
possibly in other tables.
| Method Summary | |
|---|---|
List |
follow(Entity src)
Return a List of Entities that are implied by this EntityRelation. |
EntityTable |
getSourceTable()
Return the EntityTable from which this EntityRelation springs. |
| Method Detail |
|---|
EntityTable getSourceTable()
EntityTable from which this EntityRelation springs.
List follow(Entity src)
List of Entities that are implied by this EntityRelation.
src - the source Entity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||