Class LegacyNamingStrategy

  • All Implemented Interfaces:
    org.hibernate.boot.model.naming.PhysicalNamingStrategy

    public final class LegacyNamingStrategy
    extends java.lang.Object
    implements org.hibernate.boot.model.naming.PhysicalNamingStrategy
    The Class LegacyNamingStrategy.
    • Constructor Summary

      Constructors 
      Constructor Description
      LegacyNamingStrategy()
      Instantiates a new legacy naming strategy.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.boot.model.naming.Identifier toPhysicalCatalogName​(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)  
      org.hibernate.boot.model.naming.Identifier toPhysicalColumnName​(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)  
      org.hibernate.boot.model.naming.Identifier toPhysicalSchemaName​(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)  
      org.hibernate.boot.model.naming.Identifier toPhysicalSequenceName​(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)  
      org.hibernate.boot.model.naming.Identifier toPhysicalTableName​(org.hibernate.boot.model.naming.Identifier identifier, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyNamingStrategy

        public LegacyNamingStrategy()
        Instantiates a new legacy naming strategy.
    • Method Detail

      • toPhysicalCatalogName

        public org.hibernate.boot.model.naming.Identifier toPhysicalCatalogName​(org.hibernate.boot.model.naming.Identifier identifier,
                                                                                org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
        Specified by:
        toPhysicalCatalogName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
      • toPhysicalColumnName

        public org.hibernate.boot.model.naming.Identifier toPhysicalColumnName​(org.hibernate.boot.model.naming.Identifier identifier,
                                                                               org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
        Specified by:
        toPhysicalColumnName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
      • toPhysicalSchemaName

        public org.hibernate.boot.model.naming.Identifier toPhysicalSchemaName​(org.hibernate.boot.model.naming.Identifier identifier,
                                                                               org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
        Specified by:
        toPhysicalSchemaName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
      • toPhysicalSequenceName

        public org.hibernate.boot.model.naming.Identifier toPhysicalSequenceName​(org.hibernate.boot.model.naming.Identifier identifier,
                                                                                 org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
        Specified by:
        toPhysicalSequenceName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
      • toPhysicalTableName

        public org.hibernate.boot.model.naming.Identifier toPhysicalTableName​(org.hibernate.boot.model.naming.Identifier identifier,
                                                                              org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnv)
        Specified by:
        toPhysicalTableName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy