Class CasHibernatePhysicalNamingStrategy

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

    public class CasHibernatePhysicalNamingStrategy
    extends org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
    Since:
    6.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isCaseInsensitive​(org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)  
      org.hibernate.boot.model.naming.Identifier toPhysicalTableName​(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)  
      • Methods inherited from class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy

        getIdentifier, toPhysicalCatalogName, toPhysicalColumnName, toPhysicalSchemaName, toPhysicalSequenceName
      • Methods inherited from class java.lang.Object

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

      • CasHibernatePhysicalNamingStrategy

        public CasHibernatePhysicalNamingStrategy()
    • 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 jdbcEnvironment)
        Specified by:
        toPhysicalTableName in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
        Overrides:
        toPhysicalTableName in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
      • isCaseInsensitive

        protected boolean isCaseInsensitive​(org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
        Overrides:
        isCaseInsensitive in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy