Package spring.tenant
Class HibernateConf
java.lang.Object
spring.tenant.HibernateConf
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.transaction.PlatformTransactionManager
org.springframework.security.web.firewall.StrictHttpFirewall
org.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Constructor Details
-
HibernateConf
public HibernateConf()
-
-
Method Details
-
hibernateTransactionManager
@Bean public org.springframework.transaction.PlatformTransactionManager hibernateTransactionManager() -
sessionFactory
@Bean public org.springframework.orm.hibernate5.LocalSessionFactoryBean sessionFactory() -
httpFirewall
@Bean public org.springframework.security.web.firewall.StrictHttpFirewall httpFirewall()
-