n2n Page Rocket 1 API

n2n\impl\persistence\orm\property

­Embedded­Entity­Property

EmbeddedEntityProperty extends EntityPropertyAdapter implements CustomComparableEntityProperty, EntityPropertyCollection, JoinableEntityProperty

All Implemented Interfaces:

Methods summary

Modifier and Type Method
public __construct ( AccessProxy accessProxy , ReflectionClass targetClass )
public getTargetClass ( )
public addEntityProperty ( EntityProperty property )
public boolean containsEntityPropertyName ( unknown name )
public EntityProperty [] getEntityProperties ( )
public EntityProperty getEntityPropertyByName ( string name )
public CustomComparable createCustomComparable ( MetaTreePoint metaTreePoint , QueryState queryState )
public Selection createSelection ( MetaTreePoint metaTreePoint , QueryState queryState )
public mixed mergeValue ( unknown object , bool sameEntity , MergeOperation mergeOperation )
public supplyPersistAction ( unknown object , unknown valueHash , PersistAction persistingJob )
public supplyRemoveAction ( unknown object , unknown valueHash , RemoveAction removeAction )
public mixed createValueHash ( mixed value , EntityManager em )
public JoinedTreePoint createJoinTreePoint ( TreePointMeta treePointMeta , QueryState queryState )
public hasEmbeddedEntityPropertyCollection ( )
public getEmbeddedEntityPropertyCollection ( )

Methods in detail