Creates a table name for a junction table of a closure table.
Name of the closure table which owns this junction table.
Adds globally set prefix to the table name. This method is executed no matter if prefix was set or not. Table name is either user's given table name, either name generated from entity target. Note that table name comes here already normalized by #tableName method.
Normalizes table name.
Name of the target entity that can be used to generate a table name.
For example if user specified a table name in a decorator, e.g. @Entity("name")
Generated using TypeDoc
Naming strategy that is used by default.