|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?>
|
2 | 2 | <meta-storm xmlns="meta-storm">
|
3 | 3 | <definitions>
|
| 4 | + <!-- Belongs To --> |
| 5 | + <!-- target: --> |
4 | 6 | <classConstructor class="\Cycle\Annotated\Annotation\Relation\BelongsTo" argument="0">
|
5 | 7 | <collection name="cycle/orm:entity-class" argument="0" />
|
6 | 8 | <collection name="cycle/orm:entity-role" argument="0" />
|
7 | 9 | </classConstructor>
|
| 10 | + <!-- innerKey: --> |
| 11 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\BelongsTo" argument="1" targetInArray="value"> |
| 12 | + <properties xpath="$containingClass"> |
| 13 | + <filters> |
| 14 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 15 | + </filters> |
| 16 | + </properties> |
| 17 | + </classConstructor> |
| 18 | + <!-- outerKey: --> |
| 19 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\BelongsTo" argument="2" targetInArray="value"> |
| 20 | + <properties xpath="$argument[0]"> |
| 21 | + <filters> |
| 22 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 23 | + </filters> |
| 24 | + </properties> |
| 25 | + </classConstructor> |
8 | 26 |
|
| 27 | + <!-- Has Many --> |
| 28 | + <!-- target: --> |
9 | 29 | <classConstructor class="\Cycle\Annotated\Annotation\Relation\HasMany" argument="0">
|
10 | 30 | <collection name="cycle/orm:entity-class" argument="0" />
|
11 | 31 | <collection name="cycle/orm:entity-role" argument="0" />
|
12 | 32 | </classConstructor>
|
| 33 | + <!-- innerKey: --> |
| 34 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\HasMany" argument="1" targetInArray="value"> |
| 35 | + <properties xpath="$containingClass"> |
| 36 | + <filters> |
| 37 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 38 | + </filters> |
| 39 | + </properties> |
| 40 | + </classConstructor> |
| 41 | + <!-- outerKey: --> |
| 42 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\HasMany" argument="2" targetInArray="value"> |
| 43 | + <properties xpath="$argument[0]"> |
| 44 | + <filters> |
| 45 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 46 | + </filters> |
| 47 | + </properties> |
| 48 | + </classConstructor> |
13 | 49 |
|
| 50 | + <!-- Has One --> |
| 51 | + <!-- target: --> |
14 | 52 | <classConstructor class="\Cycle\Annotated\Annotation\Relation\HasOne" argument="0">
|
15 | 53 | <collection name="cycle/orm:entity-class" argument="0" />
|
16 | 54 | <collection name="cycle/orm:entity-role" argument="0" />
|
17 | 55 | </classConstructor>
|
| 56 | + <!-- innerKey: --> |
| 57 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\HasOne" argument="1" targetInArray="value"> |
| 58 | + <properties xpath="$containingClass"> |
| 59 | + <filters> |
| 60 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 61 | + </filters> |
| 62 | + </properties> |
| 63 | + </classConstructor> |
| 64 | + <!-- outerKey: --> |
| 65 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\HasOne" argument="2" targetInArray="value"> |
| 66 | + <properties xpath="$argument[0]"> |
| 67 | + <filters> |
| 68 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 69 | + </filters> |
| 70 | + </properties> |
| 71 | + </classConstructor> |
18 | 72 |
|
| 73 | + <!-- Refers To --> |
| 74 | + <!-- target: --> |
19 | 75 | <classConstructor class="\Cycle\Annotated\Annotation\Relation\RefersTo" argument="0">
|
20 | 76 | <collection name="cycle/orm:entity-class" argument="0" />
|
21 | 77 | <collection name="cycle/orm:entity-role" argument="0" />
|
22 | 78 | </classConstructor>
|
| 79 | + <!-- innerKey: --> |
| 80 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\RefersTo" argument="1" targetInArray="value"> |
| 81 | + <properties xpath="$containingClass"> |
| 82 | + <filters> |
| 83 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 84 | + </filters> |
| 85 | + </properties> |
| 86 | + </classConstructor> |
| 87 | + <!-- outerKey: --> |
| 88 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\RefersTo" argument="2" targetInArray="value"> |
| 89 | + <properties xpath="$argument[0]"> |
| 90 | + <filters> |
| 91 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 92 | + </filters> |
| 93 | + </properties> |
| 94 | + </classConstructor> |
23 | 95 |
|
| 96 | + <!-- Many To Many --> |
| 97 | + <!-- target: --> |
24 | 98 | <classConstructor class="\Cycle\Annotated\Annotation\Relation\ManyToMany" argument="0">
|
25 | 99 | <collection name="cycle/orm:entity-class" argument="0" />
|
26 | 100 | <collection name="cycle/orm:entity-role" argument="0" />
|
|
29 | 103 | <collection name="cycle/orm:entity-class" argument="0" />
|
30 | 104 | <collection name="cycle/orm:entity-role" argument="0" />
|
31 | 105 | </classConstructor>
|
| 106 | + <!-- target innerKey: --> |
| 107 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\ManyToMany" argument="2" targetInArray="value"> |
| 108 | + <properties xpath="$containingClass"> |
| 109 | + <filters> |
| 110 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 111 | + </filters> |
| 112 | + </properties> |
| 113 | + </classConstructor> |
| 114 | + <!-- target outerKey: --> |
| 115 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\ManyToMany" argument="3" targetInArray="value"> |
| 116 | + <properties xpath="$argument[0]"> |
| 117 | + <filters> |
| 118 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 119 | + </filters> |
| 120 | + </properties> |
| 121 | + </classConstructor> |
| 122 | + <!-- through innerKey: --> |
| 123 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\ManyToMany" argument="4" targetInArray="value"> |
| 124 | + <properties xpath="$argument[1]"> |
| 125 | + <filters> |
| 126 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 127 | + </filters> |
| 128 | + </properties> |
| 129 | + </classConstructor> |
| 130 | + <!-- through outerKey: --> |
| 131 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\ManyToMany" argument="5" targetInArray="value"> |
| 132 | + <properties xpath="$argument[1]"> |
| 133 | + <filters> |
| 134 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 135 | + </filters> |
| 136 | + </properties> |
| 137 | + </classConstructor> |
32 | 138 |
|
33 |
| - <classConstructor class="\Cycle\Annotated\Annotation\Relation\BelongsToMorphed" argument="1"> |
| 139 | + <!-- Belongs To Morphed --> |
| 140 | + <!-- target: --> |
| 141 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\BelongsToMorphed" argument="1"> |
34 | 142 | <collection name="cycle/orm:entity-class" argument="0" />
|
35 | 143 | <collection name="cycle/orm:entity-role" argument="0" />
|
36 | 144 | </classConstructor>
|
| 145 | + <!-- innerKey: --> |
| 146 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\BelongsToMorphed" argument="1" targetInArray="value"> |
| 147 | + <properties xpath="$containingClass"> |
| 148 | + <filters> |
| 149 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 150 | + </filters> |
| 151 | + </properties> |
| 152 | + </classConstructor> |
| 153 | + <!-- outerKey: --> |
| 154 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\BelongsToMorphed" argument="2" targetInArray="value"> |
| 155 | + <properties xpath="$argument[0]"> |
| 156 | + <filters> |
| 157 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 158 | + </filters> |
| 159 | + </properties> |
| 160 | + </classConstructor> |
37 | 161 |
|
38 |
| - <classConstructor class="\Cycle\Annotated\Annotation\Relation\MorphedHasMany" argument="1"> |
| 162 | + <!-- Morphed Has Many --> |
| 163 | + <!-- target: --> |
| 164 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\MorphedHasMany" argument="1"> |
39 | 165 | <collection name="cycle/orm:entity-class" argument="0" />
|
40 | 166 | <collection name="cycle/orm:entity-role" argument="0" />
|
41 | 167 | </classConstructor>
|
| 168 | + <!-- innerKey: --> |
| 169 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\MorphedHasMany" argument="1" targetInArray="value"> |
| 170 | + <properties xpath="$containingClass"> |
| 171 | + <filters> |
| 172 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 173 | + </filters> |
| 174 | + </properties> |
| 175 | + </classConstructor> |
| 176 | + <!-- outerKey: --> |
| 177 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\MorphedHasMany" argument="2" targetInArray="value"> |
| 178 | + <properties xpath="$argument[0]"> |
| 179 | + <filters> |
| 180 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 181 | + </filters> |
| 182 | + </properties> |
| 183 | + </classConstructor> |
42 | 184 |
|
43 |
| - <classConstructor class="\Cycle\Annotated\Annotation\Relation\MorphedHasOne" argument="1"> |
| 185 | + <!-- Morphed Has One --> |
| 186 | + <!-- target: --> |
| 187 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\MorphedHasOne" argument="1"> |
44 | 188 | <collection name="cycle/orm:entity-class" argument="0" />
|
45 | 189 | <collection name="cycle/orm:entity-role" argument="0" />
|
46 | 190 | </classConstructor>
|
| 191 | + <!-- innerKey: --> |
| 192 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\MorphedHasOne" argument="1" targetInArray="value"> |
| 193 | + <properties xpath="$containingClass"> |
| 194 | + <filters> |
| 195 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 196 | + </filters> |
| 197 | + </properties> |
| 198 | + </classConstructor> |
| 199 | + <!-- outerKey: --> |
| 200 | + <classConstructor class="\Cycle\Annotated\Annotation\Relation\Morphed\MorphedHasOne" argument="2" targetInArray="value"> |
| 201 | + <properties xpath="$argument[0]"> |
| 202 | + <filters> |
| 203 | + <hasAttribute class="\Cycle\Annotated\Annotation\Column"/> |
| 204 | + </filters> |
| 205 | + </properties> |
| 206 | + </classConstructor> |
47 | 207 |
|
| 208 | + <!-- Embedded --> |
| 209 | + <!-- target: --> |
48 | 210 | <classConstructor class="\Cycle\Annotated\Annotation\Relation\Embedded" argument="0">
|
49 | 211 | <collection name="cycle/orm:entity-embeddable-class" argument="0" />
|
50 | 212 | </classConstructor>
|
|
0 commit comments