com.im.df.api.support
Class DerivedNames
java.lang.Object
com.im.df.api.support.DerivedNames
public class DerivedNames
- extends Object
This class provides a helper, that can generate default names for
DIF items. Create an instance of it for each name you want to generate,
then call createXXX method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DerivedNames getInstance(DFSchema schema)
createEntityName
public String createEntityName(String tableName)
createFieldName
public String createFieldName(String columnName,
DFEntity parent)
createRelationshipName
public String createRelationshipName(String fkName)