Login
Discover
Waves
Communities
Login
Signup
Topics
#mybatis
Global
Trending
Hot
New
Top
#mybatis
New
Top communities
Create your community
latest #mybatis created topics on internet
south-man
mybatis
2018-03-29 05:30
[mybatis] oracle에서 insert 후 리턴값 받기 (selectKey)
mapper XML 파일 < mapper ...> ...... < insert id="insertExample" parameterType="Examples"> < selectKey resultType="int" keyProperty="keyColumn"
$ 0.037
4
fkoryp
cn
2017-10-22 14:10
mybatis查询数据返回数值类型
<select id="select"resultType="java.lang.Integer" parameterType="java.lang.Integer" > select count(1) from table
$ 0.000
0
fkoryp
cn
2017-10-19 15:21
MyBatis Generator根据数据库生成实体类
第一步:生成maven项目 第二步:在pom.xml中添加jdbc连接依赖包和mybatis生成实体类的依赖包, <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.6</version>