n2n Page Rocket 1 API

n2n\persistence\orm\property

­Entity­Property

EntityProperty

SubTypes

Implemented by:

Methods summary

Modifier and Type Method
public string getName ( )
public EntityModel getEntityModel ( )
public setEntityModel ( EntityModel entityModel )
public EntityProperty getParent ( )
public setParent ( EntityProperty parent )
public mixed readValue ( object object )
public writeValue ( object object , mixed value )
public Selection createSelection ( MetaTreePoint metaTreePoint , QueryState queryState )
public mixed mergeValue ( mixed value , bool sameEntity , MergeOperation mergeOperation )
public supplyPersistAction ( PersistAction persistingJob , unknown value , ValueHash valueHash , ?ValueHash oldValueHash )
public supplyRemoveAction ( RemoveAction removeAction , unknown value , ValueHash oldValueHash )
public mixed createValueHash ( mixed value , EntityManager em )
public mixed copy ( unknown value )
public boolean equals ( mixed obj )
public string toPropertyString ( )
public hasEmbeddedEntityPropertyCollection ( )
public getEmbeddedEntityPropertyCollection ( )
public hasTargetEntityModel ( )
public getTargetEntityModel ( )
public __toString ( )

Methods in detail