Méthode |
Description |
|
GetDataProperty ( ) : Storm\Core\Object\IDataProperty |
The mapped data property |
|
GetPersistColumns ( ) : Storm\Core\Relational\IColumn[] |
The columns in which data is persisted. |
|
GetReviveColumns ( ) : Storm\Core\Relational\IColumn[] |
The columns to load when reviving. |
|
IsIdentityPrimaryKeyMapping ( ) : boolean |
Whether or not this is mapping an identity/primary key |
|
Persist ( array $PropertyDataArray, array $ColumnDataArray ) : void |
Maps the property value to the supplied column data. |
|
Revive ( array $ColumnDataArray, array $PropertyDataArray ) : void |
Maps the column data to property data. |
|