|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| pt.ist.fenixframework.dml.runtime | |
| Uses of Role in pt.ist.fenixframework.dml.runtime |
|---|
| Classes in pt.ist.fenixframework.dml.runtime that implement Role | |
|---|---|
class |
RoleEmpty<C1 extends DomainObject,C2 extends DomainObject>
This class handles one side of a relation which is not navigable in the other direction. |
class |
RoleMany<C1 extends DomainObject,C2 extends DomainObject>
This class handles one side of a many-to-something relation: the side that keeps the collection corresponding to the multiplicity many. |
class |
RoleOne<C1 extends DomainObject,C2 extends DomainObject>
This class handles one side of a one-to-something relation: the side that keeps the single reference corresponding to the multiplicity one. |
| Methods in pt.ist.fenixframework.dml.runtime that return Role | |
|---|---|
Role<C2,C1> |
RoleEmpty.getInverseRole()
|
Role<C2,C1> |
Role.getInverseRole()
|
| Constructors in pt.ist.fenixframework.dml.runtime with parameters of type Role | |
|---|---|
DirectRelation(Role<C1,C2> firstRole,
String name)
|
|
DirectRelation(Role<C1,C2> firstRole,
String name,
RelationListener<C1,C2>... listeners)
|
|
RoleEmpty(Role<C2,C1> inverseRole)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||