摘要:
参考 增删改查 简单的CRUD可以用根据mybatis提供的注解来实现,不需要针对StudentMapper 接口去编写具体的实现类代码,这个具体的实现类由MyBatis帮我们动态构建出来,我们只需要直接拿来使用即可 1.@Select注解 实现简单的查询 i... 阅读全文
摘要:
1.不能向 SQL Server 自增字段插入值 否则会报错 Cannot insert explicit value for identity column in table 't' when identity_insert is set to OFF 阅读全文
摘要:
…… 阅读全文