Package org.cxbox.model.core.hbn
Class ImprovedPhysicalNamingStrategy
- java.lang.Object
-
- org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-
- org.cxbox.model.core.hbn.ImprovedPhysicalNamingStrategy
-
- All Implemented Interfaces:
Serializable,org.hibernate.boot.model.naming.PhysicalNamingStrategy
public class ImprovedPhysicalNamingStrategy extends org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImprovedPhysicalNamingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.boot.model.naming.IdentifiertoPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)org.hibernate.boot.model.naming.IdentifiertoPhysicalTableName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)
-
-
-
Method Detail
-
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:
toPhysicalTableNamein interfaceorg.hibernate.boot.model.naming.PhysicalNamingStrategy- Overrides:
toPhysicalTableNamein classorg.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-
toPhysicalColumnName
public org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)- Specified by:
toPhysicalColumnNamein interfaceorg.hibernate.boot.model.naming.PhysicalNamingStrategy- Overrides:
toPhysicalColumnNamein classorg.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
-
-