n2n Page Rocket 1 API

n2n\persistence\orm\model

­Lowercased­Naming­Strategy

LowercasedNamingStrategy implements NamingStrategy

All Implemented Interfaces:

Methods summary

Modifier and Type Method
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