n2n Page Rocket 1 API

n2n\impl\persistence\orm\property\relation

­Relation­Adapter

abstract RelationAdapter implements Relation

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected entityProperty
protected entityModel
protected targetEntityModel
protected actionMarker
protected fetchType
protected cascadeType
protected orphanRemoval

Methods summary

Modifier and Type Method
public __construct ( EntityProperty entityProperty , EntityModel targetEntityModel )
public getEntityProperty ( )
public EntityModel getTargetEntityModel ( )
public ActionMarker getActionMarker ( )
public string getFetchType ( )
public setFetchType ( unknown fetchType )
public int getCascadeType ( )
public setCascadeType ( unknown cascadeType )
public boolean isOrphanRemoval ( )
public setOrphanRemoval ( unknown orphanRemoval )
protected createIdTreePath ( )
protected createTargetIdTreePath ( )
protected BasicEntityProperty getTargetIdEntityProperty ( )
public supplyRemoveAction ( RemoveAction removeAction , mixed value , mixed oldValueHash )

Properties in detail

Methods in detail