hibernateTemplate中的回调函数

摘要: hibernateTemplate中的回调函数:可以发现在hibernateTemplate类中所有对数据库的操作实现都是利用的回调函数hibernateTemplate中回调函数源码: public <T> T execute(HibernateCallback<T> action) throws 阅读全文
posted @ 2016-11-20 17:23 菜鸟如何走 阅读(329) 评论(0) 推荐(0)