
iBATIS
david_anthony
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SQL mapping in ibatis
Here we can see a SQL SELECT statement that returns address data. [code="java"] SELECT ADR_ID as id, ADR_DESCRIPTION as description, ADR_STREET as street, ADR_CITY as city, ADR_PROVINCE as ...原创 2013-01-14 17:41:21 · 126 阅读 · 0 评论 -
ibatis自动生成工具,abator使用方法
Abator 是一款iBATIS代码生成工具。它从数据库获取信息,然后产生如下文件。 数据库表的SqlMap.xml file 文件,如UserSQL.xml; 数据库表的Java Bean Model,如User.java; 包含一个综合主键的数据库表的主键model,如UserKey.java; 包含DAO层 selectByExample方法的example文件, UserE...原创 2013-01-22 11:35:22 · 127 阅读 · 0 评论 -
Abator生成错误:XML document structures must start and end within the same entity
XML document structures must start and end within the same entity 经过仔细检查 除了标签要写对应之外,就是那个中文注释问题, 一定要前后空格 隔开 中文的注释 例如注释前后一定要有空格 否则就会报该错误 ...原创 2013-01-22 11:37:59 · 538 阅读 · 0 评论 -
Abator for Eclipse Update Site
You can use the built in Eclipse install support by following these steps: 1.Take the "Help>Software Updates>Find and Install" Menu Option 2.Select the "Search for new features to install" radio ...原创 2013-01-22 13:25:22 · 131 阅读 · 0 评论