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:
  • Field Summary

    Fields inherited from class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.boot.model.naming.Identifier
    toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment context)
     
    org.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, 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

    • ImprovedPhysicalNamingStrategy

      public ImprovedPhysicalNamingStrategy()
  • 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 interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
      Overrides:
      toPhysicalTableName in class org.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:
      toPhysicalColumnName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
      Overrides:
      toPhysicalColumnName in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl