Package com.axelor.db.hibernate.naming
Class PhysicalNamingStrategyImpl
java.lang.Object
com.axelor.db.hibernate.naming.PhysicalNamingStrategyImpl
- All Implemented Interfaces:
PhysicalNamingStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoPhysicalCatalogName(Identifier name, JdbcEnvironment jdbcEnvironment) toPhysicalColumnName(Identifier name, JdbcEnvironment jdbcEnvironment) toPhysicalSchemaName(Identifier name, JdbcEnvironment jdbcEnvironment) toPhysicalSequenceName(Identifier name, JdbcEnvironment jdbcEnvironment) toPhysicalTableName(Identifier name, JdbcEnvironment jdbcEnvironment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
toPhysicalTypeName
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
PhysicalNamingStrategyImpl
public PhysicalNamingStrategyImpl()
-
-
Method Details
-
toPhysicalCatalogName
- Specified by:
toPhysicalCatalogNamein interfacePhysicalNamingStrategy
-
toPhysicalSchemaName
- Specified by:
toPhysicalSchemaNamein interfacePhysicalNamingStrategy
-
toPhysicalTableName
- Specified by:
toPhysicalTableNamein interfacePhysicalNamingStrategy
-
toPhysicalSequenceName
- Specified by:
toPhysicalSequenceNamein interfacePhysicalNamingStrategy
-
toPhysicalColumnName
- Specified by:
toPhysicalColumnNamein interfacePhysicalNamingStrategy
-