Class TableAliasNamingStrategy
java.lang.Object
org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
com.foreach.across.modules.hibernate.strategy.TableAliasNamingStrategy
- All Implemented Interfaces:
Serializable
,org.hibernate.boot.model.naming.PhysicalNamingStrategy
public class TableAliasNamingStrategy
extends org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- See Also:
-
Field Summary
Fields inherited from class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
INSTANCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.boot.model.naming.Identifier
toPhysicalTableName
(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context) Methods inherited from class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
toPhysicalCatalogName, toPhysicalColumnName, toPhysicalSchemaName, toPhysicalSequenceName
Methods 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
-
Constructor Details
-
TableAliasNamingStrategy
-
-
Method Details
-
toPhysicalTableName
public org.hibernate.boot.model.naming.Identifier toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context) - Specified by:
toPhysicalTableName
in interfaceorg.hibernate.boot.model.naming.PhysicalNamingStrategy
- Overrides:
toPhysicalTableName
in classorg.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-