Метод |
Описание |
|
AddToRelationalRequest ( DomainDatabaseMap $DomainDatabaseMap, Request $RelationalRequest ) : void |
Adds any constraints and/or properties to the reqeuest required for loading the relation. |
|
GetEntityProperty ( ) : Object\IEntityProperty |
The mapped entity property. |
|
GetToOneRelation ( ) : Storm\Core\Relational\IToOneRelation |
The mapped to one relation. |
|
Persist ( Transaction $Transaction, ResultRow $ParentData, RelationshipChange $RelationshipChange ) : void |
This method should be implemented such that it saves the relationship 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. |
|