Метод |
Описание |
|
AddToRelationalRequest ( DomainDatabaseMap $DomainDatabaseMap, Request $RelationalRequest ) : void |
Adds any constraints and/or properties to the reqeuest required for loading the relation. |
|
GetCollectionProperty ( ) : Object\ICollectionProperty |
The mapped collection property. |
|
GetToManyRelation ( ) : Storm\Core\Relational\IToManyRelation |
The mapped to many relation. |
|
Persist ( Transaction $Transaction, ResultRow $ParentData, array $RelationshipChanges ) : void |
This method should be implemented such that it saves the relationships between
the parent data and related data in the supplied transaction. |
|
Revive ( DomainDatabaseMap $DomainDatabaseMap, array $ResultRowArray, array $RevivalDataArray ) : void |
This method should be implemented such that it sets the revival data of the mapped property
with the appropriate data to revive the related entity. |
|