n2n Page Rocket 1 API

n2n\impl\persistence\orm\property

­Relation­Entity­Property­Adapter

abstract RelationEntityPropertyAdapter extends EntityPropertyAdapter implements RelationEntityProperty, CascadableEntityProperty

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected master
protected type
protected relation

Methods summary

Modifier and Type Method
public __construct ( AccessProxy accessProxy , bool master , string type )
public string getType ( )
public bool isMaster ( )
public bool isToMany ( )
public copy ( unknown value )
public Relation getRelation ( )
protected assignRelation ( Relation relation )
public Selection createSelection ( MetaTreePoint metaTreePoint , QueryState queryState )
public JoinedTreePoint createJoinTreePoint ( TreePointMeta treePointMeta , QueryState queryState )
public prepareSupplyJob ( SupplyJob supplyJob , unknown value , ?ValueHash oldValueHash )
public supplyPersistAction ( PersistAction persistAction , unknown value , ValueHash valueHash , ?ValueHash oldValueHash )
public supplyRemoveAction ( RemoveAction removeAction , unknown value , ValueHash oldValueHash )
public mixed createValueHash ( mixed value , EntityManager em )
public hasTargetEntityModel ( )
public getTargetEntityModel ( )

Properties in detail

Methods in detail