RDBManyToManyRelationDescription.php
34 * @param $thisEndRelation The RDBOneToManyRelationDescription describing the relation between 'this' end and the connecting type
35 * @param $otherEndRelation The RDBManyToOneRelationDescription describing the relation between the connecting type and the 'other' end
getThisNavigability()
Definition: RDBManyToManyRelationDescription.php:140
Instances of RDBManyToManyRelationDescription describe a many to many relation from 'this' end to 'ot...
Definition: RDBManyToManyRelationDescription.php:26
getThisAggregationKind()
Definition: RDBManyToManyRelationDescription.php:126
getHierarchyType()
Definition: RDBManyToManyRelationDescription.php:154
getOtherMinMultiplicity()
Definition: RDBManyToManyRelationDescription.php:112
getThisEndRelation()
Get the RDBOneToManyRelationDescription describing the relation between 'this' end and the connecting...
Definition: RDBManyToManyRelationDescription.php:47
Instances of RDBManyToOneRelationDescription describe a many to one relation from 'this' end (many) t...
Definition: RDBManyToOneRelationDescription.php:21
getOtherEndRelation()
Get the RDBManyToOneRelationDescription describing the relation between the connecting type and the '...
Definition: RDBManyToManyRelationDescription.php:56
getThisRole()
Definition: RDBManyToManyRelationDescription.php:77
Instances of RelationDescription describe relations between different types of PersistentObjects.
Definition: RelationDescription.php:21
getOtherMaxMultiplicity()
Definition: RDBManyToManyRelationDescription.php:119
__construct(RDBOneToManyRelationDescription $thisEndRelation, RDBManyToOneRelationDescription $otherEndRelation)
Constructor.
Definition: RDBManyToManyRelationDescription.php:37
$thisEndRelation
Definition: RDBManyToManyRelationDescription.php:28
isMultiValued()
Definition: RDBManyToManyRelationDescription.php:63
getThisMinMultiplicity()
Definition: RDBManyToManyRelationDescription.php:98
$otherEndRelation
Definition: RDBManyToManyRelationDescription.php:29
getOtherAggregationKind()
Definition: RDBManyToManyRelationDescription.php:133
Instances of RDBOneToManyRelationDescription describe a one to many relation from 'this' end (one) to...
Definition: RDBOneToManyRelationDescription.php:21
getThisMaxMultiplicity()
Definition: RDBManyToManyRelationDescription.php:105
getThisType()
Definition: RDBManyToManyRelationDescription.php:70
getOtherNavigability()
Definition: RDBManyToManyRelationDescription.php:147
getOtherType()
Definition: RDBManyToManyRelationDescription.php:84