Package org.hibernate.boot.model.naming
Class PhysicalNamingStrategyStandardImpl
java.lang.Object
org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- All Implemented Interfaces:
Serializable
,PhysicalNamingStrategy
public class PhysicalNamingStrategyStandardImpl
extends Object
implements PhysicalNamingStrategy, Serializable
Standard implementation of the
PhysicalNamingStrategy
contract. This is a trivial implementation
where each physical name is taken to be exactly identical to the corresponding logical name.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PhysicalNamingStrategyStandardImpl
Singleton access -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoPhysicalCatalogName
(Identifier logicalName, JdbcEnvironment context) Determine the physical catalog name from the given logical nametoPhysicalColumnName
(Identifier logicalName, JdbcEnvironment context) Determine the physical column name from the given logical nametoPhysicalSchemaName
(Identifier logicalName, JdbcEnvironment context) Determine the physical schema name from the given logical nametoPhysicalSequenceName
(Identifier logicalName, JdbcEnvironment context) Determine the physical sequence name from the given logical nametoPhysicalTableName
(Identifier logicalName, JdbcEnvironment context) Determine the physical table name from the given logical nameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
toPhysicalTypeName
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
PhysicalNamingStrategyStandardImpl
public PhysicalNamingStrategyStandardImpl()
-
-
Method Details
-
toPhysicalCatalogName
Description copied from interface:PhysicalNamingStrategy
Determine the physical catalog name from the given logical name- Specified by:
toPhysicalCatalogName
in interfacePhysicalNamingStrategy
-
toPhysicalSchemaName
Description copied from interface:PhysicalNamingStrategy
Determine the physical schema name from the given logical name- Specified by:
toPhysicalSchemaName
in interfacePhysicalNamingStrategy
-
toPhysicalTableName
Description copied from interface:PhysicalNamingStrategy
Determine the physical table name from the given logical name- Specified by:
toPhysicalTableName
in interfacePhysicalNamingStrategy
-
toPhysicalSequenceName
Description copied from interface:PhysicalNamingStrategy
Determine the physical sequence name from the given logical name- Specified by:
toPhysicalSequenceName
in interfacePhysicalNamingStrategy
-
toPhysicalColumnName
Description copied from interface:PhysicalNamingStrategy
Determine the physical column name from the given logical name- Specified by:
toPhysicalColumnName
in interfacePhysicalNamingStrategy
-