摘要:
这是因为设计表结构时,字段小写的缘故,而MyBatisGenerator生成的mapping.xml中的sql语句中字段有没有加双引号所致的! 阅读全文
posted @ 2017-08-04 20:48
JAVA_STUDYER
阅读(1835)
评论(1)
推荐(0)
摘要:
无法解析Model中的实体类,是因为定义表中不识别Nvarchar2,导致使用MyBatisGenerator生成的Model中字段的类型是Object。 将Nvarchar2改成varchar2即可。 阅读全文
posted @ 2017-08-04 19:56
JAVA_STUDYER
阅读(1016)
评论(0)
推荐(0)
摘要:
<table tableName="AB_STUDENT" domainObjectName="Student" tableName必须大写! 阅读全文
posted @ 2017-08-04 17:46
JAVA_STUDYER
阅读(124)
评论(0)
推荐(0)
摘要:
是因为instantclient是64位的,navicat是32位的,两者要一致 因为自己的navicat premium是破解版的,所以就另找了instantclient32位的 http://www.oracle.com/technetwork/cn/topics/winsoft-095945- 阅读全文
posted @ 2017-08-04 15:45
JAVA_STUDYER
阅读(764)
评论(0)
推荐(0)
浙公网安备 33010602011771号