
数据库dao
文章平均质量分 75
Adeline__-_-
这个作者很懒,什么都没留下…
展开
-
oracle和mysql在mybatis下批量插入数据和用自增长序列插入
oracle和mysql在mybatis下批量插入数据和用自增长序列插入数据的区别 1、自增长序列插入 oracle: <insert id="add" parameterType="Favorite" > <selectKey keyProperty="fid" resultType="int" order="BEFORE"&原创 2018-08-01 16:12:21 · 1550 阅读 · 0 评论 -
mybatis报错元素类型为 "resultMap" 的内容必须匹配 "(constructor?,id*,result*,association*,collection*,discriminator
java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate....原创 2018-08-12 11:19:10 · 764 阅读 · 0 评论 -
Cause: java.lang.IllegalArgumentException: Mapped Statements collection already contains value for c
java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate....原创 2018-08-12 11:51:07 · 1954 阅读 · 0 评论 -
候选码、主码、外码、主属性、主键、主关键字、非主属性
学习 https://blog.youkuaiyun.com/sumaliqinghua/article/details/85872446转载 2019-09-10 22:12:01 · 1537 阅读 · 0 评论