@groovy.transform.CompileStatic @org.springframework.context.annotation.Configuration @org.springframework.boot.autoconfigure.condition.ConditionalOnClass(HibernateMappingContextConfiguration) @org.springframework.boot.autoconfigure.condition.ConditionalOnBean(DataSource) @org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean(HibernateDatastoreSpringInitializer) @org.springframework.boot.autoconfigure.AutoConfigureAfter(DataSourceAutoConfiguration) @org.springframework.boot.autoconfigure.AutoConfigureBefore([HibernateJpaAutoConfiguration, WebMvcAutoConfiguration]) class HibernateGormAutoConfiguration extends java.lang.Object
Auto configuration for GORM for Hibernate
Type | Name and description |
---|---|
org.springframework.context.ConfigurableApplicationContext |
applicationContext |
org.springframework.beans.factory.BeanFactory |
beanFactory |
javax.sql.DataSource |
dataSource |
Type | Name and description |
---|---|
HibernateDatastore |
hibernateDatastore() |
org.springframework.transaction.PlatformTransactionManager |
hibernateTransactionManager() |
org.hibernate.SessionFactory |
sessionFactory() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |