메소드 |
설명 |
|
Discard ( object $Entity ) : void |
Discards the supplied entity |
|
DiscardWhere ( Storm\Core\Object\ICriterion $Criterion ) |
Discard all entities matching the supplied criterion. |
|
Execute ( Storm\Core\Object\IProcedure $Procedure ) : void |
Add a procedure to be executed. |
|
GetDiscardedCriteria ( ) : Storm\Core\Object\ICriterion[] |
|
|
GetDiscardenceData ( ) : PersistenceData[] |
|
|
GetDiscardenceDataGroups ( ) : PersistenceData[][] |
|
|
GetDomain ( ) : Domain |
|
|
GetExecutedProcedures ( ) : Storm\Core\Object\IProcedure[] |
|
|
GetPersistenceData ( ) : PersistenceData[] |
|
|
GetPersistenceDataGroups ( ) : PersistenceData[][] |
|
|
Persist ( object $Entity ) : void |
Persist an entities data and relationships to the unit of work. |
|
PersistRelationships ( object $Entity ) : void |
Persist an entity's relationships to the unit of work. |
|
SupplyIdentity ( PersistenceData $PersistenceData, Identity $Identity ) |
Sets a generated identity to to the entity mapped with the supplied persistence data. |
|
__construct ( Domain $Domain ) |
|
|