public final class NoOpEntityNameProcessor extends Object implements EntityNameProcessor
| Constructor and Description |
|---|
NoOpEntityNameProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
columnName(String column)
Processes the column name
|
String |
tableName(String table)
Processes the table name
|
public String tableName(String table)
EntityNameProcessortableName in interface EntityNameProcessortable - the table name before processingpublic String columnName(String column)
EntityNameProcessorcolumnName in interface EntityNameProcessorcolumn - the column name before processingCopyright © 2018 Atlassian. All rights reserved.