- controller包 action的接口与实现,采用restful风格
- service包 service的接口与实现,controller与repository的连接
- repository包 对数据库的增删改查等处理
- entity包 为hibernate生成的数据库对象
- vo包 为自己封装的一些基本实体对象,用于无法满足基本的entity的扩展
- util包 接口返回code、msg、data封装方法,增删改、分页封装类
- 内置sql的函数
- join连接
- 统计group by的运用
- 存储过程
- 函数
- 游标