replacesqlexceptionwithdaoexception.txt
来自「Chinaxp 论坛源代码」· 文本 代码 · 共 15 行
TXT
15 行
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 + =
减小字号Ctrl + -
显示快捷键?