ImplicitNamingStrategy and PhysicalNamingStrategy should be used instead.@Deprecated public interface NamingStrategy
collectionTableName(String,String,String,String,String)DefaultNamingStrategy,
ImprovedNamingStrategy| Modifier and Type | Method and Description |
|---|---|
String |
classToTableName(String className)
Deprecated.
Return a table name for an entity class
|
String |
collectionTableName(String ownerEntity,
String ownerEntityTable,
String associatedEntity,
String associatedEntityTable,
String propertyName)
Deprecated.
Return a collection table name ie an association having a join table
|
String |
columnName(String columnName)
Deprecated.
Alter the column name given in the mapping document
|
String |
foreignKeyColumnName(String propertyName,
String propertyEntityName,
String propertyTableName,
String referencedColumnName)
Deprecated.
Return the foreign key column name for the given parameters
|
String |
joinKeyColumnName(String joinedColumn,
String joinedTable)
Deprecated.
Return the join key column name ie a FK column used in a JOINED strategy or for a secondary table
|
String |
logicalCollectionColumnName(String columnName,
String propertyName,
String referencedColumn)
Deprecated.
Returns the logical foreign key column name used to refer to this column in the mapping metadata
|
String |
logicalCollectionTableName(String tableName,
String ownerEntityTable,
String associatedEntityTable,
String propertyName)
Deprecated.
Returns the logical collection table name used to refer to a table in the mapping metadata
|
String |
logicalColumnName(String columnName,
String propertyName)
Deprecated.
Return the logical column name used to refer to a column in the metadata
(like index, unique constraints etc)
A full bijection is required between logicalNames and physical ones
logicalName have to be case insensitively unique for a given table
|
String |
propertyToColumnName(String propertyName)
Deprecated.
Return a column name for a property path expression
|
String |
tableName(String tableName)
Deprecated.
Alter the table name given in the mapping document
|
String classToTableName(String className)
className - the fully-qualified class nameString propertyToColumnName(String propertyName)
propertyName - a property pathString tableName(String tableName)
tableName - a table nameString columnName(String columnName)
columnName - a column nameString collectionTableName(String ownerEntity, String ownerEntityTable, String associatedEntity, String associatedEntityTable, String propertyName)
ownerEntity - ownerEntityTable - owner side table nameassociatedEntity - associatedEntityTable - reverse side table name if anypropertyName - collection roleString joinKeyColumnName(String joinedColumn, String joinedTable)
joinedColumn - joined column name (logical one) used to join withjoinedTable - joined table name (ie the referenced table) used to join withString foreignKeyColumnName(String propertyName, String propertyEntityName, String propertyTableName, String referencedColumnName)
propertyName - the property name involvedpropertyEntityName - propertyTableName - the property table name involved (logical one)referencedColumnName - the referenced column name involved (logical one)String logicalColumnName(String columnName, String propertyName)
columnName - given column name if anypropertyName - property name of this columnString logicalCollectionTableName(String tableName, String ownerEntityTable, String associatedEntityTable, String propertyName)
tableName - the metadata explicit nameownerEntityTable - owner table entity table name (logical one)associatedEntityTable - reverse side table name if any (logical one)propertyName - collection roleString logicalCollectionColumnName(String columnName, String propertyName, String referencedColumn)
columnName - given column name in the metadata if anypropertyName - property namereferencedColumn - referenced column name (logical one) in the joinCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.