Skip to content

Commit

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

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

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

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

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

<collection
className="\Cycle\ORM\SchemaInterface"
methodName="getInheritedRoles"
argumentIndex="0"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\SchemaInterface"
methodName="getInheritedRoles"
argumentIndex="0"
collectionName="entity-role"
/>
</definitions>
</meta-storm>
13 changes: 13 additions & 0 deletions resources/orm.meta-storm.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<meta-storm xmlns="meta-storm">
<definitions>
<collection
className="\Cycle\ORM\MapperInterface"
methodName="init"
argumentIndex="1"
collectionName="entity-class"
/>
<collection
className="\Cycle\ORM\MapperInterface"
methodName="init"
argumentIndex="1"
collectionName="entity-role"
/>

<collection
className="\Cycle\ORM\Select"
methodName="__construct"
Expand Down

0 comments on commit 8837719

Please sign in to comment.