n2n Page Rocket 1 API

n2n\impl\persistence\orm\property\relation

­Join­Column­To­One­Relation

JoinColumnToOneRelation extends MasterRelation implements ToOneRelation, ActionDependency

All Implemented Interfaces:

Methods summary

Modifier and Type Method
public __construct ( EntityProperty entityProperty , EntityModel targetEntityModel )
public setJoinColumnName ( unknown joinColumnName )
public getJoinColumnName ( )
public JoinColumnTreePoint createJoinTreePoint ( TreePointMeta treePointMeta , QueryState queryState )
public JoinColumnTreePoint createInverseJoinTreePoint ( EntityModel entityModel , TreePointMeta targetTreePointMeta , QueryState queryState )
public ColumnComparable createColumnComparable ( MetaTreePoint metaTreePoint , QueryState queryState )
public QueryColumn createRepresentingQueryItem ( MetaTreePoint metaTreePoint , QueryState queryState )
public Selection createSelection ( MetaTreePoint metaTreePoint , QueryState queryState )
public ToManyLoader createInverseToManyLoader ( EntityModel entityModel , QueryState queryState )
public prepareSupplyJob ( SupplyJob supplyJob , mixed value , mixed oldValueHash )
public supplyPersistAction ( PersistAction persistAction , mixed value , ValueHash valueHash , mixed oldValueHash )
public createValueHash ( unknown value , EntityManager em )
public JoinTableToManyQueryItemFactory createInverseJoinTableToManyQueryItemFactory ( EntityModel entityModel )
public persistActionSupplied ( PersistAction targetPersistAction )
public removeActionSupplied ( RemoveAction targetRemoveAction )

Methods in detail