railo.runtime.orm.naming
Interface NamingStrategy

All Known Implementing Classes:
CFCNamingStrategy, DefaultNamingStrategy, SmartNamingStrategy

public interface NamingStrategy


Method Summary
 String convertColumnName(String columnName)
          Defines the column name to be used for a specified column name.
 String convertTableName(String tableName)
          Defines the table name to be used for a specified table name.
 String getType()
           
 

Method Detail

convertTableName

String convertTableName(String tableName)
Defines the table name to be used for a specified table name. The specified table name is either the table name specified in the mapping or chosen using the entity name.


convertColumnName

String convertColumnName(String columnName)
Defines the column name to be used for a specified column name. The specified column name is either the column name specified in the mapping or chosen using the property name.


getType

String getType()


Copyright © 2012 Railo