Package org.apereo.cas.hibernate
Class CasHibernatePhysicalNamingStrategy
- java.lang.Object
-
- org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
- org.apereo.cas.hibernate.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.ApplicationContextAwareThis isCasHibernatePhysicalNamingStrategy.- Since:
- 6.0.0
-
-
Constructor Summary
Constructors Constructor Description CasHibernatePhysicalNamingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisCaseInsensitive(org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)org.hibernate.boot.model.naming.IdentifiertoPhysicalTableName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
-
-
-
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:
toPhysicalTableNamein interfaceorg.hibernate.boot.model.naming.PhysicalNamingStrategy- Overrides:
toPhysicalTableNamein classorg.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
isCaseInsensitive
protected boolean isCaseInsensitive(org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
- Overrides:
isCaseInsensitivein classorg.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-