Class HibernateConfiguration
java.lang.Object
spring.tenant.hibernate.HibernateConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.transaction.PlatformTransactionManagerorg.springframework.orm.hibernate5.LocalSessionFactoryBean
-
Constructor Details
-
HibernateConfiguration
public HibernateConfiguration()
-
-
Method Details
-
hibernateTransactionManager
@Bean("hibernateTransactionManager") public org.springframework.transaction.PlatformTransactionManager hibernateTransactionManager() -
sessionFactory
@Bean public org.springframework.orm.hibernate5.LocalSessionFactoryBean sessionFactory()
-