📄 replacesqlexceptionwithdaoexception.txt
字号:
Since DAO have two implementation : mysql and hibernateand mysql dao throws SQLException, while hibernate dao throws HibernateExceptionSo we need a DAOException to represent the database error in dao layer, that is : wrap the two exception in DAOExceptionand web interface is only aware of DAOExceptionTodo list:---------------------------------------add DAOException to DAO interface
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -