service中设计到数据库增删改方法时都应该抛运行时异常,例如public Boolean modify(BrandEntity brand) throws ServiceException
?
因为spring在事物管理上是这样配置的,jdbc事务管理一般写在spring和mybatis的整合文件中,service-conf.xml
service中方法 涉及到数据库增删改方法时 都应该抛运行时异常
原文:https://blog.51cto.com/u_13609606/3143982