01 | package cn.itcast.dao.impl; |
02 |
03 | import org.mybatis.spring.support.SqlSessionDaoSupport; |
04 |
05 | import cn.itcast.dao.PersonDao; |
06 | import cn.itcast.model.Person; |
07 |
08 | public class PersonDaoImpl extends SqlSessionDaoSupport implements PersonDao { |
09 |
10 | @Override |
11 | public void save(Person person) { |
12 | this .getSqlSession().insert( "cn.itcast.model.Person.insert" , person); |
13 | } |
14 |
15 | } |

educationAAA LV11
2024年5月25日
hosinvm LV7
2022年11月18日
653665054 LV3
2022年7月27日
ming_123_9715 LV23
2022年7月17日
wei_471416461 LV1
2022年6月25日
show123 LV2
2022年6月17日
hanglin_漢林 LV2
2022年6月7日
dasen2022 LV6
2022年4月27日
liyunyong LV1
2022年3月17日
二十一画 LV10
2022年3月1日