提交 a24eccb3 编写于 作者: T Thomas Risberg

fixed JavaConfig example

上级 a0a5fcb4
......@@ -343,10 +343,12 @@ public class AppConfig{
@Bean
public SessionFactory sessionFactory() {
// wire up a session factory using
// AnnotationSessionFactoryBean
// wire up a session factory
AnnotationSessionFactoryBean asFactoryBean =
new AnnotationSessionFactoryBean();
asFactoryBean.setDataSource(dataSource());
return (SessionFactory) asFactoryBean.getObject();
// additional config
return asFactoryBean.getObject();
}
@Bean
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册