n2n Page Rocket 1 API

n2n\impl\persistence\orm\property

­Embedded­Namping­Strategy

EmbeddedNampingStrategy implements NamingStrategy

All Implemented Interfaces:

Methods summary

Modifier and Type Method
public __construct ( NamingStrategy decoratedNamingStrategy , unknown prefix = null , unknown suffix = null )
public string buildTableName ( ReflectionClass class , string tableName = null )
public string buildJunctionTableName ( string ownerTableName , string propertyName , string tableName = null )
public string buildColumnName ( string propertyName , string columnName = null )
public string buildJunctionJoinColumnName ( ReflectionClass targetClass , string targetIdPropertyName , string joinColumnName = null )
public string buildJoinColumnName ( string propertyName , string targetIdPropertyName , string joinColumnName = null )

Methods in detail