Skip to content

Commit

Permalink
Cover other services
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Dec 26, 2024
1 parent 8837719 commit de35a2d
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 95 deletions.
121 changes: 121 additions & 0 deletions resources/orm-services.meta-storm.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
<?xml version="1.0" encoding="UTF-8" ?>
<meta-storm xmlns="meta-storm">
<definitions>
<collection
className="\Cycle\ORM\Service\SourceProviderInterface"
methodName="getSource"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\SourceProviderInterface"
methodName="getSource"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\EntityProviderInterface"
methodName="get"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\EntityProviderInterface"
methodName="get"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\EntityFactoryInterface"
methodName="make"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\EntityFactoryInterface"
methodName="make"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\IndexProviderInterface"
methodName="getIndexes"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\IndexProviderInterface"
methodName="getIndexes"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\ORMInterface"
methodName="resolveRole"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\ORMInterface"
methodName="resolveRole"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\RelationProviderInterface"
methodName="getRelationMap"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\RelationProviderInterface"
methodName="getRelationMap"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\MapperProviderInterface"
methodName="getMapper"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\MapperProviderInterface"
methodName="getMapper"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\RepositoryProviderInterface"
methodName="getRepository"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\RepositoryProviderInterface"
methodName="getRepository"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\TypecastProviderInterface"
methodName="getTypecast"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\TypecastProviderInterface"
methodName="getTypecast"
argumentIndex="0"
collectionName="entity-role"
/>
</definitions>
</meta-storm>
99 changes: 4 additions & 95 deletions resources/orm.meta-storm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,105 +28,14 @@
/>

<collection
className="\Cycle\ORM\Service\SourceProviderInterface"
methodName="getSource"
className="\Cycle\ORM\Heap\HeapInterface"
methodName="find"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\SourceProviderInterface"
methodName="getSource"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\EntityProviderInterface"
methodName="get"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\EntityProviderInterface"
methodName="get"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\EntityFactoryInterface"
methodName="make"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\EntityFactoryInterface"
methodName="make"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\IndexProviderInterface"
methodName="getIndexes"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\IndexProviderInterface"
methodName="getIndexes"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\ORMInterface"
methodName="resolveRole"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\ORMInterface"
methodName="resolveRole"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\RelationProviderInterface"
methodName="getRelationMap"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\RelationProviderInterface"
methodName="getRelationMap"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\MapperProviderInterface"
methodName="getMapper"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\MapperProviderInterface"
methodName="getMapper"
argumentIndex="0"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Service\RepositoryProviderInterface"
methodName="getRepository"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\Service\RepositoryProviderInterface"
methodName="getRepository"
className="\Cycle\ORM\Heap\HeapInterface"
methodName="find"
argumentIndex="0"
collectionName="entity-role"
/>
Expand Down

0 comments on commit de35a2d

Please sign in to comment.