Hibernate Could not obtain transaction-synchronized Session for current thread问题处理
项目通过Hibernate查询时报出如下错误:
Hibernate Could not obtain transaction-synchronized Session for current thread
解决办法:
在实现类上添加@Transactional注解即可。
千日修以返初心 万日炼以达极致
项目通过Hibernate查询时报出如下错误:
Hibernate Could not obtain transaction-synchronized Session for current thread
解决办法:
在实现类上添加@Transactional注解即可。