- All Known Implementing Classes:
DefaultAliasGenerator,NoOpAliasGenerator
Interface for generating aliases for tables and columns.
-
Method Summary
Modifier and TypeMethodDescriptionaliasColumn(Table table, ColumnMetaData columnMetaData) Generates an aliased column for the specified table and column metadata.aliasTable(OrmTable ormTable) Generates an aliased table for the specified ORM table.
-
Method Details
-
aliasTable
Generates an aliased table for the specified ORM table.- Parameters:
ormTable- The ORM table.- Returns:
- The aliased table.
-
aliasColumn
Generates an aliased column for the specified table and column metadata.- Parameters:
table- The table.columnMetaData- The column metadata.- Returns:
- The aliased column.
-