Class CasHibernatePhysicalNamingStrategy

  • All Implemented Interfaces:
    org.hibernate.boot.model.naming.PhysicalNamingStrategy, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class CasHibernatePhysicalNamingStrategy
    extends org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
    implements org.springframework.context.ApplicationContextAware
    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)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      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
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware
        Throws:
        org.springframework.beans.BeansException