|
| 1 | +<?xml version="1.0" encoding="UTF-8" ?> |
| 2 | +<meta-storm xmlns="meta-storm"> |
| 3 | + <definitions> |
| 4 | + <collection |
| 5 | + className="\Cycle\ORM\Service\SourceProviderInterface" |
| 6 | + methodName="getSource" |
| 7 | + argumentIndex="0" |
| 8 | + collectionName="entity-class" |
| 9 | + /> |
| 10 | + <collection |
| 11 | + className="\Cycle\ORM\Service\SourceProviderInterface" |
| 12 | + methodName="getSource" |
| 13 | + argumentIndex="0" |
| 14 | + collectionName="entity-role" |
| 15 | + /> |
| 16 | + |
| 17 | + <collection |
| 18 | + className="\Cycle\ORM\Service\EntityProviderInterface" |
| 19 | + methodName="get" |
| 20 | + argumentIndex="0" |
| 21 | + collectionName="entity-class" |
| 22 | + /> |
| 23 | + <collection |
| 24 | + className="\Cycle\ORM\Service\EntityProviderInterface" |
| 25 | + methodName="get" |
| 26 | + argumentIndex="0" |
| 27 | + collectionName="entity-role" |
| 28 | + /> |
| 29 | + |
| 30 | + <collection |
| 31 | + className="\Cycle\ORM\Service\EntityFactoryInterface" |
| 32 | + methodName="make" |
| 33 | + argumentIndex="0" |
| 34 | + collectionName="entity-class" |
| 35 | + /> |
| 36 | + <collection |
| 37 | + className="\Cycle\ORM\Service\EntityFactoryInterface" |
| 38 | + methodName="make" |
| 39 | + argumentIndex="0" |
| 40 | + collectionName="entity-role" |
| 41 | + /> |
| 42 | + |
| 43 | + <collection |
| 44 | + className="\Cycle\ORM\Service\IndexProviderInterface" |
| 45 | + methodName="getIndexes" |
| 46 | + argumentIndex="0" |
| 47 | + collectionName="entity-class" |
| 48 | + /> |
| 49 | + <collection |
| 50 | + className="\Cycle\ORM\Service\IndexProviderInterface" |
| 51 | + methodName="getIndexes" |
| 52 | + argumentIndex="0" |
| 53 | + collectionName="entity-role" |
| 54 | + /> |
| 55 | + |
| 56 | + <collection |
| 57 | + className="\Cycle\ORM\ORMInterface" |
| 58 | + methodName="resolveRole" |
| 59 | + argumentIndex="0" |
| 60 | + collectionName="entity-class" |
| 61 | + /> |
| 62 | + <collection |
| 63 | + className="\Cycle\ORM\ORMInterface" |
| 64 | + methodName="resolveRole" |
| 65 | + argumentIndex="0" |
| 66 | + collectionName="entity-role" |
| 67 | + /> |
| 68 | + |
| 69 | + <collection |
| 70 | + className="\Cycle\ORM\Service\RelationProviderInterface" |
| 71 | + methodName="getRelationMap" |
| 72 | + argumentIndex="0" |
| 73 | + collectionName="entity-class" |
| 74 | + /> |
| 75 | + <collection |
| 76 | + className="\Cycle\ORM\Service\RelationProviderInterface" |
| 77 | + methodName="getRelationMap" |
| 78 | + argumentIndex="0" |
| 79 | + collectionName="entity-role" |
| 80 | + /> |
| 81 | + |
| 82 | + <collection |
| 83 | + className="\Cycle\ORM\Service\MapperProviderInterface" |
| 84 | + methodName="getMapper" |
| 85 | + argumentIndex="0" |
| 86 | + collectionName="entity-class" |
| 87 | + /> |
| 88 | + <collection |
| 89 | + className="\Cycle\ORM\Service\MapperProviderInterface" |
| 90 | + methodName="getMapper" |
| 91 | + argumentIndex="0" |
| 92 | + collectionName="entity-role" |
| 93 | + /> |
| 94 | + |
| 95 | + <collection |
| 96 | + className="\Cycle\ORM\Service\RepositoryProviderInterface" |
| 97 | + methodName="getRepository" |
| 98 | + argumentIndex="0" |
| 99 | + collectionName="entity-class" |
| 100 | + /> |
| 101 | + <collection |
| 102 | + className="\Cycle\ORM\Service\RepositoryProviderInterface" |
| 103 | + methodName="getRepository" |
| 104 | + argumentIndex="0" |
| 105 | + collectionName="entity-role" |
| 106 | + /> |
| 107 | + |
| 108 | + <collection |
| 109 | + className="\Cycle\ORM\Service\TypecastProviderInterface" |
| 110 | + methodName="getTypecast" |
| 111 | + argumentIndex="0" |
| 112 | + collectionName="entity-class" |
| 113 | + /> |
| 114 | + <collection |
| 115 | + className="\Cycle\ORM\Service\TypecastProviderInterface" |
| 116 | + methodName="getTypecast" |
| 117 | + argumentIndex="0" |
| 118 | + collectionName="entity-role" |
| 119 | + /> |
| 120 | + </definitions> |
| 121 | +</meta-storm> |
0 commit comments